[Pkg-owncloud-commits] [owncloud] 31/55: Revert "remove Sabre_DAV_Browser_Plugin"

David Prévot taffit at moszumanska.debian.org
Wed Apr 23 19:51:59 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 140a65e11b4a6e42e1069c1cc5c32a0a7f6aa61b
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue Apr 1 13:46:08 2014 +0200

    Revert "remove Sabre_DAV_Browser_Plugin"
    
    This reverts commit 997a9ce0b127bbfdc7ea4319cc20a276a6f542b1.
---
 apps/files/appinfo/remote.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 97a7d18..4cecaf2 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -46,6 +46,7 @@ $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