about summary refs log tree commit diff
path: root/kittybox-rs/src/media
Commit message (Expand)AuthorAgeFilesLines
* media: fix Axum behavior change with slashes in passed pathsVika2023-07-221-6/+7
* media: fix improper path joiningVika2023-07-221-3/+3
* cargo update, part 2: AxumVika2023-07-171-2/+2
* main: refactor Kittybox constructionVika2023-06-221-0/+1
* tempfile -> tempdir, remove mockitoVika2023-02-271-2/+2
* media: get rid of an extraneous Arc over BytesVika2022-11-071-5/+9
* media: implement file range requests for backendsVika2022-10-142-16/+274
* media: Use ETag and If-None-MatchVika2022-10-043-4/+38
* Use tokens from the auth backend to authenticate for MicropubVika2022-09-281-8/+10
* feat: indieauth supportVika2022-09-191-26/+4
* media: improve Metadata typingVika2022-07-213-14/+24
* media: fix small files not being saved to disk properlyVika2022-07-191-11/+21
* PoC for modularity and WIP built-in Micropub client reworkVika2022-07-151-0/+7
* media: buffer disk I/O and add debug loggingVika2022-07-142-11/+36
* media: fix failing testVika2022-07-101-1/+1
* micropub: move MicropubError into kittybox-utilVika2022-07-101-10/+6
* indieauth: rename to tokenauthVika2022-07-101-1/+1
* media: media endpoint PoCVika2022-07-103-73/+328
* format using rustfmtVika2022-07-073-11/+26
* treewide: rewrite using AxumVika2022-07-073-27/+137
* flake.nix: reorganizeVika2022-05-241-0/+46