aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-052-102/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-042-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53273 from nextcloud/fix/noid-fix-user-create-quotaSebastian Krupinski2025-06-031-1/+1
|\ | | | | fix(accounts): new account quota value
| * fix: new account quota valueSebastianKrupinski2025-06-021-1/+1
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-034-6/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(AppNavigationGroupList): restore navigation panel and search/filter ↵Maksim Sukharev2025-06-022-7/+17
| | | | | | functionality for sub-admin groups Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* fix(UserRow): retrieve available groups from the storeMaksim Sukharev2025-06-022-8/+28
| | | | | | | - rename 'available*Groups' to 'selected*Groups' - populate store and 'availableGroups' from search requests Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* fix(NewUserDialog): retrieve available groups from the storeMaksim Sukharev2025-06-021-15/+12
| | | | | | | | - fix 'this.isAdmin' to be 'this.settings.isAdmin' - compute 'availableGroups' instead of setting it once mounted - populate store and 'availableGroups' from search requests Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-022-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(profile): keep error status persistent until validJohn Molakvoæ2025-06-011-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(profile): do not restore previous value on invalid requestskjnldsv2025-06-011-1/+0
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-012-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-314-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-308-2/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-29114-4/+134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: add support for sensitive Declarative settings values encryptionAndrey Borysenko2025-05-288-2/+338
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-286-30/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-2712-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-26112-282/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(18n): More natural english - fix plural typorakekniven-patch-2rakekniven2025-05-251-1/+1
| | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-25112-270/+326
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52897 from ↵John Molakvoæ2025-05-241-3/+3
|\ | | | | | | nextcloud/Jerome-Herbinet-replace-remove-wording-with-delete
| * refactor(settings): replace "remove" wording with "delete"Jérôme Herbinet2025-05-231-3/+3
| | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-2416-2/+58
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Fix one more pluralJoas Schilling2025-05-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix: Correct translation method useMarcel Klehr2025-05-231-2/+2
| | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(SetupChecks): Update TaskProcessingPickupSpeedrakekniven2025-05-231-1/+1
| | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | chore(18n): More natural englishrakekniven2025-05-231-2/+2
|/ | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Use logger correctly in UserRow.vuenfebe2025-05-221-1/+1
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix(settings): Prevent double request on manager changenfebe2025-05-222-15/+8
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix: correctly unset account managerFerdinand Thiessen2025-05-222-22/+24
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Send update request when clearing user managernfebe2025-05-222-20/+30
| | | | | | | | | - Update setUserData to send PUT request for empty manager values - Remove clear button from manager select in UserRow - Simplify manager update logic in UserRow - Ensure consistent API behavior for empty values in allowedEmpty fields Signed-off-by: nfebe <fenn25.fn@gmail.com>
* feat(SetupChecks): Add check for TaskProcessing pickup speedfeat/setupcheck-task-pickup-speedMarcel Klehr2025-05-225-0/+140
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-222-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-21144-3200/+212
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-204-70/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-182-2/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-178-42/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Migrate settings and provisioning_api to PHPUnit10tests/noid/migrate-more-apps-to-phpunit10Joas Schilling2025-05-1631-518/+336
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-162-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-152-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-151-4/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor: Apply rector refactoringschore/deps/rector-2.0provokateurin2025-05-142-3/+5
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: replace leagcy OC_Helper calls with OCP\Utilchore/oc-helper-filesizeFerdinand Thiessen2025-05-141-2/+2
| | | | | | | | - Replace legacy calls with OCP\Util - Add missing deprecation notices - Inline implementation in OCP\Util and call it from OC_Helper Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-146-24/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-108-12/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-094-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-084-4/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52583 from nextcloud/leftybournes/fix/app-sortingKent Delante2025-05-061-3/+7
|\ | | | | fix(apps): Sort names separately from active/update state