Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-10-25 20:57:16 +0300
committerGitHub <noreply@github.com>2016-10-25 20:57:16 +0300
commitb9e59bae37cca169d62b8eb27eca35b6bb8edb28 (patch)
treea3993d475cf15305d8eeb36a80edd08b2e097b28
parent1a88648e0d14908d28b1930f15af22bfe3e3c1b9 (diff)
parent8ebd903790a6932f96ff924ed563af512cdadcb3 (diff)
Merge pull request #26482 from owncloud/stable9.1-allow-integrity-check
[Stable9.1] Allow integrity check via OccController
-rw-r--r--core/Controller/OccController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/OccController.php b/core/Controller/OccController.php
index 0d63c131789..9dffd79d1b0 100644
--- a/core/Controller/OccController.php
+++ b/core/Controller/OccController.php
@@ -41,6 +41,7 @@ class OccController extends Controller {
'check',
'config:list',
'maintenance:mode',
+ 'integrity:check-core',
'status',
'upgrade'
];