]> source.dussan.org Git - nextcloud-server.git/commit
Migrate app dir owner check to SetupCheck API
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 12 Dec 2023 15:53:13 +0000 (16:53 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 8 Jan 2024 16:37:14 +0000 (17:37 +0100)
commit3d4c4f19b4061be862ada764f453a3fdd035e1fb
treed05dda98044be979a6478c0b262792ddc5eec7c1
parentadfe883102f69cf1f5a05a3d6bb3616e81a4609f
Migrate app dir owner 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/AppDirsWithDifferentOwner.php [new file with mode: 0644]
apps/settings/tests/Controller/CheckSetupControllerTest.php
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js