summaryrefslogtreecommitdiffstats
path: root/server/migrations/20180726033100-create-role.js
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-251-3/+0Star
| | | | | - integrate PM into PM itself - wildcard function for hasPermission()
* [permissions] Add recursive group selection + tables changed to search tablesChristian Hofmaier2018-08-101-1/+4
| | | | | | | | Role Table has now a new column recursiveGroups to display if recursive selection is wanted Roles and Permissions can now have longer descriptions Data-Tables are now Udos Search-Tables
* [permissions] add permission managementChristian Hofmaier2018-08-051-0/+22
Add Roles Table with Delete Roles and Create Roles possibilities Add Users Table with Grant Roles and Revoke Roles possibilities