diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-04-05 08:53:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 08:53:28 +0200 |
commit | 652d0413cffc310b7f35f89fef6c8a4fadc87038 (patch) | |
tree | e38983a94a492c0fdd6d2d2e4cb1114f3bf98cea /apps | |
parent | 4732a34b047a85c1a4b9a0ffad9b9d3938551682 (diff) | |
parent | df09b65ee953ef47601a2f249c99701fde3426ad (diff) | |
download | nextcloud-server-652d0413cffc310b7f35f89fef6c8a4fadc87038.tar.gz nextcloud-server-652d0413cffc310b7f35f89fef6c8a4fadc87038.zip |
Merge pull request #9071 from nextcloud/backport/9006/ignore_encrypted_custom_properties-13
[stable13] Do not treat is-encrypted as custom property
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php index e9118cfc9e0..d08917ff35d 100644 --- a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php +++ b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php @@ -52,6 +52,7 @@ class CustomPropertiesBackend implements BackendInterface { '{http://owncloud.org/ns}downloadURL', '{http://owncloud.org/ns}dDC', '{http://owncloud.org/ns}size', + '{http://nextcloud.org/ns}is-encrypted', ); /** |