summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-191-4/+0
* Move existing setup checks to new APICôme Chilliet2023-10-191-12/+0
* ProgressCarl Schwan2023-10-191-7/+0
* Add api to register setup checksCarl Schwan2023-10-191-3/+15
* address reviewSimon L2023-10-061-5/+32
* Move inline docs to online documentationSimon L2023-10-051-17/+4
* Merge pull request #39175 from shdehnavi/settings_app_users_controller_square...Christoph Wurst2023-09-271-1/+1
|\
| * use square bracket syntax to modify arrayHamid Dehnavi2023-07-051-1/+1
* | Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* | Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-21/+8
* | enh(db): provide database providers via APIAnna Larch2023-09-191-2/+2
* | fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-0/+3
* | feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-211-0/+7
* | fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-161-1/+2
* | Use Server::get instead of new to avoid troubles with encryption constructorsCôme Chilliet2023-08-081-30/+2
* | AI admin settings: strict_typesMarcel Klehr2023-08-021-0/+3
* | AI admin settings: Add save mechanismMarcel Klehr2023-08-021-52/+14
* | First pass at ai admin settingsMarcel Klehr2023-08-021-0/+105
* | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-241-21/+6
* | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-0/+17
* | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-3/+20
* | Merge pull request #38606 from fsamapoor/replace_strpos_calls_in_settings_appDaniel2023-07-241-3/+3
|\ \
| * | Merge branch 'master' into replace_strpos_calls_in_settings_appFaraz Samapoor2023-06-122-15/+4
| |\|
| * | Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-051-4/+4
* | | feat: Add public event for missing indicesJulius Härtl2023-07-141-0/+23
* | | settings: Add OpenAPI specjld31032023-07-109-3/+33
| |/ |/|
* | Merge pull request #38543 from fsamapoor/use_null_coalescing_operatorSimon L2023-06-121-4/+4
|\ \
| * | Uses "Null Coalescing Operator" to improve code readability.Faraz Samapoor2023-05-311-4/+4
| |/
* / feat: remove check for OpenSSL 1.0.1d and 1.0.2bDaniel Kesselberg2023-06-041-11/+0
|/
* 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