nextcloud/apps/settings/src/views
Peter Ringelmann e7aaaff69d feat(settings): persist user management column visibility
Previously, column visibility settings were stored in localStorage, causing them to be lost when logging out or switching browsers.
This change moves the persistence to the database as user preferences.
It also refactors the frontend to use clean `userList.*` keys for better consistency between the store and the API.

Signed-off-by: Peter Ringelmann <4850521+Pringels@users.noreply.github.com>
2025-12-18 14:40:08 +01:00
..
AdminSettingsSetupChecks.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
AdminSettingsSharing.vue chore: auto fix ESLint issues 2025-11-25 16:25:54 +01:00
AppStore.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
AppStoreNavigation.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
AppStoreSidebar.vue fix(settings): reset limit to groups state when switching apps 2025-12-15 19:00:46 +01:00
SettingsApp.vue refactor: Migrate nextcloud-vue usage to new import schema 2025-02-20 02:28:13 +01:00
SettingsPresets.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
user-types.d.ts fix(settings): Fix infinitely loading account management page with pagination of groups 2025-03-28 14:12:52 -07:00
UserManagement.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
UserManagementNavigation.vue feat(settings): persist user management column visibility 2025-12-18 14:40:08 +01:00