summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2410-37/+195
* Add OpenIDP ProviderPatrick Uiterwijk2014-10-2411-1/+661
* Handle lists type options in plugins configurationSimo Sorce2014-10-242-1/+30
* Do not overwrite default plugin optionsSimo Sorce2014-10-243-29/+38
* 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
* Add sqlalchemy dependency to contrib rpmSimo Sorce2014-10-091-0/+1
* Fix mod_auth_kerb based authenticationSimo Sorce2014-10-091-1/+5
* The quickrun workdir and cscope.out should be ignoredPatrick Uiterwijk2014-10-071-0/+2
* 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-074-1/+22
* Fix exposed functionsSimo Sorce2014-10-075-8/+8
* Fix make cscope and cleanSimo Sorce2014-10-071-1/+2
* 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
* Remove unused dependencySimo Sorce2014-10-061-3/+1
* Provide cleanup switch to quickrunSimo Sorce2014-10-061-0/+7
* Use installation template in quickrunSimo Sorce2014-10-061-27/+10
* Add make cscope targetSimo Sorce2014-10-061-1/+4
* Add transactions db default pathsSimo Sorce2014-10-062-1/+6
* 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 testdir/ to gitignore.Patrick Uiterwijk2014-09-241-0/+1
* Add very simple LDAP authentication pluginSimo Sorce2014-09-242-0/+393
* Test transactions code with full redirect loginSimo Sorce2014-09-242-0/+141
* Use transactions throughout the codeSimo Sorce2014-09-2411-45/+106
* 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-243-9/+78
* Add Info providers Admin pagesSimo Sorce2014-09-248-6/+229
* Add test that checks attrs are properly returnedSimo Sorce2014-09-242-0/+162
* Add support for returning user attributesSimo Sorce2014-09-242-1/+37
* Add Info Provider plugin frameworkSimo Sorce2014-09-246-1/+147
* 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-242-2/+17
* Remove service name from the form pluginSimo Sorce2014-09-241-9/+1
* Use an instance specific session id cookie nameSimo Sorce2014-09-241-0/+1
* Confine session to the instanceSimo Sorce2014-09-241-0/+1
* Use helper cookie to remember the usernameSimo Sorce2014-09-245-5/+29
* Create common form handler pageSimo Sorce2014-09-245-119/+50