| Commit message (Expand) | Author | Age | Files | Lines |
* | kittybox-indieauth: 0.2.0 → 0.3.0 | Vika | 2025-04-09 | 5 | -16/+24 |
* | Replace tuple from `normalize_mf2` with `NormalizedPost` struct | Vika | 2025-04-09 | 3 | -30/+36 |
* | templates-neo: remove | Vika | 2025-04-09 | 6 | -561/+1 |
* | Allow embedding the Bandcamp player for jam posts | Vika | 2025-04-09 | 1 | -0/+4 |
* | Generate CSP using `concat!()` | Vika | 2025-04-09 | 1 | -1/+10 |
* | kittybox-indieauth: add Eq to enums | Vika | 2025-04-09 | 1 | -4/+4 |
* | Add a class for demarcating diffusion image generator output | Vika | 2025-04-09 | 1 | -2/+8 |
* | Silence some Clippy warnings | Vika | 2025-04-09 | 3 | -0/+6 |
* | Fix .gitignore | Vika | 2025-04-09 | 1 | -7/+6 |
* | templates: declare explicit emoji font for counter icons | Vika | 2025-03-13 | 1 | -0/+1 |
* | Remove lib.mdDoc from configuration.nix | Vika | 2025-01-04 | 1 | -4/+4 |
* | Add a small note about the authorization confirmation endpoint data | Vika | 2025-01-03 | 1 | -0/+7 |
* | Fix the IndieAuth script | Vika | 2025-01-03 | 2 | -6/+3 |
* | kittybox-indieauth-helper: fix handler types | Vika | 2025-01-03 | 1 | -16/+12 |
* | Harden default CSP | Vika | 2025-01-02 | 1 | -1/+1 |
* | Don't exclude fonts from Nix builds | Vika | 2025-01-02 | 1 | -1/+1 |
* | Allow arbitrary HTML in Markdown post content | Vika | 2025-01-02 | 1 | -1/+11 |
* | Add styles for delimiting LLM quotes to the default theme | Vika | 2025-01-02 | 1 | -0/+19 |
* | Vendor fonts into Kittybox | Vika | 2025-01-02 | 14 | -24/+320 |
* | Fix CSP and allow Google Fonts | Vika | 2025-01-02 | 1 | -1/+1 |
* | Set a minimal CSP | Vika | 2025-01-02 | 2 | -2/+7 |
* | Set X-Content-Type-Options: nosniff | Vika | 2025-01-02 | 3 | -6/+24 |
* | axum: 0.7.9 → 0.8.1 | Vika | 2025-01-01 | 11 | -62/+61 |
* | distributed-test: wait for Kittybox to start up explicitly | Vika | 2025-01-01 | 1 | -1/+2 |
* | distributed-test: add Postgres-based job queue | Vika | 2025-01-01 | 1 | -0/+22 |
* | PGPASS → PGPASSWORD | Vika | 2025-01-01 | 2 | -19/+4 |
* | Add a dev-shell and a check to verify MSRV | Vika | 2025-01-01 | 2 | -18/+43 |
* | Remove Docker container | Vika | 2025-01-01 | 2 | -48/+0 |
* | Give NixOS e2e tests unique names in CI | Vika | 2025-01-01 | 3 | -3/+3 |
* | 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 |