root-gg / plik

Plik is a temporary file upload system (Wetransfer like) in Go.
https://plik.root.gg
Other
1.47k stars 168 forks source link

Disable paste feature when asking password #406

Closed pbe-axelor closed 2 years ago

pbe-axelor commented 2 years ago

Hi,

For upload protected by a password, it prompt a dialog before the upload. The recently added paste feature is still active. So instead of pasting data in the password input (suppose we copy a temp password from a password generator), it tries to create a new upload (on a new dialog) instead of just paste the password in the form input. I think the paste feature should be disable when it shows the dialog, allowing to paste a password in the form input.

Thx!

camathieu commented 2 years ago

Hello,

Thanks for the report. This issue has been reported in 1.3.4 (#392) and it should be fixed in 1.3.5. Can you confirm ?

Best, Cam.

pbe-axelor commented 2 years ago

My bad. That's right, it is fixed on 1.3.5. I just upgraded from 1.3.4, but I didn't refresh/clear cache, so I guess I was still on old version.

Thx