Skip to content
Unverified Commit 4e1161d2 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

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: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent f843b7ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment