-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add option to check share ACL's when listing directories #19399
Conversation
|
097ff56
to
8281544
Compare
8281544
to
990fd70
Compare
990fd70
to
cc80e8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicts 💥
cc80e8a
to
9923f41
Compare
rebased, unit tests are happy |
If a file or folder in a directory doesn't have read permissions they will not be shown Note that enabling this option incurs a performance penalty additional requests need to be made to get all the acl. Additionally the acl resolving logic is fairly primitive at the moment and might not work correctly in all setups (it should error to showing the entry) Signed-off-by: Robin Appelman <robin@icewind.nl>
9923f41
to
65118cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane to me 👍
Failing php-cs check 😉 |
Signed-off-by: Robin Appelman <robin@icewind.nl>
65118cf
to
7f32fe6
Compare
Signed-off-by: Robin Appelman robin@icewind.nl