summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/roleeditor.html
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] Add role description field; install some default rulesSimon Rettberg2018-04-131-1/+7
| | | | Closes #3356
* [permissionmanager] fixed tree issue with deselecting parent-permissions ↵permission-managerChristian Hofmaier2018-03-271-0/+9
| | | | (Ticket: #3327)
* [permissionmanager] Implement permissions:Simon Rettberg2018-02-191-1/+4
| | | | | | | Permissinmanager is now protected by permissions. In order to prevent complete lockout, the user with userid == 1 will always be able to edit and assign permissions. (TODO: Communicate this somehow)
* [permissionmanager] Tweak style, fix role filtering (and make it AND), minor ↵Simon Rettberg2018-02-121-33/+37
| | | | cleanups
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-25/+17Star
| | | | | | | | | | 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.
* [permissionmanager] Sanitize language tag namesSimon Rettberg2018-01-111-5/+5
|
* [permissionmanager] removed openRoleEdior function;Udo Walter2017-12-211-10/+7Star
| | | | | | | | changed searchFieldFunction() to use jQuery; fixed checkboxes in roleeditor not selecting on a click on the label; added selected row highlighting; disabled buttons if there are no users/roles selected; made role badges in user/location tables clickable; added phpdoc comments to most php functions;
* [permissionmanager] removed alert from roleeditorUdo Walter2017-12-141-1/+1
|
* [permissionmanager] new permission and location chooser in roleeditorUdo Walter2017-11-301-105/+33Star
|
* [permissionmanager] added key relationships to install script;Udo Walter2017-11-211-3/+3
| | | | | changed nested php for loops to sql code; standardized sql column naming; small bugfixes;
* [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵Christian Hofmaier2017-09-291-3/+4
| | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies
* [permissionmanager] added possibility to get a list of allowed locations for ↵Udo Walter2017-04-251-8/+8
| | | | a given permission + bugfixes
* [permissionmanager] changed description to tooltipsUdo Walter2017-04-101-0/+6
|
* [permission-manager] moved multiple code, added text-search to rolesTableChristian Hofmaier2017-04-101-4/+0Star
|
* [permission-manager] renamed some files, moved html generation to templates,Udo Walter2017-04-071-0/+147
using bind variables in mysql code, changed order of modules in role editor