nextcloud/apps/settings/lib/SetupChecks
Benjamin Gaussorgues 9e36754429
fix(snowflake): fix wrong documentation about serverId
Maximum value of a server ID is 511 (9 bits) and not 1023.
Also adjust SetupCheck

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2026-05-12 10:47:44 +02:00
..
AllowedAdminRanges.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
AppDirsWithDifferentOwner.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
BruteForceThrottler.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
CheckUserCertificates.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
CodeIntegrity.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
CronErrors.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
CronInfo.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
DatabaseHasMissingColumns.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
DatabaseHasMissingIndices.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
DatabaseHasMissingPrimaryKeys.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
DatabasePendingBigIntConversions.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
DataDirectoryProtected.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
DebugMode.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
DefaultPhoneRegionSet.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
EmailTestSuccessful.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
FileLocking.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
ForwardedForHeaders.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
HttpsUrlGeneration.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
InternetConnectivity.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
JavaScriptModules.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
JavaScriptSourceMaps.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
LegacySSEKeyFormat.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
LoggingLevel.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
MaintenanceWindowStart.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
MemcacheConfigured.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
MimeTypeMigrationAvailable.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
MysqlRowFormat.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
MysqlUnicodeSupport.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
OcxProviders.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
OverwriteCliUrl.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpApcuConfig.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpDefaultCharset.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpDisabledFunctions.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpFreetypeSupport.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpGetEnv.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpMaxFileSize.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpMemoryLimit.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpModules.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpOpcacheSetup.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpOutdated.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpOutputBuffering.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PushService.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
RandomnessSecure.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
ReadOnlyConfig.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
SchedulingTableSize.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
SecurityHeaders.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
ServerIdConfig.php fix(snowflake): fix wrong documentation about serverId 2026-05-12 10:47:44 +02:00
SupportedDatabase.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
SystemIs64bit.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
TaskProcessingPickupSpeed.php Merge pull request #59958 from nextcloud/feat/setupcheck-taskprocessing-worker 2026-04-29 12:07:20 +02:00
TaskProcessingSuccessRate.php Merge pull request #59958 from nextcloud/feat/setupcheck-taskprocessing-worker 2026-04-29 12:07:20 +02:00
TaskProcessingWorkerIsRunning.php fix: Fix psalm issues 2026-04-29 10:59:32 +02:00
TempSpaceAvailable.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
TransactionIsolation.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
TwoFactorConfiguration.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
WellKnownUrls.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Woff2Loading.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00