| Commit message (Expand) | Author | Age | Files | Lines |
* | cargo upgrade | Vika | 2024-12-30 | 7 | -475/+801 |
* | Fix up CLI feature | Vika | 2024-12-30 | 1 | -5/+3 |
* | fixup! microformats: 0.9.1 -> 0.12.0 | Vika | 2024-12-30 | 1 | -1/+1 |
* | kittybox-mf2: add tracing | Vika | 2024-12-30 | 1 | -0/+16 |
* | microformats: 0.9.1 -> 0.12.0 | Vika | 2024-12-30 | 4 | -21/+8 |
* | flake.lock: Update | Vika | 2024-12-30 | 1 | -14/+9 |
* | decrease logspam from filter_post spans | Vika | 2024-12-30 | 1 | -1/+1 |
* | kittybox-util: bump to 0.3.0 | Vika | 2024-12-03 | 8 | -117/+131 |
* | unauthorized -> not_authorized | Vika | 2024-11-15 | 2 | -359/+1 |
* | tower-watchdog: init at 1.0.0 | Vika | 2024-11-13 | 5 | -5/+236 |
* | media endpoint: small code cleanup | Vika | 2024-11-13 | 2 | -8/+5 |
* | shell.nix: take entire nodePackages | Vika | 2024-11-13 | 2 | -6/+5 |
* | kittybox-util: fix incorrect features in a dependency, preventing builds with... | Vika | 2024-10-29 | 1 | -1/+4 |
* | Delete the unused login code | Vika | 2024-10-04 | 1 | -333/+0 |
* | Fix the current-thread runtime tests w/ sqlx | Vika | 2024-09-19 | 1 | -0/+3 |
* | If like/bookmark-of name is empty, pretend it isn't there | Vika | 2024-09-07 | 1 | -0/+2 |
* | Reduce unwraps in u-ate and u-drank handling | Vika | 2024-09-07 | 1 | -10/+10 |
* | kittybox-frontend-renderer: use p-summary if available | Vika | 2024-09-07 | 1 | -5/+15 |
* | Introduce `Storage::update_with` | Vika | 2024-08-28 | 4 | -7/+54 |
* | Check validity of Micropub updates | Vika | 2024-08-28 | 1 | -6/+50 |
* | kittybox-frontend-renderer: fix tests | Vika | 2024-08-28 | 1 | -3/+3 |
* | Make Micropub update logic self-contained | Vika | 2024-08-28 | 3 | -35/+42 |
* | Add Last-Modified header to post pages to help heuristic caching | Vika | 2024-08-26 | 1 | -0/+22 |
* | Use `Cache-Control: private` whenever the user is authorized | Vika | 2024-08-26 | 1 | -18/+31 |
* | Explicitly allow caching IndieAuth client metadata | Vika | 2024-08-26 | 1 | -2/+23 |
* | Set MSRV to 1.75, remove #[async_trait] declarations whenever possible | Vika | 2024-08-26 | 14 | -100/+90 |
* | Indicate `u-uid` as `rel=canonical` | Vika | 2024-08-26 | 2 | -6/+6 |
* | Fix kittybox-check-webmention CLI tool | Vika | 2024-08-26 | 2 | -109/+8 |
* | Add HTTP fetcher cache | Vika | 2024-08-26 | 10 | -27/+233 |
* | Appease most clippy warnings | Vika | 2024-08-26 | 14 | -118/+38 |
* | Remove IndiewebEndpoints type | Vika | 2024-08-26 | 1 | -10/+0 |
* | FileStorage: appease clippy and use block_in_place for rewinding feeds | Vika | 2024-08-26 | 2 | -10/+15 |
* | kittybox-indieauth: nicer Debug impl for Metadata | Vika | 2024-08-24 | 1 | -1/+23 |
* | indieauth_metadata -> indieauth-metadata | Vika | 2024-08-24 | 3 | -4/+4 |
* | Add Caddyfile for reverse-proxying in-dev | Vika | 2024-08-24 | 1 | -0/+9 |
* | kittybox-indieauth: implement Display instead of ToString | Vika | 2024-08-23 | 1 | -11/+12 |
* | micropub: Suppress adding to default feeds on visibility="unlisted" | Vika | 2024-08-23 | 1 | -2/+30 |
* | Fix private posts with no defined audience not being shown in feeds | Vika | 2024-08-23 | 2 | -7/+10 |
* | util: implement Debug on Config | Vika | 2024-08-20 | 1 | -1/+1 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 13 | -168/+242 |
* | kittybox-indieauth: switch to dep feature syntax | Vika | 2024-08-19 | 1 | -1/+1 |
* | kittybox-indieauth: fix failing doctest | Vika | 2024-08-18 | 1 | -1/+2 |
* | oops | Vika | 2024-08-18 | 1 | -2/+1 |
* | Better match html content-type | Vika | 2024-08-18 | 3 | -1/+3 |
* | kittybox-indieauth-helper: ignore TLS in debug and xdg-open the page | Vika | 2024-08-18 | 1 | -1/+14 |
* | Parse redirect URIs from MF2 metadata | Vika | 2024-08-18 | 1 | -1/+3 |
* | onboarding: attempt to fix the redirection bug | Vika | 2024-08-18 | 1 | -2/+2 |
* | feat: logins!! | Vika | 2024-08-18 | 12 | -94/+530 |
* | kittybox-indieauth: support transforming strings to PKCEVerifier | Vika | 2024-08-18 | 1 | -0/+5 |
* | Don't log extraneous MF2 parsing data | Vika | 2024-08-18 | 1 | -1/+1 |