aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* fix(SetupChecks): Pass webfinger if a handler is therebackport/49440/stable30Josh2025-01-261-1/+1
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-264-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(assets): Recompile assetsnextcloud-command2025-01-252-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2512-10/+220
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-248-4/+216
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50333 from nextcloud/backport/50330/stable30Joas Schilling2025-01-231-1/+1
|\ | | | | [stable30] fix(security): Update .well-known/security.txt expiration date
| * fix(security): Update .well-known/security.txt expiration datebackport/50330/stable30Joas Schilling2025-01-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-23144-5228/+494
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-234-0/+110
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50291 from nextcloud/backport/49820/stable30Git'Fellow2025-01-221-1/+3
|\ | | | | [stable30] fix(settings): Make header style inline with other pages
| * fix(settings): Make header style inline with other pagesbackport/49820/stable30Git'Fellow2025-01-211-1/+3
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2212-14/+210
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-21144-340/+434
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50278 from nextcloud/backport/50265/stable30max-nextcloud2025-01-201-1/+1
|\ | | | | [stable30] fix(encryption): handle empty encryptionModules fine
| * fix(encryption): handle empty encryptionModules fineMax2025-01-201-1/+1
| | | | | | | | | | | | | | | | `[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <max@nextcloud.com>
* | chore(i18n): Improved grammarrakekniven2025-01-201-1/+1
|/ | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-204-2/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-192-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1812-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-176-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): Correctly parse and display default quotabackport/50187/stable30Ferdinand Thiessen2025-01-161-11/+28
| | | | | | | | | | | In the account management settings (default settings) the quota was parsed not consistently with how we do it everywhere else. Meaning `1 KB` should be 1024 bytes not 1000 bytes. Also this fixes an issue where searching "1KB" does not yield any output because of the space in the parsed value "1 KB". Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1612-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1598-98/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-142-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-134-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-112-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(setupchecks): Binary data can have problems with serializebackport/50113/stable30Git'Fellow2025-01-101-2/+2
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0916-4/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): Fix log file download return typeprovokateurin2025-01-083-11/+17
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-08142-0/+144
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(app-store): add missing exApps list items to search filterAndrey Borysenko2025-01-071-1/+2
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-072-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-062-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-052-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-042-0/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-032-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-022-0/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-3140-46/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(i18n): Fixed grammarrakekniven2024-12-301-1/+1
| | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-302-10/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-272-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-252-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-232-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-222-0/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-212-4/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49594 from nextcloud/backport/49588/stable30Joas Schilling2024-12-201-0/+37
|\ | | | | [stable30] fix(setupcheck): Make the Memcache setupcheck use the cache
| * fix(setupcheck): Make the Memcache setupcheck use the cachebackport/49588/stable30Joas Schilling2024-12-191-0/+37
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-19144-158/+194
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1812-26/+126
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-166-116/+218
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>