[Pkg-owncloud-commits] [owncloud] 19/55: remove Sabre_DAV_Browser_Plugin
David Prévot
taffit at moszumanska.debian.org
Wed Apr 23 19:51:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v5.0.16RC1
in repository owncloud.
commit 997a9ce0b127bbfdc7ea4319cc20a276a6f542b1
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Wed Mar 12 00:10:16 2014 +0100
remove Sabre_DAV_Browser_Plugin
Conflicts:
apps/files/appinfo/remote.php
---
apps/files/appinfo/remote.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 4cecaf2..97a7d18 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -46,7 +46,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_QuotaPlugin());
$server->addPlugin(new OC_Connector_Sabre_MaintenancePlugin());
$server->addPlugin(new OC_Connector_Sabre_ExceptionLoggerPlugin('webdav'));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list