nextcloud/lib/private/Files/Node
Roeland Jago Douma 5a74b9cb99
Fix proper permissions for multiple file access
Fixes #8890

In case you have access to a file via multiple ways, for example:
1. the file is shared with you with permission read only
2. the folder containing the file is shared with your read/write

Requesting the getById function on the userFolder would give back two
entries but both with the same permissions. Depending on the node you
picked this is not right.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-04 12:02:37 +02:00
..
File.php Fix files node API failed rename/copy 2017-01-12 13:52:59 +01:00
Folder.php Fix proper permissions for multiple file access 2018-04-04 12:02:37 +02:00
HookConnector.php Update with robin 2016-07-21 18:13:58 +02:00
LazyRoot.php Update license headers 2017-11-06 16:56:19 +01:00
Node.php Fix files node API failed rename/copy 2017-01-12 13:52:59 +01:00
NonExistingFile.php Update with robin 2016-07-21 18:13:58 +02:00
NonExistingFolder.php Update with robin 2016-07-21 18:13:58 +02:00
Root.php Update license headers 2017-11-06 16:56:19 +01:00