| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update process.env usage | Pitu | 2021-06-15 | 1 | -4/+4 |
| | | |||||
| * | chore: get host from req instead of config | Pitu | 2021-06-08 | 1 | -2/+2 |
| | | |||||
| * | fix: use PassThrough from FileType to get the real mimetype of a file while ↵ | Zephyrrus | 2021-01-07 | 1 | -2/+4 |
| | | | | | it's being saved to the disk | ||||
| * | feat: check for real mimetype using file-type | Zephyrrus | 2021-01-07 | 1 | -17/+19 |
| | | | | | For now, if file-type returns undefined, we take the value from the browser. In the future this should be removed to ensure people can't bypass the real mime checking using a special file that can't be recognized by file-type. | ||||
| * | fix: normalize url and thumbnail response | Pitu | 2021-01-07 | 1 | -2/+5 |
| | | |||||
| * | fix: early return if duplicated file | Pitu | 2021-01-07 | 1 | -1/+3 |
| | | |||||
| * | chore: cleanup | Pitu | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 2 | -212/+248 |
| | | |||||
| * | feat: Add hash checking for chunked uploads | Pitu | 2020-12-27 | 2 | -12/+23 |
| | | |||||
| * | Fixes chunked uploads not being saved to albums or thumbnails | Pitu | 2020-12-27 | 2 | -66/+16 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 1 | -2/+2 |
| | | |||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 2 | -11/+11 |
| | | |||||
| * | chore: update lock files | Zephyrrus | 2020-12-24 | 1 | -12/+3 |
| | | |||||
| * | Merge branch 'dev' into dev-zephy | Zephyrrus | 2020-07-19 | 1 | -0/+2 |
| |\ | |||||
| | * | Fix url retrieval of uploaded file | Pitu | 2020-07-18 | 1 | -0/+2 |
| | | | |||||
| * | | chore: add unique integrity checks to the database for many-to-many tables | Zephyrrus | 2020-07-08 | 1 | -8/+2 |
| | | | |||||
| * | | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 2 | -28/+30 |
| |/ | |||||
| * | Feature: enable apiKey access to uploads and album fetching for the ↵ | Pitu | 2020-05-11 | 2 | -2/+8 |
| | | | | | uploader/sharex/3rd party | ||||
| * | chore: cleanup and todo | Pitu | 2020-05-11 | 1 | -0/+15 |
| | | |||||
| * | feature: prevent duplicated files | Pitu | 2019-10-12 | 1 | -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 specified | Pitu | 2019-10-12 | 1 | -7/+21 |
| | | |||||
| * | chore: upload fixes | Pitu | 2019-10-12 | 2 | -6/+66 |
| | | |||||
| * | feature: uploader with chunks support | Pitu | 2019-10-01 | 2 | -0/+170 |