decent-chat / decent

Open source messaging platform for the modern web
https://meta.decent.chat
GNU General Public License v3.0
21 stars 5 forks source link

Static image folder for uploads #99

Closed towerofnix closed 6 years ago

towerofnix commented 6 years ago

There should be some means of uploading image files to the server. I'm thinking /images/<md5>/<name of image>. There should also probably be some file size limit - 10MB sounds fine? (Note this is mostly just for custom emotes and maybe profile pictures.)

Blocks #18.

towerofnix commented 6 years ago

i'm not sure how to prevent people from eating up crazy amounts of storage. Sure, limit file size; but I can't limit the number of files uploaded. Could make uploading files be an admin-only command. That would mean we couldn't host profile pictures, but we were already considering using Libravatar for that, which should work fine.