nextcloud-server/apps/settings/lib/SetupChecks
Côme Chilliet b75affa793 Switch from deprecated hasPrimaryKey to getPrimaryKey function
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-12-04 16:23:25 +07:00
..
BruteForceThrottler.php Change "brute force" to "brute-force" 2023-11-22 14:22:47 +07:00
CheckUserCertificates.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +07:00
DatabaseHasMissingColumns.php Migrate missing column database check to new API 2023-12-04 16:23:23 +07:00
DatabaseHasMissingIndices.php Migrate missing index database check to new API 2023-12-04 16:23:23 +07:00
DatabaseHasMissingPrimaryKeys.php Switch from deprecated hasPrimaryKey to getPrimaryKey function 2023-12-04 16:23:25 +07:00
DefaultPhoneRegionSet.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +07:00
EmailTestSuccessful.php Migrate email test to new SetupCheck API 2023-11-07 12:14:02 +07:00
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 Change SetupResult API to named constructors 2023-10-19 11:44:03 +07:00
LegacySSEKeyFormat.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +07:00
MemcacheConfigured.php Migrate memcache check to SetupCheck API 2023-11-07 12:25:02 +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 Migrate getenv test to new SetupCheck API 2023-11-07 12:14:02 +07:00
PhpMemoryLimit.php fix(setupcheck): Fix memory limit setup check 2023-11-27 05:49:43 +07:00
PhpModules.php Add missing dots in PhpModules setup check descriptions 2023-11-07 14:15:47 +07:00
PhpOutdated.php Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +07:00
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 Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +07:00
SupportedDatabase.php Correct a typo 2023-11-21 15:45:33 +07:00
SystemIs64bit.php Migrate 32bit check to SetupCheck API 2023-11-07 12:25:03 +07:00
TransactionIsolation.php Migrate database transaction level check to SetupCheck API 2023-11-07 12:14:03 +07:00