]> source.dussan.org Git - nextcloud-server.git/commitdiff
federation has to be of type filesystem so that we load this app for webdav requests
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 21 Dec 2015 16:32:21 +0000 (17:32 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 12 Jan 2016 13:24:47 +0000 (14:24 +0100)
apps/federation/appinfo/info.xml
apps/federation/dav/fedauth.php

index bfb4ca8f8c9734338c0df6c5be8105c1dae8c662..54ea4831be002d6d08c6604e925a70749486ab3b 100644 (file)
@@ -11,4 +11,7 @@
        <dependencies>
                <owncloud min-version="9.0" max-version="9.0" />
        </dependencies>
+    <types>
+        <authentication/>
+    </types>
 </info>
index 56173233bf343e2bf675f82cfcd1257932cbe4ce..09d61a1f2c75f1bf64c8819e4d8d1e12ab35239c 100644 (file)
@@ -25,6 +25,9 @@ use Sabre\DAV\Auth\Backend\AbstractBasic;
 
 class FedAuth extends AbstractBasic {
 
+       /** @var DbHandler */
+       private $db;
+
        /**
         * FedAuth constructor.
         *