Rodolphe Breard
|
c15512e799
|
Format code using black
|
2019-07-24 19:07:41 +02:00 |
|
Rodolphe Breard
|
073dc542ff
|
Fix a bug caused by a change in Django 2.2
|
2019-07-24 18:34:56 +02:00 |
|
Rodolphe Breard
|
a397d766a0
|
Fix the NSFW setting
In the user settings, the temporary NSFW allowance was not detected.
This was due to use of a database lookup instead of the correct
function.
|
2018-11-09 20:09:04 +03:00 |
|
Rodolphe Breard
|
1e894853c8
|
Add the NSFW filter parameter within the user settings
|
2018-11-08 21:09:17 +01:00 |
|
Rodolphe Breard
|
e1719f4773
|
Add the possibility for users to delete their account
|
2018-11-08 15:29:59 +01:00 |
|
Rodolphe Breard
|
a0e80623cf
|
Add the possibility for users to change their own password
This functionality required to add a settings panel.
|
2018-11-08 14:18:24 +01:00 |
|
Rodolphe Breard
|
28e0743b3c
|
Add an inline admin interface to the log module
|
2018-02-04 20:28:09 +01:00 |
|
Rodolphe Breard
|
9d989f0549
|
Remove a buggy comma
|
2018-02-04 12:29:25 +01:00 |
|
Rodolphe Breard
|
195401edb0
|
Remove an unused context
|
2018-02-04 11:43:47 +01:00 |
|
Rodolphe Breard
|
ab4eb7414c
|
Add basic user functionalities
Users need to register, login, logout and reset their password.
|
2018-02-04 01:36:39 +01:00 |
|
Rodolphe Breard
|
72c432dd18
|
Add the new user model
|
2018-01-27 21:06:40 +01:00 |
|