nextcloud-server/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 +07:00
..
File.php
Folder.php Fix proper permissions for multiple file access 2018-03-22 12:06:41 +07:00
HookConnector.php Emit read for nodes 2018-03-15 11:18:39 +07:00
LazyRoot.php Update license headers 2017-11-06 16:56:19 +07:00
Node.php Remove useless return statements 2018-01-25 22:50:40 +07:00
NonExistingFile.php
NonExistingFolder.php
Root.php Update license headers 2017-11-06 16:56:19 +07:00