thomasl
|
88b1a25ca0
|
Update file initial.json
|
2025-02-18 21:26:55 +01:00 |
|
thomasl
|
041a8f20a9
|
A permission was missing
|
2025-02-17 14:28:00 +01:00 |
|
thomasl
|
b1ffb28532
|
Update file initial.json
|
2025-02-17 14:19:00 +01:00 |
|
thomasl
|
6225fb51f1
|
Add some permissions
|
2025-02-17 14:10:21 +01:00 |
|
thomasl
|
83d5a7ceff
|
Update file initial.json
|
2025-02-17 01:58:13 +01:00 |
|
thomasl
|
a7cba0a4a3
|
Update file initial.json
|
2025-02-16 23:33:18 +01:00 |
|
thomasl
|
ccd9a66ab9
|
Update file initial.json
|
2025-02-16 23:24:39 +01:00 |
|
thomasl
|
c7a92fa4b2
|
Update file initial.json
|
2025-02-16 20:49:11 +01:00 |
|
thomasl
|
26b351a51c
|
Add another permission for model guest in activity
|
2025-02-14 18:14:35 +01:00 |
|
thomasl
|
1836677c47
|
Update file initial.json
|
2025-02-13 22:30:36 +01:00 |
|
thomasl
|
e7a98c86f0
|
Tried something with permissions
|
2025-02-13 21:51:26 +01:00 |
|
thomasl
|
eb5044490b
|
Delete a useless permission
|
2025-02-13 21:37:58 +01:00 |
|
thomasl
|
dc56deaf85
|
Final modifications
|
2025-02-13 21:17:57 +01:00 |
|
thomasl
|
bd6ed27ae5
|
Update 2 files
- /apps/permission/fixtures/initial.json
- /apps/permission/admin.py
|
2025-01-18 15:11:57 +01:00 |
|
thomasl
|
43dc676747
|
Update file initial.json
|
2025-01-18 12:57:42 +01:00 |
|
thomasl
|
caaeab6b0b
|
Update file initial.json
|
2025-01-17 19:39:26 +01:00 |
|
thomasl
|
54ba786884
|
Update file initial.json
|
2025-01-17 19:03:59 +01:00 |
|
thomasl
|
80e109114f
|
Update file initial.json
|
2025-01-17 18:23:28 +01:00 |
|
thomasl
|
942d887c2e
|
Update file initial.json
|
2024-12-23 18:31:11 +01:00 |
|
thomasl
|
a63c34fe37
|
Update file initial.json
|
2024-12-22 21:38:17 +01:00 |
|
thomasl
|
2be6133458
|
Update file initial.json
|
2024-12-22 20:42:20 +01:00 |
|
Nicolas Margulies
|
5d16dc4e7d
|
Added some necessary rights
|
2024-09-17 17:13:47 +02:00 |
|
Nicolas Margulies
|
d1ef367bab
|
Permissions for child clubs, also changed spaces for tabs
|
2024-09-05 20:17:45 +02:00 |
|
nicomarg
|
361de9f8b4
|
more bug fixing
|
2024-08-29 21:06:34 +02:00 |
|
nicomarg
|
7fea619a9f
|
add permission to make transfers with members of your club
|
2024-08-29 20:02:06 +02:00 |
|
nicomarg
|
7b5eefcc0a
|
Update 2 files
- /apps/registration/views.py
- /apps/permission/fixtures/initial.json
|
2024-08-29 19:23:26 +02:00 |
|
korenstin
|
a5df98224f
|
Merge branch 'migration-django-4-2' into 'main'
Migration django 4 2
See merge request bde/nk20!265
|
2024-08-29 10:49:44 +02:00 |
|
korenstin
|
2cb9ac8735
|
replace "…" -> "..." (#130) and disable sorting on certain columns (#129)
|
2024-08-29 10:19:06 +02:00 |
|
quark
|
2e71ce05a9
|
Merge branch 'main' into food_traceability
|
2024-08-27 17:11:32 +02:00 |
|
quark
|
f2cb10b69f
|
Fix problem in addingredientform, change filter for container in QrcodeForm
|
2024-08-27 15:12:15 +02:00 |
|
korenstin
|
48a5b04579
|
Merge branch 'beta' into migration-django-4-2
|
2024-08-25 16:13:01 +02:00 |
|
korenstin
|
ff9c78ed4e
|
added opener in admin and fixed the guest view
|
2024-08-25 14:29:06 +02:00 |
|
quark
|
debeb33d46
|
Improve/modify form, view, template. Add permissions
|
2024-08-17 02:42:29 +02:00 |
|
quark
|
6d7076b03e
|
Edit forms, views, template to improve/modify view. Edit urls to remove some path. Few changes in models.
|
2024-08-14 01:32:55 +02:00 |
|
quark
|
196df1e775
|
Remove initial.json (food) mandatory allergen are directly created in migration. Edit tables.py and views.py transformedfoodlist.html to improve/change the view. Edit base.html, urls.py to correct little mistakes. Edit initial.json (permission) to begin permission for food apps and create a new role (Respo Bouffe).
|
2024-08-13 02:07:32 +02:00 |
|
korenstin
|
27b00ba4f0
|
Merge branch 'beta' into sortable_tables
|
2024-08-08 17:27:44 +02:00 |
|
korenstin
|
d1c9a2a7f1
|
Merge branch 'beta' into no-api-error
|
2024-08-08 16:54:21 +02:00 |
|
korenstin
|
a324d3a892
|
Merge branch 'beta' into ouvreureuse
|
2024-08-08 16:28:22 +02:00 |
|
korenstin
|
abc4f14bd1
|
Merge branch '404_or_403' into 'beta'
fix #65 Returning 403 when you don't have enough permissions
See merge request bde/nk20!259
|
2024-08-07 21:54:54 +02:00 |
|
korenstin
|
cbf92651f0
|
Returning 403 when you don't have enough permissions
|
2024-08-04 21:58:57 +02:00 |
|
korenstin
|
1ea7b3dda1
|
documentation and modification of permissions
|
2024-08-02 15:21:34 +02:00 |
|
korenstin
|
162371042c
|
Creation of "Opener", Fix #117
|
2024-08-01 14:49:52 +02:00 |
|
korenstin
|
9d1024024b
|
Each table can be sorted (with a few exceptions)
|
2024-07-30 21:42:45 +02:00 |
|
|
b0c7d43a50
|
De l'inclusif, partout
Signed-off-by: Emmy D'ANELLO <ynerant@crans.org>
|
2024-07-30 16:28:47 +02:00 |
|
korenstin
|
7322d55789
|
Fix #113. Fix regex in views.
|
2024-07-19 20:00:33 +02:00 |
|
|
1a258dfe9e
|
Parse input of search filters to prevent errors based on invalid regex, fixes #113
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
|
2024-07-19 19:59:30 +02:00 |
|
quark
|
c912383f86
|
oups la virgule oublié
|
2024-06-24 22:36:22 +02:00 |
|
quark
|
32830e43fd
|
Modify permission for negative
|
2024-06-24 21:21:22 +02:00 |
|
mcngnt
|
402e19d1ce
|
changed permission for club president
|
2024-03-22 12:27:08 +01:00 |
|
bleizi
|
96215cc1ff
|
oidc_claim_scope in Class instead of method
|
2024-02-13 13:43:14 +01:00 |
|