nextcloud/apps/files_external/lib/Lib/Backend
Robin Appelman 23e2baeb95
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>
2020-04-21 16:26:12 +02:00
..
AmazonS3.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Backend.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
DAV.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FTP.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
InvalidBackend.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
LegacyBackend.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Local.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
OwnCloud.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SFTP.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SFTP_Key.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SMB.php Add option to check share ACL's when listing directories 2020-04-21 16:26:12 +02:00
SMB_OC.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Swift.php Fix issues with Keystone auth v3 in files_external app 2020-04-15 10:33:08 +02:00