nextcloud-server/apps/settings/lib/SetupChecks
Côme Chilliet 46ebe16c83 Migrate Cron checks to new SetupCheck API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-16 10:49:19 +07:00
..
AppDirsWithDifferentOwner.php Migrate app dir owner check to SetupCheck API 2024-01-08 17:37:14 +07:00
BruteForceThrottler.php Change "brute force" to "brute-force" 2023-11-22 14:22:47 +07:00
CheckUserCertificates.php
CodeIntegrity.php Remove CSRF check from code integrity rescan 2024-01-15 11:50:48 +07:00
CronErrors.php Migrate Cron checks to new SetupCheck API 2024-01-16 10:49:19 +07:00
CronInfo.php Migrate Cron checks to new SetupCheck API 2024-01-16 10:49:19 +07:00
DatabaseHasMissingColumns.php Missing things in database should be warning, not info 2023-11-27 15:23:52 +07:00
DatabaseHasMissingIndices.php Missing things in database should be warning, not info 2023-11-27 15:23:52 +07:00
DatabaseHasMissingPrimaryKeys.php Missing things in database should be warning, not info 2023-11-27 15:23:52 +07:00
DatabasePendingBigIntConversions.php Migrate away from deprecated doctrine/dbal getName function 2023-11-28 14:08:10 +07:00
DefaultPhoneRegionSet.php
EmailTestSuccessful.php
FileLocking.php Migrated both file locking checks to SetupCheck API 2023-11-07 12:14:03 +07:00
ForwardedForHeaders.php Add quotation marks 2023-11-23 08:43:20 +07:00
InternetConnectivity.php
JavaScriptModules.php Update apps/settings/lib/SetupChecks/JavaScriptModules.php 2024-01-10 11:58:51 +07:00
LegacySSEKeyFormat.php
MaintenanceWindowStart.php feat(setupcheck): Add setup check for maintenance_window_start config 2023-12-18 11:29:38 +07:00
MemcacheConfigured.php Migrate memcache check to SetupCheck API 2023-11-07 12:25:02 +07:00
OverwriteCliUrl.php Migrate overwrite.cli.url setup check to new API 2024-01-16 09:05:40 +07:00
PhpDefaultCharset.php Add quotation marks 2023-11-21 15:32:38 +07:00
PhpFreetypeSupport.php Migrate Freetype check to SetupCheck API 2023-11-07 12:25:03 +07:00
PhpGetEnv.php
PhpMemoryLimit.php fix(setupcheck): Fix memory limit setup check 2023-11-21 14:47:21 +07:00
PhpModules.php Add missing dots in PhpModules setup check descriptions 2023-11-07 14:15:47 +07:00
PhpOpcacheSetup.php Improve PHP opcache setup check and reduce level in some cases 2024-01-08 16:03:53 +07:00
PhpOutdated.php
PhpOutputBuffering.php Add quotation marks 2023-11-21 15:40:01 +07:00
RandomnessSecure.php Migrate Randomness secure check to SetupCheck API 2023-11-07 12:25:03 +07:00
ReadOnlyConfig.php
SupportedDatabase.php Merge SQlite warning to existing SupportedDatabase setup check 2023-12-07 15:45:27 +07:00
SystemIs64bit.php Migrate 32bit check to SetupCheck API 2023-11-07 12:25:03 +07:00
TransactionIsolation.php