upload done
added rename, some tests to fix the slugify stuff
added delete
a (hopefully) pretty dumb file sharer / requester
everything behind login for now, all the shiny adv. stuff isnt needed for now, i just want something to upload and manage files
mobile ui fully functional for at least latest safari ios
most needed features: upload, rename, delete
upload is a file picker with optional file name rename (it'll be slugified and trunc to 512 chars) and config-based max file size
rename renames the pretty file name in the db and mv's the file into its new slugified name
delete is a button pushing towards a confirm page. it fully deletes the file
ideas for p2+