summaryrefslogtreecommitdiffstats
path: root/ipsilon
Commit message (Expand)AuthorAgeFilesLines
* Allow to call forms from any of the admin pagesSimo Sorce2014-10-271-6/+15
* Use self.log in authpam.pySimo Sorce2014-10-271-5/+4
* infoldap is of course LDAPPatrick Uiterwijk2014-10-241-1/+1
* Map some common attributes from fas to userdataPatrick Uiterwijk2014-10-241-3/+17
* Properly handle empty values in storageSimo Sorce2014-10-241-1/+1
* Return to provider if user cancels loginSimo Sorce2014-10-241-0/+22
* Handle invalid/expired transactions gracefullySimo Sorce2014-10-243-6/+13
* Make the template directory configurablePatrick Uiterwijk2014-10-241-1/+5
* Show login target on the login screenPatrick Uiterwijk2014-10-243-2/+7
* Drop custom FAS templateSimo Sorce2014-10-241-1/+1
* Add group and CLA support to FAS login pluginSimo Sorce2014-10-241-1/+39
* Add OpenId extensionsSimo Sorce2014-10-245-0/+193
* Add attribute mapping for user informationSimo Sorce2014-10-249-34/+194
* Add OpenIDP ProviderPatrick Uiterwijk2014-10-247-1/+584
* Handle lists type options in plugins configurationSimo Sorce2014-10-241-0/+24
* Do not overwrite default plugin optionsSimo Sorce2014-10-242-27/+36
* Add helpers to store per plugin user preferencesSimo Sorce2014-10-242-2/+19
* Move some exceptions into provider.commonSimo Sorce2014-10-242-15/+16
* Fix storing info plugin status and orderSimo Sorce2014-10-242-22/+40
* 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