aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-131-7/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-131-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-071-0/+2
| | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-071-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-071-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate code integrity to SetupCheck APICôme Chilliet2023-11-071-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-071-21/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-071-10/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-071-12/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove duplicate fileinfo PHP module checkCôme Chilliet2023-11-071-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-071-17/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate email test to new SetupCheck APICôme Chilliet2023-11-071-15/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-071-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-071-23/+22
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-261-35/+0
|\ | | | | Check for more php modules
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-191-35/+0
| | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-1/+1
|\ \ | | | | | | Implement TextToImage OCP API
| * | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Don't duplicate notification warningJoas Schilling2023-10-261-0/+5
| | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/notifications/pull/1699 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-231-2/+1
| |/ |/| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-2/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Migrate InternetConnectivity check to new APICôme Chilliet2023-10-191-49/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge setupchecks from new API into old UICôme Chilliet2023-10-191-21/+1
| | | | | | | | | | | | | | This will allow migrating checks to the new API without touching the UI for now. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-191-4/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Move existing setup checks to new APICôme Chilliet2023-10-191-12/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | ProgressCarl Schwan2023-10-191-7/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add api to register setup checksCarl Schwan2023-10-191-3/+15
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* address reviewSimon L2023-10-061-5/+32
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Move inline docs to online documentationSimon L2023-10-051-17/+4
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #39175 from ↵Christoph Wurst2023-09-271-1/+1
|\ | | | | | | | | shdehnavi/settings_app_users_controller_square_bracket_syntax use square bracket syntax to modify array
| * use square bracket syntax to modify arrayHamid Dehnavi2023-07-051-1/+1
| | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-21/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | enh(db): provide database providers via APIAnna Larch2023-09-191-2/+2
| | | | | | | | | | | | | | | | | | To avoid leaking internals (OC), wrap the getDatabasePlatform and provide the associated constants fixes https://github.com/nextcloud/server/issues/30877 Signed-off-by: Anna Larch <anna@nextcloud.com>
* | fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-0/+3
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-211-0/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-161-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use Server::get instead of new to avoid troubles with encryption constructorsCôme Chilliet2023-08-081-30/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | AI admin settings: strict_typesMarcel Klehr2023-08-021-0/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | AI admin settings: Add save mechanismMarcel Klehr2023-08-021-52/+14
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | First pass at ai admin settingsMarcel Klehr2023-08-021-0/+105
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-241-21/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-0/+17
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-3/+20
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #38606 from fsamapoor/replace_strpos_calls_in_settings_appDaniel2023-07-241-3/+3
|\ \ | | | | | | Refactors "strpos" calls in /apps/settings
| * | Merge branch 'master' into replace_strpos_calls_in_settings_appFaraz Samapoor2023-06-122-15/+4
| |\| | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-051-4/+4
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | feat: Add public event for missing indicesJulius Härtl2023-07-141-0/+23
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | 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.