Merge pull request #20415 from owncloud/fix-addressbook-home-set
Adding CardDAV plugin to provide addressbook-home-set property
This commit is contained in:
commit
bdd396aa3d
|
@ -35,6 +35,8 @@ class Server {
|
||||||
|
|
||||||
$this->server->addPlugin(new \Sabre\DAVACL\Plugin());
|
$this->server->addPlugin(new \Sabre\DAVACL\Plugin());
|
||||||
|
|
||||||
|
$this->server->addPlugin(new \Sabre\CardDAV\Plugin());
|
||||||
|
|
||||||
// wait with registering these until auth is handled and the filesystem is setup
|
// wait with registering these until auth is handled and the filesystem is setup
|
||||||
$this->server->on('beforeMethod', function () {
|
$this->server->on('beforeMethod', function () {
|
||||||
// custom properties plugin must be the last one
|
// custom properties plugin must be the last one
|
||||||
|
|
Loading…
Reference in New Issue