nextcloud/apps/settings/tests/SetupChecks
Ferdinand Thiessen 27300ac6ce
fix(setup-checks): Ensure URL with webroot works
We basically mock the way `URLGenerator::getAbsoluteURL` works,
so we must make sure that the URL might already contain the webroot.
Because `baseURL` and `cliURL` also contain the webroot we need to remove
the webroot from the URL first.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-15 21:40:27 +02:00
..
AppDirsWithDifferentOwnerTest.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
CheckServerResponseTraitImplementation.php fix(setup-checks): Ensure URL with webroot works 2024-09-15 21:40:27 +02:00
CheckServerResponseTraitTest.php fix(setup-checks): Ensure URL with webroot works 2024-09-15 21:40:27 +02:00
CodeIntegrityTest.php fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-03 11:37:49 +02:00
DataDirectoryProtectedTest.php fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +02:00
ForwardedForHeadersTest.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
OcxProvicersTest.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
PhpDefaultCharsetTest.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
PhpOutputBufferingTest.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
SecurityHeadersTest.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
SupportedDatabaseTest.php fix(db): Promote the use of getDatabaseProvider to reduce the impage of removed upstream platforms 2024-07-19 11:21:14 +02:00
WellKnownUrlsTest.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00