Commit Graph

17 Commits

Author SHA1 Message Date
Nicolas Roche 03f2b80a98 manager: allow ou slug edition (#46655) 2020-10-09 11:19:15 +02:00
Valentin Deniaud 4f3c6a47d6 manager: add ou and role imports (#45082) 2020-08-31 10:05:59 +02:00
Valentin Deniaud 621a5e978f manager: clearer semantics and interface for export (#45082)
CSV export is not called "export" anymore, and button is not in the
same place as real JSON export.
2020-08-31 10:05:59 +02:00
Valentin Deniaud 0570842003 ou_views: fix typo (#45082) 2020-08-31 10:05:59 +02:00
Benjamin Dauvergne c10af85aad manager: indent JSON exports (#40458) 2020-03-06 10:39:36 +01:00
Benjamin Dauvergne 9fbbf0519a spring cleaning (#32934)
* reorganize views and forms
* add copyright headers to all .py files
* fix all style errors reported by flake8
2019-05-14 16:19:25 +02:00
Paul Marillonnet cb10c41b0f python3: remove deprecated unicode builtin (#31151) 2019-04-01 17:05:10 +02:00
Benjamin Dauvergne 8efca74775 manager: add ous export (#29162) 2019-01-31 15:05:13 +01:00
Benjamin Dauvergne 1bf0e762c8 manager: disable delete link on default OU (fixes #20927)
Add tests on the OU views.
2018-07-01 22:14:01 +02:00
Benjamin Dauvergne f33b0167ba manager: review all page titles (fixes #20126) 2017-11-21 17:00:49 +01:00
Benjamin Dauvergne e2934076ae manager: fix permissions in ou views (#18901) 2017-09-21 17:35:12 +02:00
Benjamin Dauvergne ef1d183ef5 manager: rework ou views (#18901) 2017-09-21 17:35:12 +02:00
Benjamin Dauvergne 195df772b1 manager: fix view permissions (fixes #15614)
View.permissions must be a list.
2017-06-19 15:28:04 +02:00
Benjamin Dauvergne 9fe47fc925 manager: modify ou edit form (#8280)
- removed slug field
- renamed name field label to "Label"
2015-09-18 16:25:52 +02:00
Benjamin Dauvergne 2f46f1385c manager: expose more fields of the OrganizationalUnit model (fixes #7986)
Email and username uniqueness were not managable.
2015-09-17 13:56:46 +02:00
Benjamin Dauvergne c22f34cca4 manager: add permission restriction to all service's roles view and all role members and administrators views (fixes #7758) 2015-07-07 17:28:41 +02:00
Benjamin Dauvergne 25ad9166a1 manager: rewrite manager using RBAC for authorization and limiting view of models
Also add page to manage organizational units and roles.

fixes #6143
fixes #751
2015-05-18 22:22:45 +02:00