federation has to be of type filesystem so that we load this app for webdav requests

This commit is contained in:
Thomas Müller 2015-12-21 17:32:21 +01:00
parent 693617d8a5
commit ca8c9f6ad5
2 changed files with 6 additions and 0 deletions

View file

@ -11,4 +11,7 @@
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
</dependencies>
<types>
<authentication/>
</types>
</info>

View file

@ -25,6 +25,9 @@ use Sabre\DAV\Auth\Backend\AbstractBasic;
class FedAuth extends AbstractBasic {
/** @var DbHandler */
private $db;
/**
* FedAuth constructor.
*