Commit graph

17 commits

Author SHA1 Message Date
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
428bd941e2 Enforce coding style 2018-11-08 20:11:14 +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
1a9f9ca23b Move the nsfw functions into a real module 2018-06-03 23:48:21 +02:00
Rodolphe Breard
b0b8f30580 Migrate to Bulma
Bulma is simple and free full-CSS framework. Unlike Bootstrap, it fits
within a single small CSS file. It is also well integrated in Django.
https://bulma.io/
2018-06-03 22:16:40 +02:00
Rodolphe Breard
4bdfe2d05c Flag allowed NSFW content 2018-06-02 21:43:23 +02:00
Rodolphe Breard
5b6609a46f Add the NSFW mode 2018-05-27 18:45:52 +02:00
Rodolphe Breard
3d32c27d9a Add a migration for the neluser module 2018-02-04 20:41:11 +01:00
Rodolphe Breard
28e0743b3c Add an inline admin interface to the log module 2018-02-04 20:28:09 +01:00
Rodolphe Breard
291f9f0910 Fix various problems with emails for account/password 2018-02-04 16:11:07 +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
0b59b4b140 Enforce some pep8 code style 2018-01-27 23:12:09 +01:00
Rodolphe Breard
72c432dd18 Add the new user model 2018-01-27 21:06:40 +01:00