ponzu-cms / ponzu

Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
https://docs.ponzu-cms.org
BSD 3-Clause "New" or "Revised" License
5.68k stars 387 forks source link

updated to 0.10.0 for the repo, 0.9.4 in the 0.10.0 release which mig… #299

Closed olliephillips closed 5 years ago

olliephillips commented 5 years ago

…ht require a 0.10.1 release to rectify

olliephillips commented 5 years ago

Reference #262, physical uploaded files do remain in the uploads folder after deletion I can confirm. What is the intended functionality here? I see no major problem, unless uploading large files, or a file containing sensitive information is uploaded by mistake, in which case, user would be under impression it was gone by deleting it, but the file would be available to http/s calls at api/uploads/filepath

nilslice commented 5 years ago

Ok, I'll merge this into ponzu-dev, then bump it to 0.10.1 in both the tag and the ponzu.json and do a PR tomaster.

fix action target for uploads deletes

This must have been an oversight from ages ago... another great catch, @olliephillips , thank you!