Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | media: fix Axum behavior change with slashes in passed paths | Vika | 2023-07-22 | 1 | -6/+7 |
* | media: fix improper path joining | Vika | 2023-07-22 | 1 | -3/+3 |
* | tempfile -> tempdir, remove mockito | Vika | 2023-02-27 | 1 | -2/+2 |
* | media: get rid of an extraneous Arc over Bytes | Vika | 2022-11-07 | 1 | -5/+9 |
* | media: implement file range requests for backends | Vika | 2022-10-14 | 1 | -16/+201 |
* | media: Use ETag and If-None-Match | Vika | 2022-10-04 | 1 | -1/+5 |
* | feat: indieauth support | Vika | 2022-09-19 | 1 | -26/+4 |
* | media: improve Metadata typing | Vika | 2022-07-21 | 1 | -7/+11 |
* | media: fix small files not being saved to disk properly | Vika | 2022-07-19 | 1 | -11/+21 |
* | media: buffer disk I/O and add debug logging | Vika | 2022-07-14 | 1 | -10/+34 |
* | media: fix failing test | Vika | 2022-07-10 | 1 | -1/+1 |
* | media: media endpoint PoC | Vika | 2022-07-10 | 1 | -29/+186 |
* | format using rustfmt | Vika | 2022-07-07 | 1 | -4/+10 |
* | treewide: rewrite using Axum | Vika | 2022-07-07 | 1 | -0/+61 |