aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46509 from nextcloud/feat/settings/taskprocessingMarcel Klehr2024-07-173-7/+76
|\ | | | | feat(settings/admin/ai): Add Task Processing API settings
| * feat(settings/admin/ai): increase min width of provider selectsJulien Veyssier2024-07-171-0/+6
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * feat(settings/admin/ai): Add Task Processing API settingsMarcel Klehr2024-07-173-7/+70
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #45974 from nextcloud/fix/caldav-scheduling-jobAnna2024-07-171-2/+6
|\ \ | |/ |/| fix(caldav): lower scheduling table size warning
| * fix(caldav): lower scheduling table size warningAnna Larch2024-07-171-2/+6
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlookJoas Schilling2024-07-171-0/+2
|\ \ | |/ |/| fix(mail): Fix big logos in mail templates for Outlook
| * fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-171-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | refactor: Improve design of declarative settingsFerdinand Thiessen2024-07-161-9/+9
|/ | | | | | | | * Remove the hint from DOM if empty (otherways they still take some place in layout) * Individual fields of the same section should not be spaced 60px, 20px (2x 10px) should be enough * We have the type `multi-checkbox` for real checkboxes where you can select on of multiple, and we have `checkbox` which is only used for enable / disable, so we shall use `switch` type of the checkbox component as we do for all other (non declarative) settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-164-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-152-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-142-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1318-2/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1254-168/+168
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(settings): Rename user groupsChristopher Ng2024-07-113-4/+4
| | | | | | | - "Active accounts" -> "All accounts" - "Recent accounts" -> "Recently active" Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(l10n): Translate group namesChristopher Ng2024-07-111-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add Recent accounts sectionChristopher Ng2024-07-116-11/+71
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-104-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-101-5/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-0915-83/+94
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* perf(settings): Optimize user list scroll performanceChristopher Ng2024-07-081-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-094-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-052-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46174 from nextcloud/fix/integrity-checkJohn Molakvoæ2024-07-043-1/+147
|\ | | | | fix(IntegrityCheck): Ensure the check is run if no results are available
| * fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-033-1/+147
| | | | | | | | | | | | | | | | | | If there are no cached results the current implementation was also returning an empty array, but this was the same as when there was a successful run. So to distinguish this we return `null` if there are *no* results. In this case we need to rerun the integrity checker. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-042-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-07-023-75/+71
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-028-0/+144
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0110-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-3018-2/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46009 from nextcloud/refactor/ajax-cronFerdinand Thiessen2024-06-292-11/+15
|\ | | | | refactor(cron): Use `IAppConfig` for cron settings and migrate ajax cron away from jQuery
| * refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-282-11/+15
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #46190 from ↵Daniel2024-06-291-2/+6
|\ \ | | | | | | | | | | | | nextcloud/bug/45047/skip-check-when-disk-free-space-disabled fix(setupchecks): skip check when disk_free_space is disabled
| * | fix(setupchecks): skip check when disk_free_space is disabledDaniel Kesselberg2024-06-281-2/+6
| |/ | | | | | | | | | | Make it easier to discover that the check failed because disk_free_space is disabled. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2928-44/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46121 from nextcloud/fix/database-versionsFerdinand Thiessen2024-06-282-9/+43
|\ \ | |/ |/| ci: Adjust database versions to current LTS / supported versions
| * refactor(SetupCheck): Make mariadb and mysql version variablesFerdinand Thiessen2024-06-271-5/+37
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(settings): Adjust SetupCheck for supported database versionsFerdinand Thiessen2024-06-272-9/+11
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-284-2/+12
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-278-8/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2610-4/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46079 from nextcloud/fix/well-known-checksCôme Chilliet2024-06-251-1/+1
|\ | | | | fix(settings): make trailing slash for caldav/carddav redirects optional
| * fix(settings): make trailing slash for caldav/carddav redirects optionalMichaIng2024-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #43939 moved the CalDAV/CardDAV redirect checks from the frontend to a new backend API. Since the backend does not send an authentication header, checking for the expected response code 207 of the DAV endpoint does not work anymore, hence the URL of the last redirect is checked instead. This URL is expected to contain a trailing slash, which was not required before, since the DAV endpoint works properly without it (when authenticated). While a trailing slash in the redirect does no harm, it causes many setups to throw an admin panel warning, while in fact the redirects work properly. Furthermore, the proposed "/.well-known/carddav" => "/remote.php/dav/" redirect leads to double slashes, when doing a request to "/.well-known/carddav/", which seems more wrong then right. This change makes the trailing slash optional, hence old and adjusted setups won't throw the warning anymore, and the DAV endpoint works well in both cases. Signed-off-by: MichaIng <micha@dietpi.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2576-154/+182
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Better wordings in the new user modalJérôme Herbinet2024-06-251-2/+2
|/ | | | | | | Co-authored-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Co-authored-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-232-2/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-234-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-21140-4/+170
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Increase debounce delay when saving account propertiesChristopher Ng2024-06-212-2/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-2010-15/+16
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-202-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>