nextcloud/apps/settings/lib/SetupChecks
Ferdinand Thiessen 64cfcaab7e
fix(db): add support for MariaDB 12.3 LTS and increase min. to 10.11
10.6 will be EOL when Nextcloud 35 is released, similar to 10.3 its
still somewhat supported for enterprise Ubuntu 22.04.
So as we dropped 20.04 support we can increase that exception to 10.6.

Now MariaDB is supported with active LTS version 10.11 to 12.3 (new LTS).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-06-23 22:29:30 +02:00
..
AllowedAdminRanges.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AppDirsWithDifferentOwner.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
BruteForceThrottler.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
CheckUserCertificates.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CodeIntegrity.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +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: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DatabaseHasMissingIndices.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DatabaseHasMissingPrimaryKeys.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DatabasePendingBigIntConversions.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DataDirectoryProtected.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DebugMode.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DefaultPhoneRegionSet.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +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: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
JavaScriptModules.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
JavaScriptSourceMaps.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LegacySSEKeyFormat.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LoggingLevel.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MaintenanceWindowStart.php Merge pull request #59413 from nextcloud/jtr/fix-setupcheck-maintenance-length 2026-06-11 11:37:49 +02:00
MemcacheConfigured.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MimeTypeMigrationAvailable.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MysqlRowFormat.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MysqlUnicodeSupport.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OcxProviders.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +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: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PhpDisabledFunctions.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PhpFreetypeSupport.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
PhpGetEnv.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +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: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PhpOpcacheSetup.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PhpOutdated.php chore(PHP): Drop 8.2 for Nextcloud 35 2026-06-12 11:11:50 +02:00
PhpOutputBuffering.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PushService.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
RandomnessSecure.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ReadOnlyConfig.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SchedulingTableSize.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SecurityHeaders.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
ServerIdConfig.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SupportedDatabase.php fix(db): add support for MariaDB 12.3 LTS and increase min. to 10.11 2026-06-23 22:29:30 +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 chore(l10n): Plural needed to support multiplural languages 2026-05-01 20:34:25 +02:00
TempSpaceAvailable.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +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: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00