[Pkg-owncloud-commits] [owncloud] 83/134: Revert "remove Sabre_DAV_Browser_Plugin"

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:44:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit a390bd2e73ec05d604ac5eca4e7b30cae85cd7e9
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue Apr 1 13:42:58 2014 +0200

    Revert "remove Sabre_DAV_Browser_Plugin"
    
    This reverts commit e4104e63d924c41e80a42282cce2a7e09ec36c42.
---
 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 826f72f..ef22fe9 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -47,6 +47,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_FilesPlugin());
 $server->addPlugin(new OC_Connector_Sabre_AbortedUploadDetectionPlugin());
 $server->addPlugin(new OC_Connector_Sabre_QuotaPlugin());

-- 
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