]> source.dussan.org Git - nextcloud-server.git/commit
add option to show hidden files in SMB shares 15786/head
authorRobin Appelman <robin@icewind.nl>
Thu, 23 May 2019 19:23:56 +0000 (21:23 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Wed, 29 May 2019 08:21:21 +0000 (08:21 +0000)
commit74cb5d592dd84b45e8933713f6a73f5f7a9923c8
tree4168d6cfb212c24f50a824e74ce318324442480d
parentd467e9129bc4e507d389f7480310a1c665598eb5
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>
apps/files_external/lib/Lib/Backend/SMB.php
apps/files_external/lib/Lib/Storage/SMB.php