nextcloud-server/apps/settings/lib/SetupChecks
Ferdinand Thiessen 398b042af7
enh(settings): Migrate WOFF2 loading check to a SetupCheck
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-15 02:17:20 +07:00
..
AppDirsWithDifferentOwner.php Migrate app dir owner check to SetupCheck API 2024-01-08 17:37:14 +07:00
BruteForceThrottler.php
CheckServerResponseTrait.php enh(settings): Add trait for setup checks that need to access the webserver using HTTP requests 2024-02-15 02:17:16 +07:00
CheckUserCertificates.php feat: rename users to account or person 2024-02-13 21:06:30 +07:00
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
DebugMode.php Migrate debug mode check to new SetupCheck API 2024-01-29 10:11:03 +07:00
DefaultPhoneRegionSet.php
EmailTestSuccessful.php
FileLocking.php
ForwardedForHeaders.php
InternetConnectivity.php
JavaScriptModules.php enh(settings): Add trait for setup checks that need to access the webserver using HTTP requests 2024-02-15 02:17:16 +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 memcached PHP module setup check to new API 2024-01-18 09:40:43 +07:00
MysqlUnicodeSupport.php fix(i18n): Adapted spelling of Unicode 2024-01-30 16:54:21 +07:00
OverwriteCliUrl.php fix(i18n): Change cli to uppercase 2024-01-18 09:18:05 +07:00
PhpDefaultCharset.php
PhpDisabledFunctions.php Migrate set_time_limit setup check to new API 2024-01-18 12:36:53 +07:00
PhpFreetypeSupport.php
PhpGetEnv.php
PhpMemoryLimit.php
PhpModules.php Remove bz2 leftover description 2024-01-22 15:56:40 +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
PushService.php Rename to "Push service" and enable on all instances to avoid trouble 2024-01-25 15:23:54 +07:00
RandomnessSecure.php
ReadOnlyConfig.php
SupportedDatabase.php Merge SQlite warning to existing SupportedDatabase setup check 2023-12-07 15:45:27 +07:00
SystemIs64bit.php
TempSpaceAvailable.php Merge writable temporary space check with the s3 one, and improve 2024-01-25 11:47:30 +07:00
TransactionIsolation.php
Woff2Loading.php enh(settings): Migrate WOFF2 loading check to a SetupCheck 2024-02-15 02:17:20 +07:00