Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable19] Fix file drop shared folders #1307

Merged
merged 1 commit into from
Mar 1, 2021
Merged

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #1224

When ACL is enabled the READ permission is required to get any other
permission on the group folder (or its contents). However, the
ACLCacheWrapper verified not only that the READ permission was enabled
for the folder/file, but also that it was being requested. Due to this
it was not possible to publicly upload a file to a file drop shared
folder inside a group folder, as in that case only SHARE + CREATE
permissions are requested.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@danxuliu
Copy link
Member

danxuliu commented Mar 1, 2021

Rebased to get green CI.

@danxuliu danxuliu merged commit e418382 into stable19 Mar 1, 2021
@danxuliu danxuliu deleted the backport/1224/stable19 branch March 1, 2021 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants