summaryrefslogtreecommitdiffstats
path: root/ipsilon/login/common.py
Commit message (Expand)AuthorAgeFilesLines
* Make availble a list of alternative aut methodslogin_stacksSimo Sorce2015-04-271-6/+22
* Rename and move PluginConfig to ConfigHelperRob Crittenden2015-04-101-3/+4
* IdP-initiated logout for current userRob Crittenden2015-04-011-1/+18
* Add a method to Installer classes to validate argument inputRob Crittenden2015-03-271-0/+3
* Fix error returned from login pluginsSimo Sorce2015-03-171-0/+3
* Fix transaction ID passing for failed authenticationPatrick Uiterwijk2015-03-031-3/+6
* Add uninstallation support.Patrick Uiterwijk2015-02-261-0/+16
* Prefix userdata hives with _ to avoid conflictsSimo Sorce2015-02-241-13/+20
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-161-2/+0
* Add support for Persona Identity ProviderPatrick Uiterwijk2014-11-141-2/+4
* Refactor plugin initialization and enablementSimo Sorce2014-11-121-70/+46
* Refactor plugin configurationSimo Sorce2014-11-121-5/+6
* Fix plugins enablement codeSimo Sorce2014-10-271-14/+12
* Reuse the AdminPlugins class for the providers tooSimo Sorce2014-10-271-0/+9
* Return to provider if user cancels loginSimo Sorce2014-10-241-0/+22
* Handle invalid/expired transactions gracefullySimo Sorce2014-10-241-3/+2
* Show login target on the login screenPatrick Uiterwijk2014-10-241-0/+3
* Add attribute mapping for user informationSimo Sorce2014-10-241-2/+10
* Fix transaction handling in providersSimo Sorce2014-10-061-0/+1
* Fix login session's userdata acquisitionSimo Sorce2014-10-061-1/+3
* Use transactions throughout the codeSimo Sorce2014-09-241-18/+44
* Add abstraction class to handle cookiesSimo Sorce2014-09-241-9/+9
* Add Info providers Admin pagesSimo Sorce2014-09-241-1/+1
* Add support for returning user attributesSimo Sorce2014-09-241-0/+14
* Use helper cookie to remember the usernameSimo Sorce2014-09-241-1/+25
* Create common form handler pageSimo Sorce2014-09-241-0/+35
* Move user attribute storage into session functionsSimo Sorce2014-08-271-6/+1
* Use new Log class everywhereSimo Sorce2014-08-271-5/+2
* Fix E256 with stricter pep8 error checkerSimo Sorce2014-05-201-1/+1
* Refactor login plugin enablement codeSimo Sorce2014-03-281-12/+60
* Add server-install plugin configuration supportSimo Sorce2014-03-201-0/+8
* Add way to save user data after loginSimo Sorce2014-03-021-1/+7
* Use cherrypy handlers to render error pagesSimo Sorce2014-02-241-2/+1
* Better session management at loginSimo Sorce2014-02-241-8/+16
* Add _debug facility to the Page classSimo Sorce2014-02-241-7/+3
* Log available login managersSimo Sorce2014-02-241-0/+3
* Initialize plugins in order defined in DBPetr Vobornik2014-02-171-3/+3
* Unauthorized pagePetr Vobornik2014-02-171-3/+3
* Implement login plugin infrastructureSimo Sorce2014-01-241-0/+114