| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-04 | Remove incorrect mime type image/jpg | Bond_009 | |
| 2021-12-25 | Add image/jpg to extension lookup | Cody Robibero | |
| 2021-12-12 | Use correct jpeg MIME type | Bond_009 | |
| image/jpg isn't a valid MIME type | |||
| 2021-12-04 | Update unit test name | Ahmed Rafiq | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-12-04 | Update unit test name | Ahmed Rafiq | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-12-04 | Use MimeTypes package to determine MIME type | Ahmed Rafiq | |
| This simplifies the code since we don't have to keep large mappings of extensions and MIME types. We still keep the ability to override the mappings for: - filling in entries not present in the package, for e.g. ".azw3" - picking preferred extensions, for e.g. MimeTypes provides ".conf" as a possible extionsion for "text/plain", and while that is correct, ".txt" would be preferrable - compatibility reasons | |||
