I fixed a bug in note-taker that's been there since the start.
If a media file (like a picture or audio file) was sent to note-taker that had the same filename as an existing file on the web server, it would just overwrite it. I didn't notice it because filenames that I use tend to be unique, but every time you edit a video on iOS, the resulting video is named FullSizeRender.mov. So, I've been overwriting FullSizeRender.mov files for
four years! Hopefully, I can get some of those back at some point.