aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/Controller/CheckSetupControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-031-31/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(settings): Migrate SSL access and URL generation check to SetupCheck APICôme Chilliet2024-02-291-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-251-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-251-6/+0
| | | | | | | It will now show available space and path of both PHP and Nextcloud temporary directories if they differ. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove old version of temporary space setup check and fix testsCôme Chilliet2024-01-251-51/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-01-231-51/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge gmp and bcmath module checks with the existing PHP modules setup checkCôme Chilliet2024-01-221-7/+0
| | | | | | Also add description for why each module is recommended Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate set_time_limit setup check to new APICôme Chilliet2024-01-181-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memcached PHP module setup check to new APICôme Chilliet2024-01-181-1/+0
| | | | | | Merged it with the other existing memcache setup check as it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove obsolete check of curl SSL versionCôme Chilliet2024-01-161-198/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove references to removed functions in testsCôme Chilliet2024-01-161-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix Cron setup check testsCôme Chilliet2024-01-161-15/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix CheckSetupControllerTest following overwrite.cli.url migrationCôme Chilliet2024-01-161-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-161-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-checkCôme Chilliet2024-01-161-6/+0
|\
| * Fix tests in CheckSetupControllerTestCôme Chilliet2024-01-151-4/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate code integrity to SetupCheck APICôme Chilliet2024-01-151-2/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix AppDirsWithDifferentOwnerTestCôme Chilliet2024-01-151-20/+0
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-111-8/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate tests for AppDirsWithDifferentOwner setup checkCôme Chilliet2024-01-091-57/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-081-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove unused properties from CheckSetupControllerTestCôme Chilliet2024-01-081-32/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-081-14/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-281-29/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(tests) Fix CheckSetupControllerTestCôme Chilliet2023-11-271-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing primary key database check to new APICôme Chilliet2023-11-271-4/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing index database check to new APICôme Chilliet2023-11-271-4/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing column database check to new APICôme Chilliet2023-11-271-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate tests of forwarded for headers checkCôme Chilliet2023-11-201-88/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-131-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-131-14/+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-7/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-071-5/+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-10/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-071-30/+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-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate email test to new SetupCheck APICôme Chilliet2023-11-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-071-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Adapt CheckSetupControllerTest to the migration to a setup checkCôme Chilliet2023-10-241-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-191-1/+0
| | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix tests for setup checksCôme Chilliet2023-10-191-130/+14
| | | | | | | Had to remove tests for migrated checks, we should add tests for each SetupCheck class later on. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Correct typos and add quotation marksValdnet2023-10-111-1/+1
| | | | | | Corrects typos and unifies spelling for "occ" commands. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.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>