aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/uploads/uploadPOST.js
Commit message (Collapse)AuthorAgeFilesLines
* Feature: enable apiKey access to uploads and album fetching for the ↵Pitu2020-05-111-1/+4
| | | | uploader/sharex/3rd party
* chore: cleanup and todoPitu2020-05-111-0/+15
|
* feature: prevent duplicated filesPitu2019-10-121-47/+87
| | | | | | - If the user uploads a file that already exists under their account, it will return the previous url - If an anonymous user uploads a file and already exists previously from another anon, return that url - Files are unique per account since they can be deleted, anonymous files can't
* feature: save uploaded files to album if specifiedPitu2019-10-121-7/+21
|
* chore: upload fixesPitu2019-10-121-5/+65
|
* feature: uploader with chunks supportPitu2019-10-011-0/+94