nk20/apps/permission
Yohann D'ANELLO 374e6ed7f8 💚 Fix CI 2020-08-30 11:59:10 +02:00
..
api Merge Role and RolePermissions 2020-07-25 19:40:30 +02:00
fixtures Kfet members can edit their own WEI registration 2020-08-16 00:15:33 +02:00
migrations [permission] track migrations directory 2019-09-18 16:44:04 +02:00
templates/permission Cards for all rights template 2020-08-22 10:01:22 +02:00
templatetags Only staff with good permission mask can visit Django Admin 2020-07-29 11:38:59 +02:00
tests 💚 Fix CI 2020-08-30 11:59:10 +02: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 Add backdoor to login as other users (in debug mode only) 2020-07-30 12:50:48 +02:00
models.py Don't log database changes when we check a permission 2020-08-14 19:00:57 +02:00
permissions.py Treasurers can of course click on buttons. Fix PATCH requests on the API 2020-07-29 12:25:53 +02:00
signals.py Raise permission denied on CreateView if you don't have the permission to create a sample instance, see #53 2020-08-13 15:20:15 +02:00
tables.py 💚 Fix linters 2020-08-06 12:50:24 +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 Replace timezone.now().date() by date.today() 2020-08-16 00:35:13 +02:00