Merge pull request #20415 from owncloud/fix-addressbook-home-set

Adding CardDAV plugin to provide addressbook-home-set property
This commit is contained in:
Thomas Müller 2015-11-10 11:27:52 +01:00
commit bdd396aa3d
1 changed files with 2 additions and 0 deletions

View File

@ -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