0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 09:59:46 +00:00
nextcloud_server/apps/settings/lib/SetupChecks
skjnldsv 6b3c02746b fix(settings): psalm PhpMaxFileSize setup check warning
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 19:08:27 +01:00
..
AppDirsWithDifferentOwner.php Migrate app dir owner check to SetupCheck API 2024-01-15 13:31:01 +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 fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:42:29 +02:00
CronErrors.php Migrate Cron checks to new SetupCheck API 2024-01-18 10:02:23 +01:00
CronInfo.php Migrate Cron checks to new SetupCheck API 2024-01-18 10:02:23 +01:00
DatabaseHasMissingColumns.php Missing things in database should be warning, not info 2023-12-04 16:23:25 +00:00
DatabaseHasMissingIndices.php Missing things in database should be warning, not info 2023-12-04 16:23:25 +00:00
DatabaseHasMissingPrimaryKeys.php Missing things in database should be warning, not info 2023-12-04 16:23:25 +00:00
DatabasePendingBigIntConversions.php Migrate away from deprecated doctrine/dbal getName function 2024-01-15 13:29:18 +01:00
DebugMode.php Migrate debug mode check to new SetupCheck API 2024-03-18 11:11:19 +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 fix(settings): Also verify that trusted_proxies only contains IP addresses (with range) 2024-03-26 17:41:06 +00:00
InternetConnectivity.php Change SetupResult API to named constructors 2023-10-19 11:44:03 +02:00
JavaScriptModules.php fix(SetupCheck): jsm test shall not give up with first no-response 2024-07-04 13:08:31 +02: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 14:35:27 +00:00
MemcacheConfigured.php fix(setupCheck): Only warn when memcache present w/o memcached 2024-05-16 10:31:08 -04:00
MimeTypeMigrationAvailable.php feat: add setup check for needed mimetype migrations 2024-06-21 11:37:13 +02:00
MysqlUnicodeSupport.php Migrate MySQL utf8mb4 check to new SetupCheck API 2024-03-18 11:10:39 +01:00
OverwriteCliUrl.php Migrate overwrite.cli.url setup check to new API 2024-01-18 10:02:10 +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-03-18 11:10:03 +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
PhpMaxFileSize.php fix(settings): psalm PhpMaxFileSize setup check warning 2024-11-19 19:08:27 +01:00
PhpMemoryLimit.php fix(setupcheck): Fix memory limit setup check 2023-11-27 05:49:43 +00:00
PhpModules.php Remove bz2 leftover description 2024-03-18 11:10:30 +01:00
PhpOpcacheSetup.php fix: typo 2024-08-01 18:03:36 +00: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
PushService.php Rename to "Push service" and enable on all instances to avoid trouble 2024-03-18 11:11:11 +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
SchedulingTableSize.php fix(caldav): lower scheduling table size warning 2024-07-25 20:16:38 +02:00
SupportedDatabase.php Merge SQlite warning to existing SupportedDatabase setup check 2024-01-15 13:29:28 +01:00
SystemIs64bit.php Migrate 32bit check to SetupCheck API 2023-11-07 12:25:03 +01:00
TempSpaceAvailable.php fix(setupchecks): skip check when disk_free_space is disabled 2024-07-02 11:59:01 +02:00
TransactionIsolation.php Migrate database transaction level check to SetupCheck API 2023-11-07 12:14:03 +01:00