summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/permissions/permissions.json
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-5/+8
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [exams] reworked permission system from "click and you get error" to "button ↵Christian Hofmaier2018-01-021-0/+5
is disabled due to lack of permission". you now can only add/delete/edit based on locations you have permission for. you need permission for all locations of an exam to edit/delete it, but you can see it if you have at least permission for one of the locations.