nextcloud-server/apps/settings/lib/SetupChecks
Côme Chilliet c31d6b1fdc
Merge pull request #45262 from nextcloud/check-HttpsUrlGeneration
fix(SetupChecks): Detect CLI mode in HTTPS / URL generator check
2024-05-13 12:06:21 +07:00
..
AppDirsWithDifferentOwner.php Migrate app dir owner check to SetupCheck API 2024-01-08 17:37:14 +07:00
BruteForceThrottler.php
CheckServerResponseTrait.php fix: Move hint about firewall issues to common helper string 2024-05-13 09:27:19 +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 fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 +07:00
DataDirectoryProtected.php feat(settings): Migrate data directory protection check to `SetupCheck` 2024-02-29 13:54:01 +07:00
DatabaseHasMissingColumns.php
DatabaseHasMissingIndices.php feat(SetupChecks): Refactor DatabaseHasMissingIndices 2024-05-11 10:29:42 +07:00
DatabaseHasMissingPrimaryKeys.php
DatabasePendingBigIntConversions.php
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 fix(settings): Also verify that `trusted_proxies` only contains IP addresses (with range) 2024-03-26 14:50:57 +07:00
HttpsUrlGeneration.php fix(SetupChecks): Detect CLI mode in HTTPS / URL generator check 2024-05-12 18:09:36 +07:00
InternetConnectivity.php
JavaScriptModules.php fix: Move hint about firewall issues to common helper string 2024-05-13 09:27:19 +07:00
JavaScriptSourceMaps.php fix(settings): adjust source maps setup check wording and log level 2024-03-06 15:11:32 +07:00
LegacySSEKeyFormat.php
MaintenanceWindowStart.php
MemcacheConfigured.php fix(setupCheck): Only warn when memcache present w/o memcached 2024-05-09 11:45:16 +07:00
MysqlUnicodeSupport.php fix(i18n): Adapted spelling of Unicode 2024-01-30 16:54:21 +07:00
OcxProviders.php fix: Fix ocm-provider setup check failure detection 2024-03-13 12:49:52 +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 fix(setupchecks): Fix opcache buffer check 2024-04-30 09:23:59 +07:00
PhpOutdated.php feat: drop support for php 8.0 2024-04-08 11:28:54 +07:00
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
SecurityHeaders.php fix: Improve HSTS warning wording as suggested by reviewer 2024-03-14 11:49:47 +07:00
SupportedDatabase.php fix: oops vendor string embedded in version 2024-05-10 16:41:29 +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
WellKnownUrls.php fix(settings): Adjust order of parameters for `runRequest` 2024-03-08 11:21:51 +07:00
Woff2Loading.php enh(settings): Migrate WOFF2 loading check to a SetupCheck 2024-02-15 02:17:20 +07:00