summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/permissions/permissions.json
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-0/+3
| | | | | | | | | | | * You can supply multiple sources for updates (URLs) * Sources can provide multiple branches * Each branch can supply multiple versions (eg. updates) TODO: Set global default version TODO: Supply hook to serversetup-ipxe to add specific boot entries TODO: UX polish TODO: phpdoc/polish
* [minilinux] permission 'show' => 'view'Simon Rettberg2018-03-271-1/+1
| | | | Refs #3338
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-4/+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.
* [minilinux] implemented permission-system. you can't see the side without ↵Christian Hofmaier2018-01-161-0/+4
any permission. there are only 2 permissions: show the side and update content (which includes the show permission).