summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/store
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix settings error message timeoutChristopher Ng2022-03-041-2/+3
* Fix apps settings error message timeoutChristopher Ng2022-03-021-1/+1
* Cleanup admin settings js filesCarl Schwan2022-02-171-7/+9
* Add compiled filesLouis Chemineau2022-02-011-1/+1
* Add new component for the group list items.ArcticFall2022-02-011-4/+4
* Add js methods for renaming a group.ArcticFall2022-02-011-0/+33
* Replace license information to SPDX expressionLouis Chemineau2022-01-117-7/+7
* Add generic type and description when its missingLouis Chemineau2022-01-111-5/+4
* Typing correctionsLouis Chemineau2022-01-114-13/+14
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-083-49/+56
* avoid 'No users in here' in user list when there actually are usersJulien Veyssier2021-09-011-6/+6
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-232-19/+19
* l10n: Unify spellingValdnet2021-05-201-1/+1
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-315-3/+18
* Make user list pagination more tolerantVincent Petry2021-02-041-2/+2
* Only let the infinite handler fetch more results if the limit is hitJulius Härtl2020-12-161-2/+2
* Cancel user search requests to avoid duplicate results being addedJulius Härtl2020-12-162-6/+26
* Fix the user remove from group in UISujith Haridasan2020-10-081-1/+1
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-313-11/+11
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
* Fix some linter warnings in settingsRoeland Jago Douma2020-05-114-40/+43
* Make sure the group id parameter gets properly encoded when used in URLsJulius Härtl2020-04-111-3/+3
* Remove legacy js packagesRoeland Jago Douma2020-03-221-1/+1
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-197-49/+49
* Fix listing users in groups with slash in the nameGary Kim2019-12-181-2/+2
* Fix removing groups that have a slash in the nameGary Kim2019-12-051-1/+1
* when adding/removing users from groups don't touch counters if LDAPArthur Schiwon2019-10-211-8/+10
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-051-1/+1
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-017-395/+379
* Move settings to an appChristoph Wurst2019-09-287-0/+1147