summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(security): Update expiration date in security.txtJoas Schilling2024-03-281-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(settings): `posix_getpwuid` can return `false` which should not be ↵Ferdinand Thiessen2024-03-131-2/+6
| | | | | | accessed using array operation Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix psalmSimon L2024-02-081-0/+3
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* do not break personal settings page is viewer is not thereSimon L2024-02-081-5/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Update AppSettingsController.phpGit'Fellow2023-12-061-1/+1
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* fix(security): Update expiration date in security.txtJoas Schilling2023-12-041-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(meta): copyright noteArthur Schiwon2023-10-121-1/+1
|
* remove unused propertiessorbaugh2023-10-121-29/+1
| | | | Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com>
* Remove unneeded includes.sorbaugh2023-10-121-4/+0
| | | | | | Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* Keep Search Provider but remove actual search and display on the searchlist ↵sorbaugh2023-10-121-29/+1
| | | | | | | | dialog. Will revisit in future search result list in future issue. Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* Add new user filter to search.sorbaugh2023-10-122-0/+140
| | | | | | | | Add regex to prevent filter collision in user-list page Usage: 1. Type a string in the search bar 2. Add in:users to display only users in the search result
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-272-0/+49
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-231-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-171-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Admin AI settings: Use ContainerInterface instead of IServerContainerMarcel Klehr2023-08-091-2/+2
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 7adb2ce819f556ffe6297412f7ef390089240fc8)
* AI admin settings: strict_typesMarcel Klehr2023-08-092-0/+6
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit f72f3f7df4f551b8a6c01d3e3b5969d1bb0264d8)
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 2a3ef102f7527041609ad96bc59d6b21f42980d4)
* AI admin settings: Add save mechanismMarcel Klehr2023-08-092-53/+15
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a840e8c6e5a0d7b7c3a371776fd395976b2c2fdf)
* First pass at ai admin settingsMarcel Klehr2023-08-093-0/+326
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fc9780a41d586e2983f18e128a4095484e5860ac)
* feat: Add public event for missing indicesJulius Härtl2023-07-141-0/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>