Simple table as a place holder for user seeded with a anon user
anon
JSON API
GET
Return a JSON list of all files.
POST
Takes a new file, retuning the UUID and MD5 of the file. In the user is not logged in, it will belong to anon
return the file with correct MIME type as RAW data.
PUT
Post new file data about file. Editable fileds are tpye and is_public.
tpye
is_public
DELETE
removes file.
get
Return a JSON list of all files for a user.