nextcloud/apps/files_external/lib/Lib/Backend
Robin Appelman 6d5579863e
add option to show hidden files in SMB shares
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.

Fixes #15644

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-23 21:23:56 +02:00
..
AmazonS3.php Remove unused import statements 2018-02-14 16:55:43 +01:00
Backend.php Update license headers 2017-11-06 16:56:19 +01:00
DAV.php Remove unused import statements 2018-02-14 16:55:43 +01:00
FTP.php Remove unused import statements 2018-02-14 16:55:43 +01:00
InvalidBackend.php Update license headers 2017-11-06 16:56:19 +01:00
LegacyBackend.php Remove unused import statements 2018-02-14 16:55:43 +01:00
Local.php Remove unused import statements 2018-02-14 16:55:43 +01:00
OwnCloud.php Remove unused import statements 2018-02-14 16:55:43 +01:00
SFTP.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
SFTP_Key.php Remove unused import statements 2018-02-14 16:55:43 +01:00
SMB.php add option to show hidden files in SMB shares 2019-05-23 21:23:56 +02:00
SMB_OC.php Remove unused import statements 2018-02-14 16:55:43 +01:00
Swift.php add support for v3 swift auth 2018-02-26 14:54:08 +01:00