szabodanika / microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.
https://microbin.eu
BSD 3-Clause "New" or "Revised" License
2.51k stars 151 forks source link

Read-only upload can not be removed by password #222

Open garryde opened 9 months ago

garryde commented 9 months ago

Unable to remove a Read-only upload even if the password is correct. But the edit is working well.

image
MbMa commented 4 months ago

when sending the GET request the console prints this error : decryptWithPassword is not defined

andreworg commented 2 months ago

Wasn't this fixed in 2.0.4 by 4c57c27? I'm testing the danielszabo99/microbin docker image, presumably running 2.0.4, and the issue is still there.