aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 quotaFerdinand 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>
* | Merge pull request #49317 from nextcloud/feat/edit-share-tokenPytal2025-01-152-0/+26
|\ \ | | | | | | feat: Make it possible to customize share link tokens
| * | feat(sharing): Toggle custom tokens setting as adminChristopher Ng2025-01-152-0/+26
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | 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>
* | Merge pull request #50130 from nextcloud/feat/rich-profile-biographyPytal2025-01-141-1/+1
|\ \ | | | | | | feat: Allow rich formatting of profile text
| * | feat: Allow rich formatting of profile textChristopher Ng2025-01-101-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | fix(settings): Fix mail server settings formprovokateurin2025-01-141-29/+16
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix(apps): Add back `<main>` element to dashboard and settingsFerdinand Thiessen2025-01-141-2/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | 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 serializesetupChecksMoveFromBinaryGit'Fellow2025-01-091-2/+2
| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #49977 from ↵Josh2025-01-091-10/+10
|\ \ | | | | | | | | | | | | nextcloud/jtr-perf-checks-connectivity-https-proto perf(settings): Speed up InternetConnectivity setup check
| * | perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-protoJosh2025-01-071-10/+10
| | | | | | | | | | | | | | | Specify default protocol (https://) rather than let default handling test both http:// and https:// Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | feat(federatedfilesharing): improve admin docs and settingsskjnldsv2025-01-093-7/+27
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0916-4/+32
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codesKate2025-01-083-11/+17
|\ \ \
| * | | fix(settings): Fix log file download return typeprovokateurin2025-01-073-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(files): updateAll methodMax Schmit2025-01-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Max Schmit <maxschm@hotmail.com>
* | | | Merge pull request #49377 from nextcloud/enh/add-first-login-timestampPytal2025-01-075-4/+48
|\ \ \ \ | | | | | | | | | | feat: Add first login timestamp of each user to oc_preferences and user:info output
| * | | | fix(users): Adapt UI code to new timestamp fields namesCôme Chilliet2025-01-071-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | feat: Show first login date in user listChristopher Ng2025-01-075-0/+44
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #49891 from ↵John Molakvoæ2025-01-072-25/+28
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/refactor/settings/mail-settings-parameters
| * | | refactor(settings): Use parameters explicitly when setting mail settingsrefactor/settings/mail-settings-parametersprovokateurin2025-01-062-25/+28
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #49988 from nextcloud/jtr-locale-personal-infoJoas Schilling2025-01-071-1/+1
|\ \ \ \ | | | | | | | | | | fix(settings): show the correct initial locale in Personal info
| * | | | fix(settings): show the correct initial locale in Personal infojtr-locale-personal-infoJosh2024-12-291-1/+1
| | |/ / | |/| | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | chore: Bump Hub 9 -> Hub 10Andy Scherzinger2025-01-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-072-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | refactor(provisioning_api): Rename AUserData to AUserDataOCSController to ↵provokateurin2025-01-061-2/+2
| |/ / |/| | | | | | | | | | | | | | allow openapi-extractor to detect it as OCS Signed-off-by: provokateurin <kate@provokateurin.de>
* | | 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>
* | | Merge pull request #49885 from nextcloud/fix/settings/ex-apps-searchJoas Schilling2025-01-031-1/+2
|\ \ \ | | | | | | | | fix(app-store): add missing exApps list items to search filter
| * | | fix(app-store): add missing exApps list items to search filterAndrey Borysenko2025-01-021-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.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>
* | | 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>