nk20/apps/permission
Yohann D'ANELLO 016ab5a9c9
Remove dead code, don't try to cover unnecessary things
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
2020-12-23 18:45:05 +01:00
..
api Unit tests for API pages, closes #83 2020-12-23 14:54:21 +01:00
fixtures Non-member people can update their profile everytime 2020-12-02 14:58:14 +01:00
migrations We are in production, then we commit migrations 2020-09-05 10:05:17 +02:00
templates/permission Use Debian font awesome 2020-09-01 14:33:38 +02:00
templatetags Remove dead code, don't try to cover unnecessary things 2020-12-23 18:45:05 +01:00
tests Remove dead code, don't try to cover unnecessary things 2020-12-23 18:45:05 +01:00
__init__.py Handle permissions (and it seems working!) 2020-03-18 14:42:35 +01:00
admin.py 💄 Improve Django Admin 2020-08-01 15:13:29 +02:00
apps.py Comment code 2020-03-20 15:58:14 +01:00
backends.py Replace timezone.now().date() by date.today() 2020-08-16 00:35:13 +02:00
decorators.py Check that permissions are working when accessing to API pages 2020-12-23 18:21:59 +01:00
models.py Don't delete object when checking an add permission: this is useless since we rollback to the initial DB state 2020-10-25 21:08:36 +01:00
permissions.py Authenticate correctly users that connect with an authorization token 2020-09-10 09:31:27 +02:00
signals.py Don't trigger signals when we add an object through a permission check 2020-09-07 14:52:37 +02:00
tables.py Some table accessors weren't updated 2020-09-01 19:04:35 +02:00
urls.py Add a public rights page to view which permissions are granted to which role, update Font Awesome to 5.13 2020-04-26 01:20:46 +02:00
views.py Remove dead code, don't try to cover unnecessary things 2020-12-23 18:45:05 +01:00