-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Bug/Feature request ? - The search shows results from folders with restricted access to users who are not part of who can access those folders #84
Comments
I couldn't reproduce the problem you say. |
steps:
and this makes the fact that the folder and its contents are hidden useless, because a user who does not have permission to download cannot navigate in that folder (error 401 in fact). I'm referring to the fact that the "who can download" permission blocks the download and prevents access to that folder... but allows anyone doing a global search to view the contents of that folder even though they don't have permission to do so. Suppose I have 2 folders: Invoices; and that I gave user John "download" permission for both while guest has "download" permission only for the Games folder, But I expected that Guest could in no way see and know that there is a folder called "Invoices" and the folder files. That's why I wrote: "Bug / feature request ?" I hope I was clear and sorry for not using the template fully (I thought the video was clear) |
what you are seeing it's a bug. |
are you running the "hfs.exe" version or through npm? |
La home è configurata con il permesso che tutti possono accedervi (login richiesto). The home is configured with the permission that everyone can access it (login required).
hfs.exe lanciato come servizio. hfs.exe launched as a service |
fixed in latest release la tua configurazione era legittima, ma i permessi della home facevano funzionare male le cartelle, ma ripeto: era un bug di hfs, non doveva funzionare così |
Grazie ancora nonostante l'ora 😂👍. Thanks again despite the hour 😂👍. |
video showc
Very simple, a user who doesn't have permission to download should also NOT view the contents of the folder in question. He actually gets a 401 error trying to access the folder. However, using the "deep Search" function it is able to find files and folders that were supposed to remain hidden.
This may be intentional (since it refers to a simple "disable downloading for the contents of this folder" instead of an actual "hide this folder and its contents and prevent viewing/downloading").
Anyway, thanks again 👍
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: