nextcloud/lib/private/Files/Node
Roeland Jago Douma 4e1161d254
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-03-22 12:06:41 +01: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-03-22 12:06:41 +01:00
HookConnector.php Emit read for nodes 2018-03-15 11:18:39 +01:00
LazyRoot.php Update license headers 2017-11-06 16:56:19 +01:00
Node.php Remove useless return statements 2018-01-25 22:50:40 +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