summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/clientscript.js
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] Tweak style, fix role filtering (and make it AND), minor ↵Simon Rettberg2018-02-121-32/+13Star
| | | | cleanups
* [permissionmanager] removed openRoleEdior function;Udo Walter2017-12-211-8/+8
| | | | | | | | 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-0/+6
| | | | | 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-2/+2
| | | | | changed nested php for loops to sql code; standardized sql column naming; small bugfixes;
* [js_stupidtable] changed one-line code to formatted code;Udo Walter2017-05-151-13/+0Star
| | | | 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 Walter2017-04-251-45/+50
| | | | a given permission + bugfixes
* [permission-manager] moved multiple code, added text-search to rolesTableChristian Hofmaier2017-04-101-0/+44
|
* [permission-manager] first part of UI, database table, sql queries and db ↵Christian Hofmaier2017-03-281-0/+12
methods