summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Update AppSettingsController.phpGit'Fellow2023-12-061-1/+1
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-271-0/+3
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-231-0/+7
* fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-171-1/+2
* AI admin settings: strict_typesMarcel Klehr2023-08-091-0/+3
* AI admin settings: Add save mechanismMarcel Klehr2023-08-091-52/+14
* First pass at ai admin settingsMarcel Klehr2023-08-091-0/+105
* feat: Add public event for missing indicesJulius Härtl2023-07-141-0/+23
* Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-191-1/+1
|\
| * Deprecate PHP8.0fenn-cs2023-04-171-1/+1
* | add an admin check for db file lockingSimon L2023-04-171-0/+6
* | Fix types for reading and writing config valuesjld31032023-04-051-1/+1
|/
* check-setup: recommend exif extensionVarun Patil2023-03-241-0/+6
* Create headings for settings pagesjulia.kirschenheuter2023-03-072-2/+2
* Check for opcache.file_cache_only=1MichaIng2023-02-151-0/+2
* Migrate to Symfony MailerCôme Chilliet2023-02-021-2/+0
* Fix interned strings buffer check if 0 free bytesMichaIng2023-01-231-4/+4
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-1/+1
* Add a const for the max user password lengthJoas Schilling2023-01-041-2/+2
* Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
* Add section-id and section-type data attributes to settings <li> navigation i...Thomas Citharel2022-12-051-0/+1
* Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-221-1/+8
|\
| * Rename mastodon to fediverseCarl Schwan2022-11-221-7/+9
| * Add mastodon personal info fieldCarl Schwan2022-11-211-2/+7
* | Help pages: set window title for sidebar sectionsjulia.kirschenheuter2022-11-221-2/+9
|/
* Merge pull request #34745 from nextcloud/optimize-show-appsCôme Chilliet2022-11-211-7/+7
|\
| * Extract $ignoreMaxApps from array_map callback in AppSettingsControllerThomas Citharel2022-10-221-7/+7
* | Merge pull request #35024 from nextcloud/deprecate/php74Simon L2022-11-141-1/+1
|\ \
| * | Deprecate PHP7.4Christoph Wurst2022-11-101-1/+1
* | | Merge pull request #34485 from michaelkuhn/hasBigIntConversionPendingColumns-...Robin Appelman2022-11-111-0/+1
|\ \ \ | |/ / |/| |
| * | Fix hasBigIntConversionPendingColumns missing files_trashMichael Kuhn2022-10-091-0/+1
* | | Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-0/+5
| |/ |/|
* | Harden some PHP functionsacsfer2022-10-041-5/+5
|/
* Merge pull request #34067 from nextcloud/timm2k-patch-1Vincent Petry2022-09-151-0/+1
|\
| * Update CheckSetupController.phptimm2k2022-09-141-0/+1
* | Add accessibility entry in user menuVincent Petry2022-09-141-1/+5
|/
* Merge branch 'master' into fix/setting/accessibility-titleCarl Schwan2022-09-025-27/+42
|\
| * Merge pull request #33429 from nextcloud/port-password-vueCarl Schwan2022-08-311-19/+7
| |\
| | * Port password settings to vueCarl Schwan2022-08-311-19/+7
| * | add a way to open the admin settings overview directlyszaimen2022-08-301-1/+6
| |/
| * Fix opening Help page throws ExceptionArthur Schiwon2022-08-241-1/+1
| * add a setup check for 64 bitszaimen2022-07-131-0/+9
| * Don't allow setting password bigger than 469 charactersCarl Schwan2022-07-051-1/+10
| * do not display the buffer_size info if the size is already set to a certain t...szaimen2022-06-171-1/+5
| * l10n: Delete apostropheValdnet2022-06-072-3/+3
| * l10n: Change to a capital letterValdnet2022-06-031-1/+1
* | Improve accessibility of the title of the settingsCarl Schwan2022-05-161-15/+19
|/
* Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-1/+4
* l10n: Improve grammarrakekniven2022-04-271-1/+1
* Merge pull request #30950 from nextcloud/enh/opcache-recommends-translationVincent Petry2022-03-241-8/+8
|\