summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/PermissionModuleEdit.vue
Commit message (Collapse)AuthorAgeFilesLines
* [external-backends] Use search table instead of datatablesJannik Schönartz2018-08-281-1/+0Star
| | | | | Fixed an eslint error commited by Chris Search tables are the better datatables developed by Udo.
* Add Snackbars to EventsChristian Hofmaier2018-08-101-4/+6
|
* [permissions] fix bug with recursive-mode-switchChristian Hofmaier2018-08-101-5/+8
| | | | | it should now correctly show the underlying value of switch. + centered the switch
* [permissions] Add recursive group selection + tables changed to search tablesChristian Hofmaier2018-08-101-50/+72
| | | | | | | | 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-2/+6
|
* language tags and function commentsChristian Hofmaier2018-08-061-7/+29
|
* Add Role Create/EditChristian Hofmaier2018-08-051-25/+98
|
* [permissions] add permission managementChristian Hofmaier2018-08-051-0/+273
Add Roles Table with Delete Roles and Create Roles possibilities Add Users Table with Grant Roles and Revoke Roles possibilities