| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: use PassThrough from FileType to get the real mimetype of a file while ↵ | Zephyrrus | 2021-01-07 | 1 | -15/+35 |
| | | | | | it's being saved to the disk | ||||
| * | feat: check for real mimetype using file-type | Zephyrrus | 2021-01-07 | 1 | -4/+2 |
| | | | | | 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. | ||||
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 1 | -0/+91 |