aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/store
Commit message (Expand)AuthorAgeFilesLines
* feat(app_api): Advanced deploy optionsAndrey Borysenko2025-01-201-3/+14
* feat: Show first login date in user listChristopher Ng2025-01-071-0/+1
* fix(app-store): Add back legacy store API used for update and removalFerdinand Thiessen2024-11-111-4/+1
* fix: loading state reactivityAndrey Borysenko2024-10-291-24/+28
* fix(ci): fix eslint errorsAndrey Borysenko2024-10-291-0/+1
* fix: address review commentsAndrey Borysenko2024-10-291-5/+5
* WIP: remove app_api_apps vuex storeAndrey Borysenko2024-10-291-399/+0
* WIP: migrate to Pinia, minor fixesAndrey Borysenko2024-10-292-2/+295
* WIP: address review comments, small fixesAndrey Borysenko2024-10-292-3/+3
* fix(ci): resolve eslint errorsAndrey Borysenko2024-10-293-4/+7
* WIP: minor fixesAndrey Borysenko2024-10-291-1/+6
* WIP: use global mutation, since app_api_apps is namespacedAndrey Borysenko2024-10-291-16/+8
* feat(settings): migrate AppAPI ExApps management (1)Andrey Borysenko2024-10-293-0/+414
* fix(users): Improve error handling of some fields updateLouis Chemineau2024-07-221-11/+16
* feat: Add Recent accounts sectionChristopher Ng2024-07-111-2/+30
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-093-1/+4
* chore: Add SPDX headerAndy Scherzinger2024-06-039-187/+18
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-2/+2
* fix(settings): When testing server stability, request URL with trailing slashFerdinand Thiessen2024-05-061-1/+1
* feat(settings): Allow to sort groups in the account management alphabeticallyFerdinand Thiessen2024-03-271-20/+36
* fix(settings): Open app details also on app discover section when requestedFerdinand Thiessen2024-03-181-1/+1
* fix(settings): Save account management settings in local storageFerdinand Thiessen2024-03-111-5/+9
* feat(settings): Split account management into navigation and contentFerdinand Thiessen2024-03-111-10/+16
* feat(settings): Split account management and app store views into chunksFerdinand Thiessen2024-03-111-1/+0
* feat(settings): Refactor appstore to use PiniaFerdinand Thiessen2024-03-111-0/+104
* fix(settings): Disable app again if it breaks the files appFerdinand Thiessen2024-03-061-1/+3
* fix(settings): Refactor logger code to use TypescriptFerdinand Thiessen2024-03-051-4/+5
* fix(settings): Adjust frontend of appstore and user management to use initial...Ferdinand Thiessen2024-02-234-4/+11
* fix(settings): stop reloading after force-enabling an appJohn Molakvoæ2024-01-311-2/+12
* fix(settings): Disable renaming for tokens marked to be wipedFerdinand Thiessen2024-01-291-0/+1
* enh(settings): Refactor frontend for session and app token managementFerdinand Thiessen2023-12-211-0/+214
* fix(Users/Quota setting): Prevent floating point value from getting truncated...Marcel Klehr2023-12-071-1/+2
* enh(settings): Load from disabled users endpointChristopher Ng2023-11-301-0/+36
* refactor: remove remaining usage of OC::getCapabilitiesVarun Patil2023-10-201-3/+4
* chore: Remove unnecessary dialogs css importsChristopher Ng2023-10-181-1/+0
* Add new user filter to search.sorbaugh2023-10-121-0/+9
* enh(settings): Add groups accessiblyChristopher Ng2023-10-111-1/+1
* Do not manipulate userCount when it is equal to 0Louis Chemineau2023-09-141-0/+5
* enh(a11y): Users tableChristopher Ng2023-07-121-3/+20
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-4/+40
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-234-8/+8
* fix(user-management): Fix deleting user in hidden group(s)Christoph Wurst2023-02-031-0/+4
* Adapt router.js for setting document title.julia.kirschenheuter2022-11-281-8/+23
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-1/+1
* Fix translation of user exists error server-sideChristopher Ng2022-09-151-8/+0
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-141-1/+2
* Fix typos in apps/ subdirectoryluz paz2022-09-052-2/+2
* Various fixesCarl Schwan2022-08-261-1/+1
* Translate error when user already existsJoas Schilling2022-07-142-2/+10
* Fix user counts updates on user add/removePetre T2022-03-291-8/+46