Skip to content

Commit

Permalink
Do not treat is-encrypted as customer property
Browse files Browse the repository at this point in the history
fixes #8977

Else for all files in a folder we would launch off more queries.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Mar 28, 2018
1 parent 9dad5ac commit e8b7e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

/**
Expand Down

0 comments on commit e8b7e9e

Please sign in to comment.