summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/remote.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-12 00:10:16 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-12 00:10:16 +0100
commitae13ff112f1cd4dcb4ff311c7b53e0fdae435b5c (patch)
treed17efadf61a3a82a54e3693a81c387871ce449f3 /apps/files/appinfo/remote.php
parent364e1f852fe8640d7d6fa149f784a0d2d1de0a57 (diff)
downloadnextcloud-server-ae13ff112f1cd4dcb4ff311c7b53e0fdae435b5c.tar.gz
nextcloud-server-ae13ff112f1cd4dcb4ff311c7b53e0fdae435b5c.zip
remove Sabre_DAV_Browser_Plugin
Diffstat (limited to 'apps/files/appinfo/remote.php')
-rw-r--r--apps/files/appinfo/remote.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index ef22fe92188..826f72fb0e6 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -47,7 +47,6 @@ $server->setBaseUri($baseuri);
$defaults = new OC_Defaults();
$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend, $defaults->getName()));
$server->addPlugin(new Sabre_DAV_Locks_Plugin($lockBackend));
-$server->addPlugin(new Sabre_DAV_Browser_Plugin(false)); // Show something in the Browser, but no upload
$server->addPlugin(new OC_Connector_Sabre_FilesPlugin());
$server->addPlugin(new OC_Connector_Sabre_AbortedUploadDetectionPlugin());
$server->addPlugin(new OC_Connector_Sabre_QuotaPlugin());