| Commit message (Expand) | Author | Age | Files | Lines |
* | media: get rid of an extraneous Arc over Bytes | Vika | 2022-11-07 | 1 | -5/+9 |
* | indieauth: parse application metadata | Vika | 2022-10-24 | 3 | -30/+82 |
* | media: implement file range requests for backends | Vika | 2022-10-14 | 2 | -16/+274 |
* | templates: move static assets to the templates crate | Vika | 2022-10-07 | 6 | -279/+10 |
* | media: Use ETag and If-None-Match | Vika | 2022-10-04 | 3 | -4/+38 |
* | LibreJS compatibility | Vika | 2022-10-03 | 1 | -0/+3 |
* | companion-lite: rewrite to use IndieAuth | Vika | 2022-10-02 | 2 | -1/+6 |
* | companion-lite: port to TypeScript | Vika | 2022-09-29 | 2 | -5/+14 |
* | Switch to TypeScript | Vika | 2022-09-28 | 3 | -196/+2 |
* | fix param name for media endpoint | Vika | 2022-09-28 | 1 | -1/+1 |
* | Use tokens from the auth backend to authenticate for Micropub | Vika | 2022-09-28 | 7 | -120/+196 |
* | Fix some clippy errors | Vika | 2022-09-28 | 1 | -0/+3 |
* | indieauth: add "token_type" and "scope" to token grant response | Vika | 2022-09-28 | 1 | -1/+5 |
* | frontend: fix indieauth page crashing if no scopes requested | Vika | 2022-09-20 | 1 | -1/+1 |
* | Make webauthn and openssl optional | Vika | 2022-09-19 | 3 | -7/+34 |
* | Small optimizations to frontend code | Vika | 2022-09-19 | 2 | -27/+38 |
* | feat: indieauth support | Vika | 2022-09-19 | 10 | -161/+1271 |
* | NixOS module fixes and temporary fixes to the legacy configuration | Vika | 2022-08-13 | 1 | -36/+7 |
* | tokenauth: migrate tests to Wiremock | Vika | 2022-08-13 | 1 | -54/+45 |
* | kittybox-templates: split out MF2 rendering and get rid of log crate | Vika | 2022-07-27 | 6 | -16/+6 |
* | indieauth: replace numerous placeholders in the prototype | Vika | 2022-07-27 | 1 | -25/+150 |
* | FileStorage: save memory by taking children instead of cloning | Vika | 2022-07-23 | 1 | -16/+22 |
* | kittybox-indieauth: axum helpers for responses | Vika | 2022-07-22 | 1 | -13/+13 |
* | media: improve Metadata typing | Vika | 2022-07-21 | 3 | -14/+24 |
* | media: fix small files not being saved to disk properly | Vika | 2022-07-19 | 1 | -11/+21 |
* | indieauth: Indicate refresh token grant as supported | Vika | 2022-07-19 | 1 | -1/+1 |
* | kittybox-indieauth: convert Error into axum::response::Response | Vika | 2022-07-19 | 1 | -22/+22 |
* | indieauth: improve security checks | Vika | 2022-07-19 | 1 | -2/+29 |
* | Implement /.well-known/oauth-authorization-server | Vika | 2022-07-19 | 2 | -24/+39 |
* | kittybox-indieauth: improve docs and the Error type | Vika | 2022-07-19 | 1 | -14/+60 |
* | Catch panics on requests | Vika | 2022-07-19 | 1 | -3/+4 |
* | PoC for modularity and WIP built-in Micropub client rework | Vika | 2022-07-15 | 6 | -244/+165 |
* | WIP: IndieAuth progress | Vika | 2022-07-15 | 2 | -0/+390 |
* | media: buffer disk I/O and add debug logging | Vika | 2022-07-14 | 2 | -11/+36 |
* | media: fix failing test | Vika | 2022-07-10 | 1 | -1/+1 |
* | database: use .path().to_path_buf() to prevent dropping the tempdir | Vika | 2022-07-10 | 1 | -1/+3 |
* | micropub: handle invalid/empty query properly | Vika | 2022-07-10 | 1 | -6/+16 |
* | micropub: move MicropubError into kittybox-util | Vika | 2022-07-10 | 2 | -87/+8 |
* | indieauth: rename to tokenauth | Vika | 2022-07-10 | 7 | -12/+12 |
* | media: media endpoint PoC | Vika | 2022-07-10 | 5 | -154/+347 |
* | format using rustfmt | Vika | 2022-07-07 | 9 | -133/+173 |
* | treewide: rewrite using Axum | Vika | 2022-07-07 | 15 | -2394/+1950 |
* | feat: group endpoints under `.kittybox` | Vika | 2022-06-02 | 2 | -61/+42 |
* | frontend: fix onboarding sending the request to the wrong place | Vika | 2022-05-26 | 1 | -2/+2 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 22 | -0/+6078 |