]> source.dussan.org Git - nextcloud-server.git/commit
Add option to check share ACL's when listing directories
authorRobin Appelman <robin@icewind.nl>
Mon, 10 Feb 2020 15:36:03 +0000 (16:36 +0100)
committerRobin Appelman <robin@icewind.nl>
Tue, 21 Apr 2020 14:26:12 +0000 (16:26 +0200)
commit23e2baeb95c901bfb0e715c03a6a8d6f76cf6ae8
tree1cd49c2e14a2a05dda4cc313871e02f4519b74c8
parent8f650feedec0555c294cd7b242b6519c346b3bc5
Add option to check share ACL's when listing directories

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>
apps/files_external/lib/Lib/Backend/SMB.php
apps/files_external/lib/Lib/Storage/SMB.php