You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/settings/lib/SetupChecks
Côme Chilliet c31d6b1fdc
Merge pull request #45262 from nextcloud/check-HttpsUrlGeneration
2 years ago
..
AppDirsWithDifferentOwner.php Migrate app dir owner check to SetupCheck API 2 years ago
BruteForceThrottler.php Change "brute force" to "brute-force" 2 years ago
CheckServerResponseTrait.php fix: Move hint about firewall issues to common helper string 2 years ago
CheckUserCertificates.php feat: rename users to account or person 2 years ago
CodeIntegrity.php Remove CSRF check from code integrity rescan 2 years ago
CronErrors.php Migrate Cron checks to new SetupCheck API 2 years ago
CronInfo.php fix(updatenotification): spread the use of new appconfig 2 years ago
DataDirectoryProtected.php feat(settings): Migrate data directory protection check to `SetupCheck` 2 years ago
DatabaseHasMissingColumns.php Missing things in database should be warning, not info 2 years ago
DatabaseHasMissingIndices.php feat(SetupChecks): Refactor DatabaseHasMissingIndices 2 years ago
DatabaseHasMissingPrimaryKeys.php Missing things in database should be warning, not info 2 years ago
DatabasePendingBigIntConversions.php Migrate away from deprecated doctrine/dbal getName function 2 years ago
DebugMode.php Migrate debug mode check to new SetupCheck API 2 years ago
DefaultPhoneRegionSet.php Improve setup checks naming and improve database version check 2 years ago
EmailTestSuccessful.php Migrate email test to new SetupCheck API 2 years ago
FileLocking.php Migrated both file locking checks to SetupCheck API 2 years ago
ForwardedForHeaders.php fix(settings): Also verify that `trusted_proxies` only contains IP addresses (with range) 2 years ago
HttpsUrlGeneration.php fix(SetupChecks): Detect CLI mode in HTTPS / URL generator check 2 years ago
InternetConnectivity.php Change SetupResult API to named constructors 2 years ago
JavaScriptModules.php fix: Move hint about firewall issues to common helper string 2 years ago
JavaScriptSourceMaps.php fix(settings): adjust source maps setup check wording and log level 2 years ago
LegacySSEKeyFormat.php Improve setup checks naming and improve database version check 2 years ago
MaintenanceWindowStart.php feat(setupcheck): Add setup check for maintenance_window_start config 2 years ago
MemcacheConfigured.php fix(setupCheck): Only warn when memcache present w/o memcached 2 years ago
MysqlUnicodeSupport.php fix(i18n): Adapted spelling of Unicode 2 years ago
OcxProviders.php fix: Fix ocm-provider setup check failure detection 2 years ago
OverwriteCliUrl.php fix(i18n): Change cli to uppercase 2 years ago
PhpDefaultCharset.php Add quotation marks 2 years ago
PhpDisabledFunctions.php Migrate set_time_limit setup check to new API 2 years ago
PhpFreetypeSupport.php Migrate Freetype check to SetupCheck API 2 years ago
PhpGetEnv.php Migrate getenv test to new SetupCheck API 2 years ago
PhpMemoryLimit.php fix(setupcheck): Fix memory limit setup check 2 years ago
PhpModules.php Remove bz2 leftover description 2 years ago
PhpOpcacheSetup.php fix(setupchecks): Fix opcache buffer check 2 years ago
PhpOutdated.php feat: drop support for php 8.0 2 years ago
PhpOutputBuffering.php Add quotation marks 2 years ago
PushService.php Rename to "Push service" and enable on all instances to avoid trouble 2 years ago
RandomnessSecure.php Migrate Randomness secure check to SetupCheck API 2 years ago
ReadOnlyConfig.php Improve setup checks naming and improve database version check 2 years ago
SecurityHeaders.php fix: Improve HSTS warning wording as suggested by reviewer 2 years ago
SupportedDatabase.php fix: oops vendor string embedded in version 2 years ago
SystemIs64bit.php Migrate 32bit check to SetupCheck API 2 years ago
TempSpaceAvailable.php Merge writable temporary space check with the s3 one, and improve 2 years ago
TransactionIsolation.php Migrate database transaction level check to SetupCheck API 2 years ago
WellKnownUrls.php fix(settings): Adjust order of parameters for `runRequest` 2 years ago
Woff2Loading.php enh(settings): Migrate WOFF2 loading check to a SetupCheck 2 years ago