| Commit message (Expand) | Author | Age | Files | Lines |
* | indieauth: Grant `profile` scope to apps that didn't request any scopes | Vika | 11 days | 1 | -1/+13 |
* | cargo fmt | Vika | 2025-04-09 | 24 | -1505/+2332 |
* | Small fry clippy lints | Vika | 2025-04-09 | 3 | -4/+7 |
* | Replace tuple from `normalize_mf2` with `NormalizedPost` struct | Vika | 2025-04-09 | 3 | -30/+36 |
* | 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 |
* | Silence some Clippy warnings | Vika | 2025-04-09 | 1 | -0/+1 |
* | Add a small note about the authorization confirmation endpoint data | Vika | 2025-01-03 | 1 | -0/+7 |
* | kittybox-indieauth-helper: fix handler types | Vika | 2025-01-03 | 1 | -16/+12 |
* | Harden default CSP | Vika | 2025-01-02 | 1 | -1/+1 |
* | Allow arbitrary HTML in Markdown post content | Vika | 2025-01-02 | 1 | -1/+11 |
* | Vendor fonts into Kittybox | Vika | 2025-01-02 | 1 | -2/+2 |
* | Fix CSP and allow Google Fonts | Vika | 2025-01-02 | 1 | -1/+1 |
* | Set a minimal CSP | Vika | 2025-01-02 | 1 | -0/+6 |
* | Set X-Content-Type-Options: nosniff | Vika | 2025-01-02 | 2 | -0/+12 |
* | axum: 0.7.9 → 0.8.1 | Vika | 2025-01-01 | 9 | -43/+47 |
* | PGPASS → PGPASSWORD | Vika | 2025-01-01 | 2 | -19/+4 |
* | Partially appease clippy | Vika | 2025-01-01 | 4 | -8/+4 |
* | Get rid of base64 and hex in favor of data_encoding crate | Vika | 2025-01-01 | 3 | -11/+16 |
* | 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 |
* | kittybox-mf2: add tracing | Vika | 2024-12-30 | 1 | -0/+16 |
* | decrease logspam from filter_post spans | Vika | 2024-12-30 | 1 | -1/+1 |
* | kittybox-util: bump to 0.3.0 | Vika | 2024-12-03 | 2 | -104/+101 |
* | unauthorized -> not_authorized | Vika | 2024-11-15 | 2 | -359/+1 |
* | media endpoint: small code cleanup | Vika | 2024-11-13 | 2 | -8/+5 |
* | 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 |
* | Introduce `Storage::update_with` | Vika | 2024-08-28 | 4 | -7/+54 |
* | Check validity of Micropub updates | Vika | 2024-08-28 | 1 | -6/+50 |
* | 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 | 10 | -91/+78 |
* | Indicate `u-uid` as `rel=canonical` | Vika | 2024-08-26 | 1 | -1/+1 |
* | Fix kittybox-check-webmention CLI tool | Vika | 2024-08-26 | 2 | -109/+8 |
* | Add HTTP fetcher cache | Vika | 2024-08-26 | 8 | -27/+57 |
* | Appease most clippy warnings | Vika | 2024-08-26 | 11 | -110/+27 |
* | FileStorage: appease clippy and use block_in_place for rewinding feeds | Vika | 2024-08-26 | 2 | -10/+15 |
* | indieauth_metadata -> indieauth-metadata | Vika | 2024-08-24 | 1 | -1/+1 |
* | 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 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 4 | -47/+46 |
* | oops | Vika | 2024-08-18 | 1 | -2/+1 |
* | Better match html content-type | Vika | 2024-08-18 | 1 | -1/+1 |
* | 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 |
* | feat: logins!! | Vika | 2024-08-18 | 6 | -63/+493 |