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 |
|
Maël Kervella
|
92888edc7f
|
Pylint & Pep8 compliance
|
2018-01-06 17:56:01 +01:00 |
|
Maël Kervella
|
cc8b140bf9
|
Add support for args passed through the templatetag to the acl function
|
2018-01-06 17:56:01 +01:00 |
|
Maël Kervella
|
92944ec815
|
templatetags for acl that use models not instances
|
2018-01-06 17:56:01 +01:00 |
|
Gabriel Detraz
|
781085c643
|
Error synthaxe
|
2018-01-06 17:56:01 +01:00 |
|
Maël Kervella
|
3284760fa1
|
Ajoute des args et kwargs partout pour éviter les mauvaises surprises
|
2018-01-06 17:56:01 +01:00 |
|
Maël Kervella
|
28ef82176f
|
Use @can_create and @can_edit on machines.models
|
2018-01-06 17:56:01 +01:00 |
|
Maël Kervella
|
3d89386bba
|
Récupère l'instance dans une fonction à part pour chaque modèle de machines.models
|
2018-01-06 17:56:01 +01:00 |
|