summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/PermissionModuleRoleList.vue
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-4/+4
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [permissionmanager] frontend reworkChristian Hofmaier2019-05-201-19/+26
| | | | | | | | | - bulk call for loading childs of groups - change submit to save/create - reload site after role changes - skip blacklist when no groups selected - performance improvements - new dialog system
* [eventmanager] Add module and functionalityChristian Hofmaier2019-03-241-1/+1
| | | | | | - list to show all events, buttons to create/delete events - can add groups/clients to event - can add blacklist to event
* fix major design issueChristian Hofmaier2019-02-261-1/+1
|
* [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-251-4/+7
| | | | | - integrate PM into PM itself - wildcard function for hasPermission()
* [permissionmanager]Integrate new data-table + api formatChristian Hofmaier2019-02-151-29/+11Star
|
* [permissions] Add recursive group selection + tables changed to search tablesChristian Hofmaier2018-08-101-17/+12Star
| | | | | | | | 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
* Roles of Users now in fancy boxes and other small ui polishingChristian Hofmaier2018-08-071-1/+1
|
* language tags and function commentsChristian Hofmaier2018-08-061-5/+11
|
* Add Role Create/EditChristian Hofmaier2018-08-051-2/+1Star
|
* [permissions] add permission managementChristian Hofmaier2018-08-051-0/+91
Add Roles Table with Delete Roles and Create Roles possibilities Add Users Table with Grant Roles and Revoke Roles possibilities