Commit Graph

9 Commits

Author SHA1 Message Date
Gergely Polonkai eaf71d4ce6 Add an empty profile for anonymous users
It evaluates to `None`, but at least it doesn’t raise an `AttributeError` now.
2018-07-26 21:50:12 +02:00
Gergely Polonkai 8d71edae5e Save sessions in the cache 2018-07-19 15:15:49 +02:00
Gergely Polonkai d14d32767c Make PyLint happy with the models code 2018-07-09 08:15:40 +02:00
Gergely Polonkai 12eb91d012 Log an audit message when a user logs out 2018-07-08 23:18:16 +02:00
Gergely Polonkai 23d0cd4b55 Log an audit message when a user successfully logs in 2018-07-08 23:18:16 +02:00
Gergely Polonkai f392505441 [Bugfix] Fix for the anonymous user’s timezone
It returned `None` instead of the application default.
2018-07-08 23:00:58 +02:00
Gergely Polonkai c770e6cfa6 Create our own anonymous user class
This is required so the anonymous user also has a time zone (which is required to render public events.)
2018-07-08 22:36:47 +02:00
Gergely Polonkai 2f66fdb83e [Docs] Add/update docstrings and license text in every file 2018-07-03 09:52:25 +02:00
Gergely Polonkai 7846d9017d [Refactor] Rename the app module to calsocial
Just for clarity
2018-07-02 10:41:32 +02:00