fragmenta / fragmenta-cms

A user-friendly CMS written in Go (golang)
http://fragmenta.eu
MIT License
586 stars 70 forks source link

uploaded file management #48

Open laoshaw opened 5 years ago

laoshaw commented 5 years ago

wordpress, drupal etc all made the uploaded files publicly accessible by default, you always need some extra plugin to protect those files, in many cases they did not work.

how does fragmenta handle this? if I upload a file, can I make that private, i.e. unless you're a logged in user, there is no way you can download that file.