| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump MSRV to 1.81 due to dependency using error_in_core | Vika | 2025-01-01 | 1 | -1/+1 |
* | Fix Postgres setup in tests | Vika | 2025-01-01 | 3 | -9/+3 |
* | cargo update, bump msrv to match microformats crate | Vika | 2025-01-01 | 2 | -5/+5 |
* | Partially appease clippy | Vika | 2025-01-01 | 5 | -8/+7 |
* | Get rid of base64 and hex in favor of data_encoding crate | Vika | 2025-01-01 | 5 | -15/+16 |
* | Use workspace dependencies to simplify dependency management | Vika | 2025-01-01 | 6 | -190/+151 |
* | micropub: Don't map-n-filter where we can filter_map | Vika | 2025-01-01 | 1 | -2/+1 |
* | PostgresStorage: use query_scalar for post_exists | Vika | 2025-01-01 | 1 | -2/+1 |
* | Storage::all_posts to return all posts for ?q=source w/o filters | Vika | 2024-12-31 | 4 | -0/+25 |
* | microformats: 0.12.0 -> 0.14.0 | Vika | 2024-12-31 | 4 | -7/+132 |
* | ignore rsa false-positive via sqlx-mysql, since it's unused | Vika | 2024-12-31 | 2 | -1/+8 |
* | Upgrade SemVer-breaking packages | Vika | 2024-12-30 | 4 | -480/+128 |
* | 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 |