aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36347 from ↵Christoph Wurst2023-01-262-16/+25
|\ | | | | | | | | nextcloud/chore/autoloader/composer-2.5.1-autoloader-files chore(autoloaders): Update autoloader files for Composer 2.5.1
| * chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-252-16/+25
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2664-66/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2562-64/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* don't translate a variableSimon L2023-01-241-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-242-2/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix interned strings buffer check if 0 free bytesMichaIng2023-01-231-4/+4
| | | | | | | With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely. This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched. Signed-off-by: MichaIng <micha@dietpi.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-222-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-212-8/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-204-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36219 from ↵Joas Schilling2023-01-181-0/+1
|\ | | | | | | | | nextcloud/fix/correction-35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings Correct title for button on federation actions button
| * Correct title for button on federation actions buttonjulia.kirschenheuter2023-01-181-0/+1
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | fix(search): Fix settings section icon colorJoas Schilling2023-01-181-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-166-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-152-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-142-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Compress SASS outputChristopher Ng2023-01-112-1475/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-115-27/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones in users pagejulia.kirschenheuter2023-01-112-17/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #35903 from ↵Vincent Petry2023-01-112-6/+10
|\ | | | | | | | | nextcloud/fix/35887-Replace_custom_tooltips_with_native_one_for_Apps_page Replace custom tooltips with native ones in apps page
| * Replace custom tooltips with native ones in apps pagejulia.kirschenheuter2023-01-102-6/+10
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-112-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1012-14/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-092-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-078-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36005 from nextcloud/fix/default-phone-regionSimon L2023-01-052-1/+8
|\ | | | | Fix default phone region validation
| * Fix default phone region validationChristopher Ng2023-01-052-1/+8
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35981 from ↵Joas Schilling2023-01-051-2/+2
|\ \ | | | | | | | | | | | | nextcloud/followup/35965/const-for-max-password-length Add a const for the max user password length
| * | Add a const for the max user password lengthJoas Schilling2023-01-041-2/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-0590-164/+184
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-042-0/+7
|\ | | | | Adding option to set Auto-Submitted email header
| * fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-031-1/+1
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-032-4/+4
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class"Bennet Becker2022-12-242-25/+16
| | | | | | | | | | | | This reverts commit 77569bae4511c057e3023c01fa247aae60a0a3a3. Signed-off-by: Bennet Becker <dev@bennet.cc>
| * Updating unit test for NewUserMailHelper, to test for autosumbittedBennet Becker2022-12-231-0/+5
| | | | | | | | | | | | header Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
| * ran build/autoloaderchecker.sh after adding AutoSubmittedValue classBennet Becker2022-12-232-16/+25
| | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
| * Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-231-0/+2
| | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
* | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-031-6/+4
|\ \ | | | | | | Code fixes from PR 34997
| * | Fix typing errors in settings testsCôme Chilliet2023-01-021-6/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | avoid using the word 'password' in the APP_TOKEN_CREATED activityJulien Veyssier2023-01-021-2/+2
|/ / | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-272-6/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-262-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-252-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-244-12/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-21142-418/+282
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-192-24/+2
|\ | | | | Compute notification parsed subject from rich subject when possible
| * Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-292-24/+2
| | | | | | | | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>