2017-10-08 03:18:19 +00:00
TODO
- View server-wide recent uploads history / all upload history
- Display 'my uploads' (id + metadata history kept in localstorage)
- Encrypted at rest (anti- provider snooping)
2017-10-08 05:42:47 +00:00
- Prevent selecting around the toggle buttons (firefox for android)
2017-11-16 06:53:37 +00:00
- Detect when pasting creates one large file and one ~150 byte file(?? why does this happen?)
- Detect when pasting an image URL, offer to download it (clientside?)
2018-03-01 05:38:42 +00:00
- Add caching headers on thumbnails and on content endpoints
- Add content-security headers on html pages
- If file is larger than the upload limit, warn before the upload happens
- If multiple files are larger than the upload limit, break into multiple uploads
2018-07-10 05:45:58 +00:00
- Pasting from Google Docs produces a JSON blob in type application/x-vnd.google-docs-document-slice-clip+wrapped, but text/plain and text/html alternatives are available