pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / ipsilon / login / common.py
2015-05-07 Simo Sorcepylint 1.4.3 version fixes
2015-05-05 Rob CrittendenDrop usage of self._debug and use self.debug instead
2015-04-27 Simo SorceMake availble a list of alternative aut methods
2015-04-10 Rob CrittendenRename and move PluginConfig to ConfigHelper
2015-04-02 Rob CrittendenIdP-initiated logout for current user
2015-03-27 Rob CrittendenAdd a method to Installer classes to validate argument...
2015-03-18 Simo SorceFix error returned from login plugins
2015-03-03 Patrick UiterwijkFix transaction ID passing for failed authentication
2015-02-26 Patrick UiterwijkAdd uninstallation support.
2015-02-24 Simo SorcePrefix userdata hives with _ to avoid conflicts
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-11-14 Patrick UiterwijkAdd support for Persona Identity Provider
2014-11-12 Simo SorceRefactor plugin initialization and enablement
2014-11-12 Simo SorceRefactor plugin configuration
2014-10-27 Simo SorceFix plugins enablement code
2014-10-27 Simo SorceReuse the AdminPlugins class for the providers too
2014-10-24 Simo SorceReturn to provider if user cancels login
2014-10-24 Simo SorceHandle invalid/expired transactions gracefully
2014-10-24 Patrick UiterwijkShow login target on the login screen
2014-10-24 Simo SorceAdd attribute mapping for user information
2014-10-06 Simo SorceFix transaction handling in providers
2014-10-06 Simo SorceFix login session's userdata acquisition
2014-09-24 Simo SorceUse transactions throughout the code
2014-09-24 Simo SorceAdd abstraction class to handle cookies
2014-09-24 Simo SorceAdd Info providers Admin pages
2014-09-24 Simo SorceAdd support for returning user attributes
2014-09-24 Simo SorceUse helper cookie to remember the username
2014-09-24 Simo SorceCreate common form handler page
2014-08-27 Simo SorceMove user attribute storage into session functions
2014-08-27 Simo SorceUse new Log class everywhere
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-03-28 Simo SorceRefactor login plugin enablement code
2014-03-20 Simo SorceAdd server-install plugin configuration support
2014-03-02 Simo SorceAdd way to save user data after login
2014-02-25 Simo SorceUse cherrypy handlers to render error pages
2014-02-25 Simo SorceBetter session management at login
2014-02-25 Simo SorceAdd _debug facility to the Page class
2014-02-25 Simo SorceLog available login managers
2014-02-17 Petr VobornikInitialize plugins in order defined in DB
2014-02-17 Petr VobornikUnauthorized page
2014-01-24 Simo SorceImplement login plugin infrastructure