Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [permissionmanager] Make default roles "builtin" i.e. not modifiable | Simon Rettberg | 2020-01-09 | 1 | -1/+6 |
| | |||||
* | [permissionmanager] Add role description field; install some default rules | Simon Rettberg | 2018-04-13 | 1 | -1/+7 |
| | | | | Closes #3356 | ||||
* | [permissionmanager] fixed tree issue with deselecting parent-permissions ↵permission-manager | Christian Hofmaier | 2018-03-27 | 1 | -0/+9 |
| | | | | (Ticket: #3327) | ||||
* | [permissionmanager] Implement permissions: | Simon Rettberg | 2018-02-19 | 1 | -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 Rettberg | 2018-02-12 | 1 | -33/+37 |
| | | | | cleanups | ||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 1 | -25/+17 |
| | | | | | | | | | | 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 names | Simon Rettberg | 2018-01-11 | 1 | -5/+5 |
| | |||||
* | [permissionmanager] removed openRoleEdior function; | Udo Walter | 2017-12-21 | 1 | -10/+7 |
| | | | | | | | | 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 roleeditor | Udo Walter | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | [permissionmanager] new permission and location chooser in roleeditor | Udo Walter | 2017-11-30 | 1 | -105/+33 |
| | |||||
* | [permissionmanager] added key relationships to install script; | Udo Walter | 2017-11-21 | 1 | -3/+3 |
| | | | | | changed nested php for loops to sql code; standardized sql column naming; small bugfixes; | ||||
* | [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵ | Christian Hofmaier | 2017-09-29 | 1 | -3/+4 |
| | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies | ||||
* | [permissionmanager] added possibility to get a list of allowed locations for ↵ | Udo Walter | 2017-04-25 | 1 | -8/+8 |
| | | | | a given permission + bugfixes | ||||
* | [permissionmanager] changed description to tooltips | Udo Walter | 2017-04-10 | 1 | -0/+6 |
| | |||||
* | [permission-manager] moved multiple code, added text-search to rolesTable | Christian Hofmaier | 2017-04-10 | 1 | -4/+0 |
| | |||||
* | [permission-manager] renamed some files, moved html generation to templates, | Udo Walter | 2017-04-07 | 1 | -0/+147 |
using bind variables in mysql code, changed order of modules in role editor |