summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-10 11:27:52 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-10 11:27:52 +0100
commitbdd396aa3d710de1ea26f9279610392e6edaffc2 (patch)
tree86a11ba74f90a90ae8b151d6ef4465ff845a2079 /apps
parent422d29ae48fe0646b1b5b633b205ea146d9ed69f (diff)
parente0f2b861771f98eba458d6277da14380f4505a1f (diff)
downloadnextcloud-server-bdd396aa3d710de1ea26f9279610392e6edaffc2.tar.gz
nextcloud-server-bdd396aa3d710de1ea26f9279610392e6edaffc2.zip
Merge pull request #20415 from owncloud/fix-addressbook-home-set
Adding CardDAV plugin to provide addressbook-home-set property
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/server.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php
index 22171b74d37..a92c9980f54 100644
--- a/apps/dav/lib/server.php
+++ b/apps/dav/lib/server.php
@@ -35,6 +35,8 @@ class Server {
$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
$this->server->on('beforeMethod', function () {
// custom properties plugin must be the last one