nextcloud/apps/settings/src/views
Ferdinand Thiessen 577a5045e8
fix(settings): Hide forbidden UI elements for group managers
1. The "recent" accounts API only works for admin and delegated admin -> hide for group managers
2. Group managers can not create new groups -> Hide the UI to add a new group for them
3. Accounts created by group managers require one of the groups, which is managed by the group manager, assigned.
   So if the group manager only manageres a single group, we should preselect that group.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-02 20:22:48 +02:00
..
AdminSettingsSharing.vue enh(settings): Migrate admin settings for sharing to vue 2023-11-20 17:07:55 +01:00
AppStore.vue feat(settings): Implement new app discover section for app management 2024-03-14 20:45:24 +01:00
AppStoreNavigation.vue fix(settings): Open app details also on app discover section when requested 2024-03-18 14:13:42 +01:00
AppStoreSidebar.vue fix(settings): Open app details also on app discover section when requested 2024-03-18 14:13:42 +01:00
SettingsApp.vue feat(settings): Refactor routing code to use named router views 2024-03-11 16:02:33 +01:00
user-types.d.ts feat(settings): Split account management into navigation and content 2024-03-11 16:02:34 +01:00
UserManagement.vue feat(settings): Split account management into navigation and content 2024-03-11 16:02:34 +01:00
UserManagementNavigation.vue fix(settings): Hide forbidden UI elements for group managers 2024-09-02 20:22:48 +02:00