Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -10/+11 |
| | |||||
* | [permissionmanager] Add role description field; install some default rules | Simon Rettberg | 2018-04-13 | 1 | -15/+16 |
| | | | | Closes #3356 | ||||
* | [permissionmanager] PermissionDbUpdate::saveRole(): handle empty lists | Simon Rettberg | 2018-03-05 | 1 | -8/+12 |
| | |||||
* | [adduser] Support setting user's roles on add/edit | Simon Rettberg | 2018-02-23 | 1 | -5/+23 |
| | |||||
* | [permissionmanager] Ensure uniqueness in role_x_location table, consistent ↵ | Simon Rettberg | 2018-02-20 | 1 | -11/+11 |
| | | | | table naming, drop unused id field | ||||
* | [permissionmanager] Force lowercase permissions, handle locId 0 properly | Simon Rettberg | 2018-02-16 | 1 | -0/+4 |
| | |||||
* | [permissionmanager] Apply formatting | Simon Rettberg | 2018-02-14 | 1 | -15/+22 |
| | |||||
* | [permissionmanager] Speed up queries for saving roles and assignments | Simon Rettberg | 2018-02-14 | 1 | -12/+18 |
| | |||||
* | [permissionmanager] removed openRoleEdior function; | Udo Walter | 2017-12-21 | 1 | -11/+26 |
| | | | | | | | | 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 key relationships to install script; | Udo Walter | 2017-11-21 | 1 | -33/+29 |
| | | | | | changed nested php for loops to sql code; standardized sql column naming; small bugfixes; | ||||
* | [permission-manager] renamed some files, moved html generation to templates, | Udo Walter | 2017-04-07 | 1 | -0/+57 |
using bind variables in mysql code, changed order of modules in role editor |