[Pkg-owncloud-commits] [owncloud] 41/55: adding the plugin to the server object

David Prévot taffit at moszumanska.debian.org
Wed Apr 23 19:52:00 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 69644747687bc59ea8db0dec6ac8c51979b03f57
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Wed Apr 16 16:31:15 2014 +0200

    adding the plugin to the server object
---
 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 4cecaf2..2ab097d 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -47,6 +47,7 @@ $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_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