summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/rolestable.html
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] Also disallow deleting builtin rolesSimon Rettberg2020-01-141-0/+2
|
* [permissionmanager] Make default roles "builtin" i.e. not modifiableSimon Rettberg2020-01-091-2/+12
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-251-28/+7Star
|
* [permissionmanager] Add role description field; install some default rulesSimon Rettberg2018-04-131-2/+4
| | | | Closes #3356
* [permissionmanager] Implement permissions:Simon Rettberg2018-02-191-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 Rettberg2018-02-121-12/+8Star
| | | | cleanups
* [permissionmanager] Sanitize language tag namesSimon Rettberg2018-01-111-5/+5
|
* [permissionmanager] removed openRoleEdior function;Udo Walter2017-12-211-23/+11Star
| | | | | | | | 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 Walter2017-12-071-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 Walter2017-11-211-5/+5
| | | | | 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-6/+6
| | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies
* [js_stupidtable] changed one-line code to formatted code;Udo Walter2017-05-151-1/+1
| | | | modified to show sorting arrows on columns and different mouse cursor on hover
* [permission-manager] moved multiple code, added text-search to rolesTableChristian Hofmaier2017-04-101-3/+29
|
* [permission-manager] renamed some files, moved html generation to templates,Udo Walter2017-04-071-0/+65
using bind variables in mysql code, changed order of modules in role editor