8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-11 09:43:42 +00:00
Commit graph

989 commits

Author SHA1 Message Date
LEVY-FALK Hugo
f842856878 ACL sur les templates de logs. 2018-01-06 17:57:40 +01:00
LEVY-FALK Hugo
077215cda7 Fix le can_view de Machine. 2018-01-06 17:57:40 +01:00
LEVY-FALK Hugo
dc38c32ad4 ACL dans un fichier dédié dans chaque application. 2018-01-06 17:57:40 +01:00
Gabriel Detraz
8fbcecd3ea Acl infra nouvelle gestion 2018-01-06 17:57:40 +01:00
Maël Kervella
0833f8c793 acl : templatetag can_change 2018-01-06 17:57:39 +01:00
LEVY-FALK Hugo
ff0a78e682 AclModelNode → AclNode + création du templatetag can_edit_history. 2018-01-06 17:57:39 +01:00
LEVY-FALK Hugo
65cdcf72ec :w, ça dégage 2018-01-06 17:57:39 +01:00
LEVY-FALK Hugo
d65645431d can_edit_history 2018-01-06 17:57:39 +01:00
Gabriel Detraz
460bfad503 Reecrit django-field form, et l'utilise pour le champ force sur user 2018-01-06 17:57:39 +01:00
LEVY-FALK Hugo
eb8b2745d8 can_xxx sur les vues de logs. 2018-01-06 17:57:39 +01:00
Gabriel Detraz
375f3038da Regle des acl sur can_view_all 2018-01-06 17:57:39 +01:00
LEVY-FALK Hugo
63948821d3 Templatetag can_view_app 2018-01-06 17:57:39 +01:00
LEVY-FALK Hugo
a1df6136cb Documentation de history. 2018-01-06 17:56:02 +01:00
Gabriel Detraz
41ba73ac70 Nouveau système d'acl pour machines 2018-01-06 17:56:02 +01:00
Gabriel Detraz
36abfc470a Utilisation nouveau système d'acl sur password et control 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
7245354959 Décorateur d'accès à une application. 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
3cff068365 History générique sur topologie. 2018-01-06 17:56:02 +01:00
Gabriel Detraz
784ef5d598 Utilisation de django field permission sur le controle facture 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
da382fbeb6 Historique générique dans cotisations. 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
75948450dd Acl dans les modèles de users. 2018-01-06 17:56:02 +01:00
Gabriel Detraz
970fe94656 Nouveau système d'acl dans les templates machines 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
1d4b2801b7 Acl sur preferences 2018-01-06 17:56:02 +01:00
Gabriel Detraz
a022a23f12 Nouvelle gestion acl sur topologie 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
e24bba8bb8 Du coup on a plus besoin du history de users. 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
e9e26144d6 can_xxx là où c'est possible et gestion de l'historique générique appliquée à users 2018-01-06 17:56:02 +01:00
Gabriel Detraz
58ff2a2c8d Nouvelle fonction pour check par field 2018-01-06 17:56:02 +01:00
Gabriel Detraz
15852329d4 Nouvelle gestion acl dans cotisation 2018-01-06 17:56:02 +01:00
Gabriel Detraz
f412a07e09 Passe au templatetag dans les templates machines 2018-01-06 17:56:02 +01:00
Gabriel Detraz
10a2670000 Can_view_all sur les vues d'index 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
7c8945443b Doc des can_xxx, et simplification à 4 fonctions d'acl communes 2018-01-06 17:56:02 +01:00
Gabriel Detraz
8c6c2a875e Doc des can_xxx, et simplification à 4 fonctions d'acl communes 2018-01-06 17:56:02 +01:00
Gabriel Detraz
f9a7270c27 Can_delete_set sur preferences et cotisations 2018-01-06 17:56:02 +01:00
Gabriel Detraz
c870f6871c Renomme la fonction can_delete_set 2018-01-06 17:56:02 +01:00
Gabriel Detraz
e905fa9aef Can_delete_set sur machines 2018-01-06 17:56:02 +01:00
Gabriel Detraz
e73a0c7992 Fix erreur dict 2018-01-06 17:56:02 +01:00
Gabriel Detraz
d648e7d8b4 Proof of concept can_delete_all 2018-01-06 17:56:02 +01:00
Maël Kervella
b066f66316 Add templatetags for all can_xxx 2018-01-06 17:56:02 +01:00
Maël Kervella
68fdea2618 can_view for topo + can_xxx_all everywhere 2018-01-06 17:56:02 +01:00
LEVY-FALK Hugo
06fe4d568a Dispatch des modèles dans le tag de gestion des acl plus simple. 2018-01-06 17:56:02 +01:00
Gabriel Detraz
267a2b702b Fix les erreurs d'indentation de certains... 2018-01-06 17:56:02 +01:00
Gabriel Detraz
17036f0073 Refactor des acl sur le views de topologie 2018-01-06 17:56:02 +01:00
Gabriel Detraz
7485ac42ef Methodes delete, create et edit pour topologie 2018-01-06 17:56:02 +01:00
Maël Kervella
048bcfad26 Create can_delete and can_view decorators and use them where it's possible 2018-01-06 17:56:02 +01:00
Maël Kervella
876021ae12 Define can_create, can_edit, can_delete and can_view and use can_create and can_edit decorators for preferences.models 2018-01-06 17:56:02 +01:00
Maël Kervella
f548d48447 Define can_create, can_edit, can_delete and can_view and use can_create and can_edit decorators for cotisations.models 2018-01-06 17:56:02 +01:00
Maël Kervella
1262b39c82 Define can_create, can_edit, can_delete and can_view and use can_create and can_edit decorator for users.models 2018-01-06 17:56:02 +01:00
Maël Kervella
196d369dda Can_view for machines.models 2018-01-06 17:56:02 +01:00
Maël Kervella
e6ea25f266 Can_delete for machines.models 2018-01-06 17:56:02 +01:00
Maël Kervella
6c51cb4263 Fix : rename templatetags 2018-01-06 17:56:01 +01:00
Maël Kervella
e91d4ff186 Add support for acl based on instances 2018-01-06 17:56:01 +01:00