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

Fix broken PROPFIND permissions in projects over gRPC #4901

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

jessegeens
Copy link
Contributor

The permissions returned by PROPFIND on a folder in a project were erroneous because ACL permissions were being ignored. This stems from a bug in grpcMDResponseToFileInfo, where the SysACL attribute of the FileInfo struct was not being populated.

Copy link

update-docs bot commented Oct 25, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

The permissions returned by PROPFIND on a folder in a project were erroneous because ACL permissions were being ignored. This stems from a bug in grpcMDResponseToFileInfo, where the SysACL attribute of the FileInfo struct was not being populated.
@jessegeens jessegeens marked this pull request as ready for review October 25, 2024 14:40
@glpatcern glpatcern merged commit ce7d0f8 into master Oct 29, 2024
16 checks passed
@diocas diocas deleted the fix/broken-perms-project branch October 29, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants