aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-25 17:00:20 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-25 17:05:14 +0200
commit09b64535a9099bdf9c71fa96b3aab2e49206ffde (patch)
tree54c21a6e17b71e95eeeae386a3c136ca6e7c6632 /apps/files/appinfo
parent68bfcfbf77ff938fa93b7f80c991c2872b68b157 (diff)
downloadnextcloud-server-09b64535a9099bdf9c71fa96b3aab2e49206ffde.tar.gz
nextcloud-server-09b64535a9099bdf9c71fa96b3aab2e49206ffde.zip
fixing copyright and add class documentation
Diffstat (limited to 'apps/files/appinfo')
-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 9b114ca2e37..0c1f2e6580c 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_AbortedUploadDetectionPlugin());
$server->addPlugin(new OC_Connector_Sabre_QuotaPlugin());
$server->addPlugin(new OC_Connector_Sabre_MaintenancePlugin());