From d9c14292a4f588cbd2f47a70116ee6e680854b08 Mon Sep 17 00:00:00 2001 From: scambra Date: Fri, 20 Apr 2012 11:39:30 +0200 Subject: fix checking quota in webdav, adding a sabredav plugin --- apps/files/appinfo/remote.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files') diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 9c7b9ab6d5b..ecabe8621dd 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -41,6 +41,7 @@ $server->setBaseUri($baseuri); $server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend, 'ownCloud')); $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()); // And off we go! $server->exec(); -- cgit v1.2.3