nextcloud/apps/settings/lib/SetupChecks
Côme Chilliet 9add64f30e
Merge writable temporary space check with the s3 one, and improve
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>
2024-01-25 11:47:30 +01:00
..
AppDirsWithDifferentOwner.php Migrate app dir owner check to SetupCheck API 2024-01-08 17:37:14 +01:00
BruteForceThrottler.php Change "brute force" to "brute-force" 2023-11-22 14:22:47 +01:00
CheckUserCertificates.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +02:00
CodeIntegrity.php Remove CSRF check from code integrity rescan 2024-01-15 11:50:48 +01:00
CronErrors.php Migrate Cron checks to new SetupCheck API 2024-01-16 10:49:19 +01:00
CronInfo.php Migrate Cron checks to new SetupCheck API 2024-01-16 10:49:19 +01:00
DatabaseHasMissingColumns.php Missing things in database should be warning, not info 2023-11-27 15:23:52 +01:00
DatabaseHasMissingIndices.php Missing things in database should be warning, not info 2023-11-27 15:23:52 +01:00
DatabaseHasMissingPrimaryKeys.php Missing things in database should be warning, not info 2023-11-27 15:23:52 +01:00
DatabasePendingBigIntConversions.php Migrate away from deprecated doctrine/dbal getName function 2023-11-28 14:08:10 +01:00
DefaultPhoneRegionSet.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +02:00
EmailTestSuccessful.php Migrate email test to new SetupCheck API 2023-11-07 12:14:02 +01:00
FileLocking.php Migrated both file locking checks to SetupCheck API 2023-11-07 12:14:03 +01:00
ForwardedForHeaders.php Add quotation marks 2023-11-23 08:43:20 +01:00
InternetConnectivity.php Change SetupResult API to named constructors 2023-10-19 11:44:03 +02:00
JavaScriptModules.php fix(settings): Allow to connect to local address when checking for .mjs support 2024-01-21 20:20:53 +01:00
LegacySSEKeyFormat.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +02:00
MaintenanceWindowStart.php feat(setupcheck): Add setup check for maintenance_window_start config 2023-12-18 11:29:38 +01:00
MemcacheConfigured.php Migrate memcached PHP module setup check to new API 2024-01-18 09:40:43 +01:00
MysqlUnicodeSupport.php Migrate MySQL utf8mb4 check to new SetupCheck API 2024-01-23 17:34:04 +01:00
OverwriteCliUrl.php fix(i18n): Change cli to uppercase 2024-01-18 09:18:05 +01:00
PhpDefaultCharset.php Add quotation marks 2023-11-21 15:32:38 +01:00
PhpDisabledFunctions.php Migrate set_time_limit setup check to new API 2024-01-18 12:36:53 +01:00
PhpFreetypeSupport.php Migrate Freetype check to SetupCheck API 2023-11-07 12:25:03 +01:00
PhpGetEnv.php Migrate getenv test to new SetupCheck API 2023-11-07 12:14:02 +01:00
PhpMemoryLimit.php fix(setupcheck): Fix memory limit setup check 2023-11-21 14:47:21 +01:00
PhpModules.php Remove bz2 leftover description 2024-01-22 15:56:40 +01:00
PhpOpcacheSetup.php Improve PHP opcache setup check and reduce level in some cases 2024-01-08 16:03:53 +01:00
PhpOutdated.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +02:00
PhpOutputBuffering.php Add quotation marks 2023-11-21 15:40:01 +01:00
RandomnessSecure.php Migrate Randomness secure check to SetupCheck API 2023-11-07 12:25:03 +01:00
ReadOnlyConfig.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +02:00
SupportedDatabase.php Merge SQlite warning to existing SupportedDatabase setup check 2023-12-07 15:45:27 +01:00
SystemIs64bit.php Migrate 32bit check to SetupCheck API 2023-11-07 12:25:03 +01:00
TempSpaceAvailable.php Merge writable temporary space check with the s3 one, and improve 2024-01-25 11:47:30 +01:00
TransactionIsolation.php Migrate database transaction level check to SetupCheck API 2023-11-07 12:14:03 +01:00