]> 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, 8 Jan 2024 14:09:09 +0000 (15:09 +0100)
commit3f13a1a47e13cc1c09602c04016c4ff49c3621a2
tree981974951e809f3a2e9f14aa5d39910644859961
parentab2bb2be6183d58f6851bed412ff98cc87bf5a2d
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