]> source.dussan.org Git - nextcloud-server.git/commit
Add check for activated local memcache
authorLukas Reschke <lukas@owncloud.com>
Thu, 26 Mar 2015 13:51:33 +0000 (14:51 +0100)
committerLukas Reschke <lukas@owncloud.com>
Sat, 28 Mar 2015 12:59:22 +0000 (13:59 +0100)
commit65202d2a18aca3b253ce5f3c7c9af17ee6d12e52
tree04453d95db5dc3df386188cd85032052fded6db9
parentd3752ca1e925c3aed46c13f7ea26c8f540db05e0
Add check for activated local memcache

Also used the opportunity to refactor it into an AppFramework controller so that we can unit test it.

Fixes https://github.com/owncloud/core/issues/14956
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js
lib/private/setup.php
lib/private/util.php
settings/ajax/checksetup.php [deleted file]
settings/application.php
settings/controller/checksetupcontroller.php [new file with mode: 0644]
settings/routes.php
tests/lib/util.php
tests/settings/controller/CheckSetupControllerTest.php [new file with mode: 0644]