nextcloud-server/apps/settings/lib/SetupChecks
Git'Fellow 356c49d026 fix: typo
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-08-01 18:03:36 +07:00
..
AppDirsWithDifferentOwner.php Migrate app dir owner check to SetupCheck API 2024-01-15 13:31:01 +07:00
BruteForceThrottler.php
CheckUserCertificates.php
CodeIntegrity.php fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:42:29 +07:00
CronErrors.php Migrate Cron checks to new SetupCheck API 2024-01-18 10:02:23 +07:00
CronInfo.php Migrate Cron checks to new SetupCheck API 2024-01-18 10:02:23 +07:00
DatabaseHasMissingColumns.php
DatabaseHasMissingIndices.php
DatabaseHasMissingPrimaryKeys.php
DatabasePendingBigIntConversions.php Migrate away from deprecated doctrine/dbal getName function 2024-01-15 13:29:18 +07:00
DebugMode.php Migrate debug mode check to new SetupCheck API 2024-03-18 11:11:19 +07:00
DefaultPhoneRegionSet.php
EmailTestSuccessful.php
FileLocking.php
ForwardedForHeaders.php fix(settings): Also verify that `trusted_proxies` only contains IP addresses (with range) 2024-03-26 17:41:06 +07:00
InternetConnectivity.php
JavaScriptModules.php fix(SetupCheck): jsm test shall not give up with first no-response 2024-07-04 13:08:31 +07:00
LegacySSEKeyFormat.php
MaintenanceWindowStart.php feat(setupcheck): Add setup check for maintenance_window_start config 2023-12-18 14:35:27 +07:00
MemcacheConfigured.php fix(setupCheck): Only warn when memcache present w/o memcached 2024-05-16 10:31:08 +07:00
MimeTypeMigrationAvailable.php feat: add setup check for needed mimetype migrations 2024-06-21 11:37:13 +07:00
MysqlUnicodeSupport.php Migrate MySQL utf8mb4 check to new SetupCheck API 2024-03-18 11:10:39 +07:00
OverwriteCliUrl.php Migrate overwrite.cli.url setup check to new API 2024-01-18 10:02:10 +07:00
PhpDefaultCharset.php
PhpDisabledFunctions.php Migrate set_time_limit setup check to new API 2024-03-18 11:10:03 +07:00
PhpFreetypeSupport.php
PhpGetEnv.php
PhpMemoryLimit.php
PhpModules.php Remove bz2 leftover description 2024-03-18 11:10:30 +07:00
PhpOpcacheSetup.php fix: typo 2024-08-01 18:03:36 +07:00
PhpOutdated.php
PhpOutputBuffering.php
PushService.php Rename to "Push service" and enable on all instances to avoid trouble 2024-03-18 11:11:11 +07:00
RandomnessSecure.php
ReadOnlyConfig.php
SchedulingTableSize.php fix(caldav): lower scheduling table size warning 2024-07-25 20:16:38 +07:00
SupportedDatabase.php Merge SQlite warning to existing SupportedDatabase setup check 2024-01-15 13:29:28 +07:00
SystemIs64bit.php
TempSpaceAvailable.php fix(setupchecks): skip check when disk_free_space is disabled 2024-07-02 11:59:01 +07:00
TransactionIsolation.php