Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [permissionmanager] Add role description field; install some default rules | Simon Rettberg | 2018-04-13 | 2 | -3/+11 |
| | | | | Closes #3356 | ||||
* | [permissionmanager] Introduce dedicated "permission denied" page | Simon Rettberg | 2018-03-29 | 1 | -0/+21 |
| | | | | Closes #3350 | ||||
* | [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 | 5 | -13/+27 |
| | | | | | | | 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 | 9 | -139/+113 |
| | | | | cleanups | ||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 3 | -36/+31 |
| | | | | | | | | | | 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 | 5 | -22/+22 |
| | |||||
* | [permissionmanager] removed openRoleEdior function; | Udo Walter | 2017-12-21 | 6 | -56/+92 |
| | | | | | | | | 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] added support for localized permission descriptions; | Udo Walter | 2017-12-07 | 2 | -4/+9 |
| | | | | | moved add/delete buttons to the right; items in the user and locations table can now be selected by clicking anywhere in the table row; | ||||
* | [permissionmanager] new permission and location chooser in roleeditor | Udo Walter | 2017-11-30 | 7 | -154/+80 |
| | |||||
* | [permissionmanager] added key relationships to install script; | Udo Walter | 2017-11-21 | 5 | -24/+24 |
| | | | | | 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 | 3 | -25/+33 |
| | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies | ||||
* | [js_stupidtable] changed one-line code to formatted code; | Udo Walter | 2017-05-15 | 3 | -5/+5 |
| | | | | modified to show sorting arrows on columns and different mouse cursor on hover | ||||
* | [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 | 2 | -2/+8 |
| | |||||
* | [permission-manager] moved multiple code, added text-search to rolesTable | Christian Hofmaier | 2017-04-10 | 4 | -109/+36 |
| | |||||
* | [permission-manager] added permission check functionality + bugfixes | Udo Walter | 2017-04-10 | 2 | -12/+12 |
| | |||||
* | [permission-manager] corrected wrong indentation for much better readability | Christian Hofmaier | 2017-04-07 | 2 | -57/+57 |
| | |||||
* | [permission-manager] filter for roles in user and location table, changed ↵ | Christian Hofmaier | 2017-04-07 | 2 | -45/+162 |
| | | | | structure of role-spans in both tables | ||||
* | [permission-manager] renamed some files, moved html generation to templates, | Udo Walter | 2017-04-07 | 7 | -1/+28 |
| | | | | using bind variables in mysql code, changed order of modules in role editor | ||||
* | [permission-manager] added possibility to select all permissions | Udo Walter | 2017-03-31 | 1 | -6/+19 |
| | |||||
* | [permission-manager] fixed hardcoded strings | Udo Walter | 2017-03-29 | 1 | -6/+6 |
| | |||||
* | [permission-manager] first fill of location table | Christian Hofmaier | 2017-03-29 | 1 | -3/+14 |
| | |||||
* | [permission-manager] changed include/exclude to all/selected | Udo Walter | 2017-03-29 | 1 | -9/+17 |
| | |||||
* | [permission-manager] changed module id to module name | Udo Walter | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | [permission-manager] added role editor (new role and edit role) | Udo Walter | 2017-03-28 | 1 | -0/+127 |
| | |||||
* | [permission-manager] first part of UI, database table, sql queries and db ↵ | Christian Hofmaier | 2017-03-28 | 4 | -4/+259 |
| | | | | methods | ||||
* | [permission-manager] renamed module folder | Udo Walter | 2017-03-14 | 1 | -0/+4 |