From ca8c9f6ad52c6171fdecc2348fefbeef7cc5d2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 21 Dec 2015 17:32:21 +0100 Subject: [PATCH] federation has to be of type filesystem so that we load this app for webdav requests --- apps/federation/appinfo/info.xml | 3 +++ apps/federation/dav/fedauth.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index bfb4ca8f8c..54ea4831be 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -11,4 +11,7 @@ + + + diff --git a/apps/federation/dav/fedauth.php b/apps/federation/dav/fedauth.php index 56173233bf..09d61a1f2c 100644 --- a/apps/federation/dav/fedauth.php +++ b/apps/federation/dav/fedauth.php @@ -25,6 +25,9 @@ use Sabre\DAV\Auth\Backend\AbstractBasic; class FedAuth extends AbstractBasic { + /** @var DbHandler */ + private $db; + /** * FedAuth constructor. *