Skip to content

Commit

Permalink
Merge pull request #10910 from nextcloud/customproperties-ignored-list
Browse files Browse the repository at this point in the history
use the same ignored properties list for both CustomerPropertiesBackends
  • Loading branch information
MorrisJobke authored Aug 30, 2018
2 parents 625c81b + 3806ecb commit 8ea2f8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class CustomPropertiesBackend implements BackendInterface {
'{DAV:}getetag',
'{DAV:}quota-used-bytes',
'{DAV:}quota-available-bytes',
'{DAV:}quota-available-bytes',
'{http://owncloud.org/ns}permissions',
'{http://owncloud.org/ns}downloadURL',
'{http://owncloud.org/ns}dDC',
Expand Down
1 change: 1 addition & 0 deletions apps/dav/lib/DAV/CustomPropertiesBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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',
);

/**
Expand Down

0 comments on commit 8ea2f8d

Please sign in to comment.