federation has to be of type filesystem so that we load this app for webdav requests
This commit is contained in:
parent
693617d8a5
commit
ca8c9f6ad5
2 changed files with 6 additions and 0 deletions
|
@ -11,4 +11,7 @@
|
|||
<dependencies>
|
||||
<owncloud min-version="9.0" max-version="9.0" />
|
||||
</dependencies>
|
||||
<types>
|
||||
<authentication/>
|
||||
</types>
|
||||
</info>
|
||||
|
|
|
@ -25,6 +25,9 @@ use Sabre\DAV\Auth\Backend\AbstractBasic;
|
|||
|
||||
class FedAuth extends AbstractBasic {
|
||||
|
||||
/** @var DbHandler */
|
||||
private $db;
|
||||
|
||||
/**
|
||||
* FedAuth constructor.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue