Return whether the file is readable or not in the DAV permissions
Until now it was safe to assume that every file was readable by its
owner, so there was no need to return whether the file was readable or
not. However, with the introduction of end to end encryption that is no
longer the case, and it is now necessary to explicitly provide that
information.
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
Showing
- apps/dav/lib/Connector/Sabre/Node.php 3 additions, 0 deletionsapps/dav/lib/Connector/Sabre/Node.php
- apps/dav/tests/unit/Connector/Sabre/NodeTest.php 11 additions, 9 deletionsapps/dav/tests/unit/Connector/Sabre/NodeTest.php
- build/integration/features/sharing-v1-part3.feature 6 additions, 6 deletionsbuild/integration/features/sharing-v1-part3.feature
Please register or sign in to comment