rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.29k stars 227 forks source link

Appending #LOGIN not working in 0.53.0rc14 #651

Closed AntonioD2 closed 4 months ago

AntonioD2 commented 4 months ago

Appending #LOGIN to address will bring up the login dialog

Appending #LOGIN to address - not working in 0.53.0rc14 (in [0.52.9] works correctly) after clicking on the link http://localhost/#LOGIN - a white window or "Unauthorized" message is displayed

image

rejetto commented 4 months ago

thanks for reporting! i made a quick test with 0.52, 0.51 and 0.50, and while it shows the dialog, it doesn't go away after i login, so i guess this may have never worked. possible reason: nobody has ever used this feature, and i did my tests in "dev" mode, which is most of times ok, but not in this case.

rejetto commented 4 months ago

i made a fix and it seems to work well for me. Can you tell me if it does for you? you can install it by going on admin/home and right click on check-for-updates:

https://github.com/user-attachments/files/15953105/hfs-windows.zip

AntonioD2 commented 4 months ago

Thanks a lot, it works now.