summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-23 16:03:57 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-23 16:03:57 +0200
commitb60ae11db8b49aa2a06116625de07fa03349a8e3 (patch)
tree34c98dd9b8397838d8ed7053cab23501f52331d5 /apps
parent2d14daf36bf6c808e55895c78b42144942b73246 (diff)
downloadnextcloud-server-b60ae11db8b49aa2a06116625de07fa03349a8e3.tar.gz
nextcloud-server-b60ae11db8b49aa2a06116625de07fa03349a8e3.zip
introducing new dav property {xmlns:oc="http://owncloud.org/ns}id
Diffstat (limited to 'apps')
-rw-r--r--apps/files/appinfo/remote.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 75c80cd49f3..9f290796205 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -48,6 +48,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_AbortedUploadDetectionPlugin());
$server->addPlugin(new OC_Connector_Sabre_QuotaPlugin());
$server->addPlugin(new OC_Connector_Sabre_MaintenancePlugin());