nextcloud/apps/files/tests
Daniel Calviño Sánchez e6b74fac40 Add proper handling of files without permissions
Now a file gets its directory permissions only if it contained no
permissions (they were undefined or null), but not if its permissions
were set to "NONE".

Besides that, now file actions that do not require any permission on the
file to be performed can be used on files that have no permissions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-02 19:37:00 +01:00
..
Activity Add tests for getUser() 2017-02-07 12:01:28 +01:00
BackgroundJob Fix getMock files 2016-09-06 09:29:27 +02:00
Command Use ::class in test mocks of encryption app 2017-10-26 13:56:56 +02:00
Controller Use ::class in test mocks 2017-10-24 17:45:32 +02:00
Service Add tests for favorite action 2016-12-04 12:54:34 +01:00
Settings Use ::class in test mocks 2017-10-24 17:45:32 +02:00
js Add proper handling of files without permissions 2017-11-02 19:37:00 +01:00
HelperTest.php Correctly format OCS response with favorites 2017-08-29 12:03:13 +02:00