summaryrefslogtreecommitdiffstats
path: root/ipsilon
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mod_auth_kerb based authenticationSimo Sorce2014-10-091-1/+5
* Add auto-auth requirement to all admin pagesSimo Sorce2014-10-075-18/+9
* Add AdminPage abstraction on top of util.PageSimo Sorce2014-10-076-18/+29
* Add way to set default headersSimo Sorce2014-10-071-0/+3
* Add pretty handler for 404Simo Sorce2014-10-073-1/+9
* Fix exposed functionsSimo Sorce2014-10-075-8/+8
* Redirect anonymous users awaySimo Sorce2014-10-065-3/+24
* Additional data store refactoringSimo Sorce2014-10-061-170/+153
* Fix storing login plugin status and orderSimo Sorce2014-10-061-6/+25
* Move wipe_data into Store() as reset_dataSimo Sorce2014-10-061-15/+19
* Databases must be configured in cherrypy.configSimo Sorce2014-10-061-34/+8
* Make Transaction code more robustSimo Sorce2014-10-061-6/+8
* Fix transaction handling in providersSimo Sorce2014-10-062-3/+6
* Fix login session's userdata acquisitionSimo Sorce2014-10-061-1/+3
* Add very simple LDAP authentication pluginSimo Sorce2014-09-242-0/+393
* Use transactions throughout the codeSimo Sorce2014-09-249-45/+104
* Add transactions supportSimo Sorce2014-09-242-0/+89
* Refactor the data store a bitSimo Sorce2014-09-246-330/+251
* Add abstraction class to handle cookiesSimo Sorce2014-09-242-9/+76
* Add Info providers Admin pagesSimo Sorce2014-09-245-5/+172
* Add support for returning user attributesSimo Sorce2014-09-242-1/+37
* Add Info Provider plugin frameworkSimo Sorce2014-09-244-0/+144
* Add error log facility to Log utilitySimo Sorce2014-09-241-1/+6
* Add proper ordering to login plugins config optsSimo Sorce2014-09-243-0/+6
* Allow plugins to determine config options orderSimo Sorce2014-09-241-1/+16
* Remove service name from the form pluginSimo Sorce2014-09-241-9/+1
* Use helper cookie to remember the usernameSimo Sorce2014-09-245-5/+29
* Create common form handler pageSimo Sorce2014-09-245-119/+50
* Rename form login pageSimo Sorce2014-09-243-5/+5
* Remove unused option from the FAS login pluginSimo Sorce2014-09-241-10/+0
* Cast db value to string before comparisonSimo Sorce2014-09-241-1/+1
* Allow deferred initialization of providersSimo Sorce2014-09-243-24/+45
* Declare admin attributeSimo Sorce2014-09-241-0/+1
* Fix the check for hasattr(., 'admin')Patrick Uiterwijk2014-09-051-1/+0
* Add FAS login pluginSimo Sorce2014-08-271-0/+194
* Restore ability to run from checkoutSimo Sorce2014-08-271-6/+7
* Move user attribute storage into session functionsSimo Sorce2014-08-272-7/+20
* Use new Log class everywhereSimo Sorce2014-08-276-41/+14
* Add Log class that can be inherited from safelySimo Sorce2014-08-271-0/+20
* Prefer the 'form' login manager in ipa setupsSimo Sorce2014-08-271-3/+3
* Add External form auth pluginSimo Sorce2014-08-272-2/+191
* Rework remote_login and remove protect decoratorSimo Sorce2014-08-273-8/+5
* Strenghten default Security options in IDPSimo Sorce2014-06-172-4/+10
* Fix non-'make test' installationSimo Sorce2014-06-171-0/+2
* Add server install option to turn on debuggingSimo Sorce2014-06-061-1/+4
* Add basic testing infrastructureSimo Sorce2014-06-041-0/+3
* Add test login moduleSimo Sorce2014-06-041-0/+154
* Additional parametrization of template filesSimo Sorce2014-06-041-1/+7
* Do not make directory unwritableSimo Sorce2014-06-041-1/+1
* Add support for passing configuration profileSimo Sorce2014-06-042-0/+75