nextcloud-server/apps/settings/tests/SetupChecks
Ferdinand Thiessen 57c889f773
fix(IntegrityCheck): Ensure the check is run if no results are available
If there are no cached results the current implementation was also returning an empty array,
but this was the same as when there was a successful run.
So to distinguish this we return `null` if there are *no* results.
In this case we need to rerun the integrity checker.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-05 12:32:39 +07:00
..
AppDirsWithDifferentOwnerTest.php Fix AppDirsWithDifferentOwnerTest 2024-01-15 10:32:26 +07:00
CodeIntegrityTest.php fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:32:39 +07:00
DataDirectoryProtectedTest.php feat(settings): Migrate data directory protection check to `SetupCheck` 2024-02-29 13:54:01 +07:00
ForwardedForHeadersTest.php Fix tests for setupchecks 2023-11-20 18:03:15 +07:00
OcxProvicersTest.php fix: Fix ocm-provider setup check failure detection 2024-03-13 12:49:52 +07:00
PhpDefaultCharsetTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
PhpOutputBufferingTest.php
SecurityHeadersTest.php fix: Improve HSTS warning wording as suggested by reviewer 2024-03-14 11:49:47 +07:00
SupportedDatabaseTest.php Merge SQlite warning to existing SupportedDatabase setup check 2023-12-07 15:45:27 +07:00
WellKnownUrlsTest.php feat(settings): Migrate .well-known URL setup check to new API 2024-03-07 14:06:08 +07:00