| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | indieauth: Extension -> State | Vika | 2024-08-18 | 1 | -10/+12 |
* | indieauth: fix profile fetching if some properties are undeclared | Vika | 2024-08-18 | 1 | -19/+23 |
* | file auth backend: properly handle non-standard relative file:// urls | Vika | 2024-08-18 | 1 | -4/+15 |
* | kittybox-indieauth: support OAuth2 Client Metadata | Vika | 2024-08-18 | 1 | -0/+1 |
* | kittybox-indieauth: separate ProfileUrl struct from GrantResponse | Vika | 2024-08-18 | 1 | -1/+1 |
* | Don't verify TLS certificates when fetching things in dev | Vika | 2024-08-18 | 1 | -0/+9 |
* | kittybox-indieauth-helper: small cleanups | Vika | 2024-08-18 | 1 | -44/+44 |
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 9 | -47/+580 |
* | Get cookie key from the environment | Vika | 2024-08-01 | 1 | -1/+8 |
* | Move Kittybox router composition into the library | Vika | 2024-08-01 | 2 | -53/+51 |
* | Simplify jobset creation a little | Vika | 2024-08-01 | 1 | -1/+2 |
* | Migrate from axum::Extension to axum::extract::State | Vika | 2024-08-01 | 9 | -372/+378 |
* | treewide: create a common method for state initialization | Vika | 2024-08-01 | 10 | -65/+53 |
* | indieauth: remove unnecessary cloning of MF2 items | Vika | 2024-08-01 | 1 | -5/+11 |
* | Start working on login functionality | Vika | 2024-07-09 | 3 | -1/+50 |
* | database: use Url to represent user authorities | Vika | 2024-07-09 | 8 | -91/+93 |
* | kittybox-indieauth: 0.1.0 -> 0.2.0 | Vika | 2024-07-09 | 1 | -2/+4 |
* | micropub: fix channels in ?q=config | Vika | 2024-07-09 | 1 | -1/+2 |
* | WIP: admin (not wired up yet, and DEFINITELY NOT SECURE, DO NOT WIRE UP) | Vika | 2024-07-08 | 1 | -0/+114 |
* | webmention: HTTP 202 shouldn't include Location URL | Vika | 2024-07-08 | 1 | -3/+1 |
* | Mask sensitive headers | Vika | 2024-06-14 | 1 | -1/+7 |
* | Expose ?q=category queries in Micropub API | Vika | 2024-03-04 | 1 | -1/+15 |