mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Add support for the DAV::acl-restrictions property.
This commit is contained in:
parent
7e4b8c33c3
commit
921926acf5
@ -1013,6 +1013,10 @@ EOQRY;
|
||||
$reply->NSElement($prop, $tag, $locale );
|
||||
break;
|
||||
|
||||
case 'DAV::acl-restrictions':
|
||||
$reply->NSElement($prop, $tag, array( new XMLElement('grant-only'), new XMLElement('no-invert') ) );
|
||||
break;
|
||||
|
||||
case 'DAV::owner':
|
||||
// After a careful reading of RFC3744 we see that this must be the principal-URL of the owner
|
||||
$reply->DAVElement( $prop, 'owner', $reply->href( $this->principal_url() ) );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user