summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/PermissionModuleUserList.vue
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-4/+6
| | | | 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-12/+14
| | | | | | | | | - 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
* [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-251-3/+6
| | | | | - integrate PM into PM itself - wildcard function for hasPermission()
* [permissionmanager] Change recursive selection, fix layout/table issuesChristian Hofmaier2019-02-161-1/+1
| | | | | | | | | - remove recursive-switch for groups - add btn to add subgroups - use RecycleScroller for better performance - fix layout issue when long names were used in the summary - fix issues that data-tables were not loading correctly - you can now correctly go back to the step you were before
* [permissionmanager]Integrate new data-table + api formatChristian Hofmaier2019-02-151-28/+15Star
|
* [permissions] Add recursive group selection + tables changed to search tablesChristian Hofmaier2018-08-101-17/+11Star
| | | | | | | | 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-8/+6Star
|
* language tags and function commentsChristian Hofmaier2018-08-061-6/+17
|
* Add Role Create/EditChristian Hofmaier2018-08-051-2/+1Star
|
* [permissions] add permission managementChristian Hofmaier2018-08-051-0/+88
Add Roles Table with Delete Roles and Create Roles possibilities Add Users Table with Grant Roles and Revoke Roles possibilities