[Pkg-owncloud-commits] [php-sabredav] 137/275: Allowing owners of the inbox to write properties on them.
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:56:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 690c3b2fd308354ec72f66ee40d1b13060539753
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Fri Aug 8 18:59:39 2014 -0400
Allowing owners of the inbox to write properties on them.
---
lib/CalDAV/Schedule/Inbox.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/CalDAV/Schedule/Inbox.php b/lib/CalDAV/Schedule/Inbox.php
index 49c74dd..82edfe0 100644
--- a/lib/CalDAV/Schedule/Inbox.php
+++ b/lib/CalDAV/Schedule/Inbox.php
@@ -152,6 +152,11 @@ class Inbox extends DAV\Collection implements IInbox {
'protected' => true,
],
[
+ 'privilege' => '{DAV:}write-properties',
+ 'principal' => $this->getOwner(),
+ 'protected' => true,
+ ],
+ [
'privilege' => '{DAV:}read',
'principal' => $this->getOwner() . '/calendar-proxy-read',
'protected' => true,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list