aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
* settings: Add OpenAPI specjld31032023-07-109-3/+33
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #38543 from fsamapoor/use_null_coalescing_operatorSimon L2023-06-121-4/+4
|\ | | | | Uses "Null Coalescing Operator" to improve code readability.
| * Uses "Null Coalescing Operator" to improve code readability.Faraz Samapoor2023-05-311-4/+4
| | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | feat: remove check for OpenSSL 1.0.1d and 1.0.2bDaniel Kesselberg2023-06-041-11/+0
|/ | | | | | | OpenSSL 1.0.1d: 2013-02-05 OpenSSL 1.0.2b: 2015-06-11 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-05-171-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-191-1/+1
|\ | | | | Deprecate PHP8.0
| * Deprecate PHP8.0fenn-cs2023-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHP8.0 would stop receiving security support on 26 Nov 2023 hence this deprecation. Next, is the eventual drop of PHP8.0 before its EOL. This commit also updates the message type from INFO to WARNING if the php on file has reached its EOL. See: https://www.php.net/supported-versions.php Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | add an admin check for db file lockingSimon L2023-04-171-0/+6
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #37526 from ↵Julius Härtl2023-04-051-1/+1
|\ \ | | | | | | | | | | | | nextcloud/use-correct-icon-for-calendar-user-settings-section fix(dav): Use an icon with correct color for calendar user settings section
| * | fix(dav): Use an icon with correct color for calendar user settings sectionThomas Citharel2023-04-041-1/+1
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* / Fix types for reading and writing config valuesjld31032023-04-052-2/+2
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* check-setup: recommend exif extensionVarun Patil2023-03-241-0/+6
| | | | | | | JPEG previews are not correctly oriented when exif is not enabled along with other issues. There's no easy way to discover this either. Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* Create headings for settings pagesjulia.kirschenheuter2023-03-072-2/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-03-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Port admin delegation selectsChristopher Ng2023-02-281-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Check for opcache.file_cache_only=1MichaIng2023-02-151-0/+2
| | | | | | which disables shared memory based OPcache with disk file cache used only, if enabled. In this case, "opcache.memory_consumption" and others do not apply, so show the correct performance recommendation to enable memory cache. Signed-off-by: MichaIng <micha@dietpi.com>
* Migrate to Symfony MailerCôme Chilliet2023-02-022-3/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@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>
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(search): Fix settings section icon colorJoas Schilling2023-01-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36005 from nextcloud/fix/default-phone-regionSimon L2023-01-051-0/+1
|\ | | | | Fix default phone region validation
| * Fix default phone region validationChristopher Ng2023-01-051-0/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Add a const for the max user password lengthJoas Schilling2023-01-041-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+2
|\ | | | | 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-031-2/+2
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * 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>
* | 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>
* 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>
* | Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
| | | | | | | | | | | | | | | | | | Otherwise we detect a email change all the time and since email are immutable in ldap this prevent updating other fields. Related: https://github.com/nextcloud/server/pull/33813 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add section-id and section-type data attributes to settings <li> navigation ↵Thomas Citharel2022-12-051-0/+1
|/ | | | | | items Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-222-1/+9
|\ | | | | Add mastodon and reorganize profile info section
| * Rename mastodon to fediverseCarl Schwan2022-11-222-8/+10
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Add mastodon personal info fieldCarl Schwan2022-11-212-2/+8
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Help pages: set window title for sidebar sectionsjulia.kirschenheuter2022-11-221-2/+9
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #34745 from nextcloud/optimize-show-appsCôme Chilliet2022-11-211-7/+7
|\ | | | | Extract $ignoreMaxApps from array_map callback in AppSettingsController
| * Extract $ignoreMaxApps from array_map callback in AppSettingsControllerThomas Citharel2022-10-221-7/+7
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #35024 from nextcloud/deprecate/php74Simon L2022-11-141-1/+1
|\ \ | | | | | | Deprecate PHP7.4
| * | Deprecate PHP7.4Christoph Wurst2022-11-101-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #34746 from nextcloud/add-calendar-settings-sectionJulius Härtl2022-11-131-0/+55
|\ \ \ | | | | | | | | Add Calendar settings section
| * | | Add Calendar settings sectionThomas Citharel2022-10-241-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | In replacement of the removed Groupware settings section in https://github.com/nextcloud/server/pull/34626 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #34485 from ↵Robin Appelman2022-11-111-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | michaelkuhn/hasBigIntConversionPendingColumns-files_trash Fix hasBigIntConversionPendingColumns missing files_trash
| * | | Fix hasBigIntConversionPendingColumns missing files_trashMichael Kuhn2022-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The two tables seem to have gone out of sync, causing the web interface to miss `files_trash.auto_id` not being a bigint. Signed-off-by: Michael Kuhn <github@ikkoku.de>
* | | | Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bowen Ding <dbw9580@live.com> Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Fix invalid date in security.txtJoas Schilling2022-11-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix disabled federated scopeChristopher Ng2022-10-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #34742 from nextcloud/add_well-known_changepasswordChristoph Wurst2022-10-242-0/+53
|\ \ \ \ | |_|/ / |/| | | Add .well-known/changepassword handler
| * | | Add .well-known/changepassword handlerRoeland Jago Douma2022-10-222-0/+53
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>