]> source.dussan.org Git - nextcloud-server.git/commit
Migrate opcache check to new SetupCheck API
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 16 Nov 2023 16:05:24 +0000 (17:05 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 15 Jan 2024 12:29:40 +0000 (13:29 +0100)
commit265f6dc1367915a19e195c035ef0e5e87f7308de
tree6a7c850cfca380e8dcab5113f52cdc56e0c6e447
parentca63726a89a35438a1241a463aac220241851d30
Migrate opcache check to new 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/PhpOpcacheSetup.php [new file with mode: 0644]
apps/settings/tests/Controller/CheckSetupControllerTest.php
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js