server/apps/dav/tests/unit
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
..
AppInfo Let apps register Sabre plugins or collections 2017-10-14 20:50:53 +02:00
Avatars add missing parent::setUp that broke any other dav app test 2017-06-08 19:26:36 +02:00
CalDAV Merge pull request #6849 from nextcloud/fix-missing-translation-of-personal-calendar-in-activity 2017-10-31 15:05:26 +01:00
CardDAV Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
Comments Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
Connector Return whether the file is readable or not in the DAV permissions 2017-11-02 19:37:00 +01:00
DAV Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
Files Fix test 2017-08-26 10:52:22 +02:00
Migration Directly fix the values 2017-03-26 13:09:53 +02:00
Settings add admin settings panel for dav app 2017-10-16 13:49:08 +02:00
SystemTag Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
Upload Use ::class in test mocks of dav app 2017-10-26 10:16:12 +02:00
bootstrap.php Fix apps/ 2016-07-21 18:13:57 +02:00
CapabilitiesTest.php Add unit test 2016-10-22 14:05:53 +02:00
phpunit.xml Adding AvatarHomeTest 2017-03-29 00:04:29 +02:00
ServerTest.php Let apps register Sabre plugins or collections 2017-10-14 20:50:53 +02:00