| Commit message (Expand) | Author | Age | Files | Lines |
* | kittybox-indieauth: fix extraneous padding in PKCE challenges | Vika | 2022-09-20 | 2 | -5/+25 |
* | Make webauthn and openssl optional | Vika | 2022-09-19 | 4 | -9/+37 |
* | Add test password hasher | Vika | 2022-09-19 | 1 | -0/+33 |
* | Small optimizations to frontend code | Vika | 2022-09-19 | 2 | -27/+38 |
* | feat: indieauth support | Vika | 2022-09-19 | 18 | -193/+2224 |
* | kittybox-indieauth: Allow converting more types to/from strings | Vika | 2022-09-19 | 3 | -0/+41 |
* | NixOS module fixes and temporary fixes to the legacy configuration | Vika | 2022-08-13 | 1 | -36/+7 |
* | Add a placeholder template for the authorization request page | Vika | 2022-08-13 | 1 | -0/+7 |
* | tokenauth: migrate tests to Wiremock | Vika | 2022-08-13 | 3 | -651/+127 |
* | fix flake not reloading | Vika | 2022-08-07 | 1 | -1/+1 |
* | kittybox-templates: split out MF2 rendering and get rid of log crate | Vika | 2022-07-27 | 12 | -975/+513 |
* | indieauth: replace numerous placeholders in the prototype | Vika | 2022-07-27 | 2 | -28/+156 |
* | FileStorage: save memory by taking children instead of cloning | Vika | 2022-07-23 | 1 | -16/+22 |
* | kittybox-indieauth: fix AuthorizationRequest doctest | Vika | 2022-07-22 | 1 | -2/+3 |
* | kittybox-indieauth: document the entire crate | Vika | 2022-07-22 | 3 | -23/+333 |
* | kittybox-indieauth: axum helpers for responses | Vika | 2022-07-22 | 2 | -13/+53 |
* | 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 | 3 | -11/+46 |
* | 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 | 5 | -22/+52 |
* | 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 | 3 | -36/+157 |
* | Catch panics on requests | Vika | 2022-07-19 | 2 | -4/+5 |
* | PoC for modularity and WIP built-in Micropub client rework | Vika | 2022-07-15 | 10 | -244/+402 |
* | WIP: IndieAuth progress | Vika | 2022-07-15 | 5 | -4/+398 |
* | Add enum for requests that the authorization endpoint may encounter | Vika | 2022-07-15 | 1 | -1/+8 |
* | kittybox-indieauth: add From impls for TokenIntrospectionResponse | Vika | 2022-07-15 | 1 | -0/+16 |
* | media: buffer disk I/O and add debug logging | Vika | 2022-07-14 | 2 | -11/+36 |
* | kittybox-indieauth: improve types and make more of them public | Vika | 2022-07-10 | 5 | -15/+51 |
* | kittybox-indieauth: implement FromStr for Scopes | Vika | 2022-07-10 | 1 | -3/+12 |
* | media: fix failing test | Vika | 2022-07-10 | 1 | -1/+1 |
* | Security bugfix: fix Scopes::has_all() incorrectly checking scopes | Vika | 2022-07-10 | 1 | -2/+15 |
* | kittybox-indieauth: init | Vika | 2022-07-10 | 6 | -2/+535 |
* | 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 | 6 | -87/+112 |
* | indieauth: rename to tokenauth | Vika | 2022-07-10 | 7 | -12/+12 |
* | media: media endpoint PoC | Vika | 2022-07-10 | 8 | -154/+350 |
* | .envrc: watch shell.nix for changes | Vika | 2022-07-07 | 1 | -0/+1 |
* | .envrc: update nix-direnv install invocation | Vika | 2022-07-07 | 1 | -3/+6 |
* | format using rustfmt | Vika | 2022-07-07 | 12 | -202/+228 |
* | treewide: rewrite using Axum | Vika | 2022-07-07 | 18 | -2859/+2075 |
* | feat: group endpoints under `.kittybox` | Vika | 2022-06-02 | 4 | -67/+50 |
* | direnv: move .envrc to kittybox-rs | Vika | 2022-05-28 | 1 | -0/+4 |
* | frontend: fix onboarding sending the request to the wrong place | Vika | 2022-05-26 | 1 | -2/+2 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 32 | -0/+11613 |