| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |