]> source.dussan.org Git - nextcloud-server.git/commit
feat(settings): Migrate SSL access and URL generation check to SetupCheck API 43906/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 29 Feb 2024 11:21:36 +0000 (12:21 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 29 Feb 2024 11:21:36 +0000 (12:21 +0100)
commitca246dc35c76390e26108d3c14e640f3f2d682bf
treec5f118518c3b438990c6572b12494065f104d30f
parent747c39195350023d78f2ae9a651fe57e6096f12f
feat(settings): Migrate SSL access and URL generation check to SetupCheck API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/settings/composer/composer/autoload_classmap.php
apps/settings/composer/composer/autoload_static.php
apps/settings/lib/AppInfo/Application.php
apps/settings/lib/Controller/CheckSetupController.php
apps/settings/lib/SetupChecks/HttpsUrlGeneration.php [new file with mode: 0644]
apps/settings/tests/Controller/CheckSetupControllerTest.php
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js