This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
nextcloud-server
mirror of
https://github.com/nextcloud/server.git
Watch
1
Star
0
Fork
You've already forked nextcloud-server
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91cd0d919b
nextcloud-server
/
apps
/
settings
/
lib
/
SetupChecks
History
skjnldsv
6b3c02746b
fix(settings): psalm PhpMaxFileSize setup check warning
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 19:08:27 +07:00
..
AppDirsWithDifferentOwner.php
…
BruteForceThrottler.php
…
CheckUserCertificates.php
…
CodeIntegrity.php
fix(IntegrityCheck): Ensure the check is run if no results are available
2024-07-05 12:42:29 +07:00
CronErrors.php
…
CronInfo.php
…
DatabaseHasMissingColumns.php
…
DatabaseHasMissingIndices.php
…
DatabaseHasMissingPrimaryKeys.php
…
DatabasePendingBigIntConversions.php
…
DebugMode.php
Migrate debug mode check to new SetupCheck API
2024-03-18 11:11:19 +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 17:41:06 +07:00
InternetConnectivity.php
…
JavaScriptModules.php
fix(SetupCheck): jsm test shall not give up with first no-response
2024-07-04 13:08:31 +07:00
LegacySSEKeyFormat.php
…
MaintenanceWindowStart.php
…
MemcacheConfigured.php
fix(setupCheck): Only warn when memcache present w/o memcached
2024-05-16 10:31:08 +07:00
MimeTypeMigrationAvailable.php
feat: add setup check for needed mimetype migrations
2024-06-21 11:37:13 +07:00
MysqlUnicodeSupport.php
Migrate MySQL utf8mb4 check to new SetupCheck API
2024-03-18 11:10:39 +07:00
OverwriteCliUrl.php
…
PhpDefaultCharset.php
…
PhpDisabledFunctions.php
Migrate set_time_limit setup check to new API
2024-03-18 11:10:03 +07:00
PhpFreetypeSupport.php
…
PhpGetEnv.php
…
PhpMaxFileSize.php
fix(settings): psalm PhpMaxFileSize setup check warning
2024-11-19 19:08:27 +07:00
PhpMemoryLimit.php
…
PhpModules.php
Remove bz2 leftover description
2024-03-18 11:10:30 +07:00
PhpOpcacheSetup.php
fix: typo
2024-08-01 18:03:36 +07:00
PhpOutdated.php
…
PhpOutputBuffering.php
…
PushService.php
Rename to "Push service" and enable on all instances to avoid trouble
2024-03-18 11:11:11 +07:00
RandomnessSecure.php
…
ReadOnlyConfig.php
…
SchedulingTableSize.php
fix(caldav): lower scheduling table size warning
2024-07-25 20:16:38 +07:00
SupportedDatabase.php
…
SystemIs64bit.php
…
TempSpaceAvailable.php
fix(setupchecks): skip check when disk_free_space is disabled
2024-07-02 11:59:01 +07:00
TransactionIsolation.php
…