server/apps/dav/tests/unit/Connector/Sabre
Daniel Calviño Sánchez 555d582f35 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>
2017-11-02 19:37:00 +01:00
..
Exception Fix apps/ 2016-07-21 18:13:57 +02:00
RequestTest Use ::class in test mocks 2017-10-24 17:45:32 +02:00
AuthTest.php Use ::class in test mocks 2017-10-24 17:45:32 +02:00
BearerAuthTest.php Prevent sending second WWW-Authenticate header 2017-06-13 13:54:52 +02:00
BlockLegacyClientPluginTest.php Use ::class in test mocks 2017-10-24 17:45:32 +02:00
CommentsPropertiesPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
CopyEtagHeaderPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
CustomPropertiesBackendTest.php Fix another warning 2017-10-26 10:36:17 +02:00
DirectoryTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
DummyGetResponsePluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
ExceptionLoggerPluginTest.php Do not log WebDAV maintenance mode exception 2017-08-15 15:03:39 +02:00
FakeLockerPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
FilesPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
FilesReportPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
FileTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
MaintenancePluginTest.php Use ::class in test mocks 2017-10-24 17:45:32 +02:00
NodeTest.php Return whether the file is readable or not in the DAV permissions 2017-11-02 19:37:00 +01:00
ObjectTreeTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
PrincipalTest.php Properly handle groups with a / 2017-02-27 17:07:18 +01:00
QuotaPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
SharesPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
TagsPluginTest.php Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00