summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-02 13:57:48 +0200
committerJoas Schilling <coding@schilljs.com>2018-07-02 13:57:48 +0200
commita0a6aff7723859d994037f7624156a69d00124f4 (patch)
tree74617a73326fd156fd74312b08b96223f69613c4 /apps
parent6142cd6fb4d751c25902935007d4af36fdc7d780 (diff)
downloadnextcloud-server-a0a6aff7723859d994037f7624156a69d00124f4.tar.gz
nextcloud-server-a0a6aff7723859d994037f7624156a69d00124f4.zip
Correctly parse the subject parameters for link (un)shares of calendars
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/CalDAV/Activity/Provider/Calendar.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php b/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
index db79b0f6656..45bc3d71c4a 100644
--- a/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
+++ b/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
@@ -176,6 +176,8 @@ class Calendar extends Base {
case self::SUBJECT_DELETE . '_self':
case self::SUBJECT_UPDATE:
case self::SUBJECT_UPDATE . '_self':
+ case self::SUBJECT_PUBLISH . '_self':
+ case self::SUBJECT_UNPUBLISH . '_self':
case self::SUBJECT_SHARE_USER:
case self::SUBJECT_UNSHARE_USER:
case self::SUBJECT_UNSHARE_USER . '_self':