Use python logging in install / log cherrypy at right severity
[cascardo/ipsilon.git] / ipsilon / util / user.py
2015-05-07 Rob CrittendenUse python logging in install / log cherrypy at right...
2015-05-05 Rob CrittendenDrop usage of self._debug and use self.debug instead
2015-03-16 Rob CrittendenSave user attributes on subsequent calls to login.
2015-03-12 Nathan KinderDon't explicitly save sessions
2015-02-13 Rob CrittendenAdd helper to store provider specific data
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-10-24 Simo SorceAdd helpers to store per plugin user preferences
2014-09-24 Simo SorceRefactor the data store a bit
2014-09-24 Simo SorceCast db value to string before comparison
2014-08-27 Simo SorceMove user attribute storage into session functions
2014-08-27 Simo SorceUse new Log class everywhere
2014-08-27 Simo SorceRework remote_login and remove protect decorator
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-03-02 Simo SorceAdd a way to return the email address of the user
2014-03-02 Simo SorceCreate a user facility in the session
2014-02-25 Simo SorceAdd way to tell if the session is anonymous
2014-02-25 Simo SorceImprove handing of session data
2014-01-24 Simo SorceImplement login plugin infrastructure
2014-01-24 Petr VobornikUse pep8 check
2014-01-24 Petr VobornikUse pylint check
2014-01-24 Simo SorceFix Imports
2014-01-24 Simo SorceRename src package to ipsilon