summaryrefslogtreecommitdiffstats
path: root/modules-available/syslog/permissions/permissions.json
Commit message (Collapse)AuthorAgeFilesLines
* [syslog] Add user export featureSimon Rettberg2018-08-071-0/+3
| | | | | | | This will export all rows from tables that log user related content, data, events, helping administrators to conform to DSGVO information requests. Closes #3401
* [syslog] Permission checks when saving anonymization daysSimon Rettberg2018-02-131-0/+3
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-3/+5
| | | | | | | | | | 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.
* [statistics] added permissions to view client logs;Udo Walter2018-01-181-0/+3
removed unused query arguments from Paginate::exec (caused an error if query arguments that are actually used in the query are passed to Paginate::exec)