diff options
author | Georg Ehrke <developer@georgehrke.com> | 2017-04-19 16:18:44 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2017-04-23 11:26:49 +0200 |
commit | c89e057d2765f0e594224ec24fcc424b75a01a87 (patch) | |
tree | 7deaf5216deb215f6ab8f3fc5df7a6ba176d8c1d /apps/dav/lib/DAV | |
parent | 11c795388848807590cb56befb28cafec17be3bd (diff) | |
download | nextcloud-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.php | 1 |
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; |