-
-
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
External (SMB/CIFS) storage app: always shows hidden files / does not scan subfolders #22032
Comments
@icewind1991 @MTGap and @PVince81 might be interested into this |
May I kindly ask the NC devs to look at this?? |
You need to run |
Otherwise is this Issue still valid in NC21.0.2? If not, please close this issue. Thanks! :) |
NC21.0.2 still has this problem, hidden files will still be displayed. Even if do NOT check "Show hidden files" |
@j3l11234 I can't repoduce the scan issue anymore. But the issue with the hidden files still exists in 21.0.0 and so likely also in 21.0.2 what I have not yet installed. The issue is, the External Files app only recognise files as hidden, that start with a dot. But if an SMB share is on a Windows Server a hidden file does not start with a dot. |
@steve-s-71 @szaimen
I found a way to get these properties. I have already submit a pull request to icewind/smb and waiting for merge and release new version. Dos permissions mask refer: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb/65e0c225-5925-44b0-8104-6b91339c709f |
@j3l11234 this is awesome. You made my day - thank you! Is there a way for me as a "non-developer" to know if a new version of the External Storage App with this fix included is released? |
@steve-s-71 I'm still waiting for mr to be merged. I can compile a libsmbclient package on ubuntu to solve this problem. |
@jospoortvliet can you please ask a developer to make this fix available in NC release? |
Hi, please update to 24.0.9 or better 25.0.3 and report back if it fixes the issue. Thank you! My goal is to add a label like e.g. 25-feedback to this ticket of an up-to-date major Nextcloud version where the bug could be reproduced. However this is not going to work without your help. So thanks for all your effort! If you don't manage to reproduce the issue in time and the issue gets closed but you can reproduce the issue afterwards, feel free to create a new bug report with up-to-date information by following this link: https://github.com/nextcloud/server/issues/new?assignees=&labels=bug%2C0.+Needs+triage&template=BUG_REPORT.yml&title=%5BBug%5D%3A+ |
How to use GitHub
Steps to reproduce
Expected behaviour
a) Folder content should NOT show hidden files
b) After some time "Pending" should change to display the Size
Actual behaviour
a) Folder External storages show all files including hidden files
b) Pending is shown forever. Except when I manually naviagte to EVERY subfolder, sub-sub folder and sub-sub-sub folder - what is nearly impossible on a larger storage. It apperently is also not possible to trigger the file scan via OCC comand - that does scan all natively stored files, but apprently not the external SMB / CIFS storages.
Server configuration
NC 19.0.1
Ext. stoarge app v 1.10.0
Ubuntu 20
Web server:
Apache
Database:
PostgreSQL 12.2
PHP version:
7.4.3
The text was updated successfully, but these errors were encountered: