Commit Graph

14 Commits

Author SHA1 Message Date
Pitu aa7d245317 feat: Add hash checking for chunked uploads 2020-12-27 04:48:03 +09:00
Pitu e97fee4844 Fixes chunked uploads not being saved to albums or thumbnails 2020-12-27 04:27:56 +09:00
Pitu fb2c27086f Fix ESLint rules once and for all 2020-12-24 23:45:16 +09:00
Zephyrrus 90001c2df5 chore: remove trailing commas 2020-12-24 10:40:50 +02:00
Zephyrrus 645b62b81d Merge branch 'dev' into dev-zephy 2020-07-19 22:35:59 +03:00
Pitu a057f26896 Fix url retrieval of uploaded file 2020-07-18 03:23:59 +09:00
Zephyrrus 6713eca9d4 chore: add unique integrity checks to the database for many-to-many tables 2020-07-08 19:22:25 +03:00
Zephyrrus ad852de51a chore: linter the entire project using the new rules 2020-07-08 04:00:12 +03:00
Pitu 496477ebda Feature: enable apiKey access to uploads and album fetching for the uploader/sharex/3rd party 2020-05-11 00:57:56 +09:00
Pitu b886fda079 chore: cleanup and todo 2020-05-11 00:19:10 +09:00
Pitu 2695d192ba feature: prevent duplicated files
- 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
2019-10-12 18:18:32 +09:00
Pitu e6eb13e5cd feature: save uploaded files to album if specified 2019-10-12 17:52:49 +09:00
Pitu c121bd42f3 chore: upload fixes 2019-10-12 14:37:09 +09:00
Pitu 579e1e754a feature: uploader with chunks support 2019-10-01 14:11:16 -03:00