summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2017-04-19 16:18:44 +0200
committerGeorg Ehrke <developer@georgehrke.com>2017-04-23 11:26:49 +0200
commitc89e057d2765f0e594224ec24fcc424b75a01a87 (patch)
tree7deaf5216deb215f6ab8f3fc5df7a6ba176d8c1d /apps/dav/lib/DAV
parent11c795388848807590cb56befb28cafec17be3bd (diff)
downloadnextcloud-server-c89e057d2765f0e594224ec24fcc424b75a01a87.tar.gz
nextcloud-server-c89e057d2765f0e594224ec24fcc424b75a01a87.zip
add owner-displayname property to calendars and addressbooks
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/lib/DAV')
-rw-r--r--apps/dav/lib/DAV/Sharing/Plugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/DAV/Sharing/Plugin.php b/apps/dav/lib/DAV/Sharing/Plugin.php
index 4cd95fe8a34..6f52721ac1e 100644
--- a/apps/dav/lib/DAV/Sharing/Plugin.php
+++ b/apps/dav/lib/DAV/Sharing/Plugin.php
@@ -37,6 +37,7 @@ use Sabre\HTTP\ResponseInterface;
class Plugin extends ServerPlugin {
const NS_OWNCLOUD = 'http://owncloud.org/ns';
+ const NS_NEXTCLOUD = 'http://nextcloud.com/ns';
/** @var Auth */
private $auth;