aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* fix: eslintJana Peper2024-12-181-3/+3
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: filter disabled apps in task types requestsJana Peper2024-12-182-4/+2
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: save state in dbJana Peper2024-12-183-4/+10
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: add switch in frontendJana Peper2024-12-181-1/+6
| | | | Signed-off-by: Jana Peper <jana.peper@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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-152-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-142-12/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-122-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-116-2/+366
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-084-0/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-074-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-068-0/+112
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-056-2/+46
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49633 from nextcloud/bugfix/noid/fix-max-request-valuesJoas Schilling2024-12-041-2/+1
|\ | | | | fix(setupcheck): Disable PhpMaxFileSize setupcheck for now
| * fix(setupcheck): Disable PhpMaxFileSize setupcheck for nowJoas Schilling2024-12-041-2/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0412-6/+156
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(setupcheck): Make the Memcache setupcheck use the cacheJoas Schilling2024-12-021-0/+37
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-022-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-012-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-284-2/+132
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(activity): Fix activity object type warningsJoas Schilling2024-11-271-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-262-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-254-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-246-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-236-4/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-228-4/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2110-8/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-206-2/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): psalm PhpMaxFileSize setup check warningbackport/49384/masterskjnldsv2024-11-191-6/+6
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #49372 from nextcloud/feat/php-setup-file-uploadJohn Molakvoæ2024-11-194-0/+84
|\
| * feat(settings): add big file upload setup checksfeat/php-setup-file-uploadskjnldsv2024-11-194-0/+84
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(Mailer): hide admin settings for "null" transportartonge/local/IONOS/tl/dev/disable-mailingThomas Lehmann2024-11-191-0/+8
|/ | | | | | | | | | | | When the mail transport is configured as null transport, the configuration UI would not work. == Background The null transport is meant for situations where operators implement mail delivery via custom mechanisms like REST APIs. Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
* chore: lint fixchore/force-style-lintskjnldsv2024-11-191-5/+5
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-1914-20/+21
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-194-8/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): Add nextTick to saveChangesMarcel Klehr2024-11-181-1/+2
| | | | | | | | to alleviate race condition fixes #49335 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enableFerdinand Thiessen2024-11-182-7/+8
|\ | | | | fix(apps-store): Remove apps from force-enabled state when uninstalled
| * fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enableFerdinand Thiessen2024-11-182-7/+8
| | | | | | | | | | | | | | | | | | If an app is force-enabled and then uninstalled the force-enabled state was kept. This is now removed, so when the app should be re-installed the compatibility should be reevaluated. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49337 from nextcloud/fix/sassJohn Molakvoæ2024-11-181-6/+6
|\ \ | |/ |/|
| * fix: Replace deprecated SASS rulesFerdinand Thiessen2024-11-171-6/+6
| | | | | | | | | | | | | | | | - global color functions are now deprecated - use color namespace - `@import` is deprecated and will be removed (will be native CSS import in future) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-188-30/+202
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-174-42/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1618-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1520-6/+92
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(i18n): Fixed grammarrakekniven2024-11-141-1/+1
| | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix(profile): triggerbutton selectorskjnldsv2024-11-141-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1452-104/+112
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48134 from nextcloud/feat/mail-provider-settingsDaniel2024-11-135-0/+128
|\ | | | | feat: mail provider settings
| * feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-125-0/+128
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>