summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/permissions/permissions.json
Commit message (Collapse)AuthorAgeFilesLines
* [systemstatus] Show (estimate) of last time updates were installedSimon Rettberg2023-07-041-0/+3
| | | | Plus other minor tweaks, like message on main page.
* [systemstatus] Add page to update/upgrade the server OSSimon Rettberg2023-07-031-0/+12
| | | | Some simple UI/buttons to run apt-get update, upgrade etc.
* [systemstatus] Add permissions for service restartingSimon Rettberg2021-01-221-0/+12
|
* [systemstatus] Use new permission helpers; disable non-accessible tabsSimon Rettberg2018-02-161-6/+6
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-13/+35
| | | | | | | | | | 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.
* [systemstatus] implemented permission-system. alot of show-permissions to ↵Christian Hofmaier2018-01-261-0/+13
view things. and a server-reboot permission.