Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [permissionmanager] Also disallow deleting builtin roles | Simon Rettberg | 2020-01-14 | 1 | -0/+2 |
| | |||||
* | [permissionmanager] Make default roles "builtin" i.e. not modifiable | Simon Rettberg | 2020-01-09 | 1 | -2/+12 |
| | |||||
* | Introduce JS helper for bootstrap confirm dialogs on button-submit | Simon Rettberg | 2019-03-25 | 1 | -28/+7 |
| | |||||
* | [permissionmanager] Add role description field; install some default rules | Simon Rettberg | 2018-04-13 | 1 | -2/+4 |
| | | | | Closes #3356 | ||||
* | [permissionmanager] Implement permissions: | Simon Rettberg | 2018-02-19 | 1 | -7/+18 |
| | | | | | | | 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 | -12/+8 |
| | | | | cleanups | ||||
* | [permissionmanager] Sanitize language tag names | Simon Rettberg | 2018-01-11 | 1 | -5/+5 |
| | |||||
* | [permissionmanager] removed openRoleEdior function; | Udo Walter | 2017-12-21 | 1 | -23/+11 |
| | | | | | | | | 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] added support for localized permission descriptions; | Udo Walter | 2017-12-07 | 1 | -1/+3 |
| | | | | | 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] added key relationships to install script; | Udo Walter | 2017-11-21 | 1 | -5/+5 |
| | | | | | 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 | -6/+6 |
| | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies | ||||
* | [js_stupidtable] changed one-line code to formatted code; | Udo Walter | 2017-05-15 | 1 | -1/+1 |
| | | | | modified to show sorting arrows on columns and different mouse cursor on hover | ||||
* | [permission-manager] moved multiple code, added text-search to rolesTable | Christian Hofmaier | 2017-04-10 | 1 | -3/+29 |
| | |||||
* | [permission-manager] renamed some files, moved html generation to templates, | Udo Walter | 2017-04-07 | 1 | -0/+65 |
using bind variables in mysql code, changed order of modules in role editor |