about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Gather touched channels when inserting new posts feature/html-view-cachingVika13 days1-9/+26
* axum: 0.7.9 → 0.8.1Vika13 days11-62/+61
* distributed-test: wait for Kittybox to start up explicitlyVika13 days1-1/+2
* distributed-test: add Postgres-based job queueVika13 days1-0/+22
* PGPASS → PGPASSWORDVika13 days2-19/+4
* Add a dev-shell and a check to verify MSRVVika14 days2-18/+43
* Remove Docker containerVika14 days2-48/+0
* Give NixOS e2e tests unique names in CIVika14 days3-3/+3
* Bump MSRV to 1.81 due to dependency using error_in_coreVika14 days1-1/+1
* Fix Postgres setup in testsVika14 days3-9/+3
* cargo update, bump msrv to match microformats crateVika14 days2-5/+5
* Partially appease clippyVika14 days5-8/+7
* Get rid of base64 and hex in favor of data_encoding crateVika14 days5-15/+16
* Use workspace dependencies to simplify dependency managementVika14 days6-190/+151
* micropub: Don't map-n-filter where we can filter_mapVika14 days1-2/+1
* PostgresStorage: use query_scalar for post_existsVika14 days1-2/+1
* Storage::all_posts to return all posts for ?q=source w/o filtersVika2024-12-314-0/+25
* microformats: 0.12.0 -> 0.14.0Vika2024-12-314-7/+132
* ignore rsa false-positive via sqlx-mysql, since it's unusedVika2024-12-312-1/+8
* Upgrade SemVer-breaking packagesVika2024-12-304-480/+128
* cargo upgradeVika2024-12-307-475/+801
* Fix up CLI featureVika2024-12-301-5/+3
* fixup! microformats: 0.9.1 -> 0.12.0Vika2024-12-301-1/+1
* kittybox-mf2: add tracingVika2024-12-301-0/+16
* microformats: 0.9.1 -> 0.12.0Vika2024-12-304-21/+8
* flake.lock: UpdateVika2024-12-301-14/+9
* decrease logspam from filter_post spansVika2024-12-301-1/+1
* kittybox-util: bump to 0.3.0Vika2024-12-038-117/+131
* unauthorized -> not_authorizedVika2024-11-152-359/+1
* tower-watchdog: init at 1.0.0Vika2024-11-135-5/+236
* media endpoint: small code cleanupVika2024-11-132-8/+5
* shell.nix: take entire nodePackagesVika2024-11-132-6/+5
* kittybox-util: fix incorrect features in a dependency, preventing builds with...Vika2024-10-291-1/+4
* Delete the unused login codeVika2024-10-041-333/+0
* Fix the current-thread runtime tests w/ sqlxVika2024-09-191-0/+3
* If like/bookmark-of name is empty, pretend it isn't thereVika2024-09-071-0/+2
* Reduce unwraps in u-ate and u-drank handlingVika2024-09-071-10/+10
* kittybox-frontend-renderer: use p-summary if availableVika2024-09-071-5/+15
* Introduce `Storage::update_with`Vika2024-08-284-7/+54
* Check validity of Micropub updatesVika2024-08-281-6/+50
* kittybox-frontend-renderer: fix testsVika2024-08-281-3/+3
* Make Micropub update logic self-containedVika2024-08-283-35/+42
* Add Last-Modified header to post pages to help heuristic cachingVika2024-08-261-0/+22
* Use `Cache-Control: private` whenever the user is authorizedVika2024-08-261-18/+31
* Explicitly allow caching IndieAuth client metadataVika2024-08-261-2/+23
* Set MSRV to 1.75, remove #[async_trait] declarations whenever possibleVika2024-08-2614-100/+90
* Indicate `u-uid` as `rel=canonical`Vika2024-08-262-6/+6
* Fix kittybox-check-webmention CLI toolVika2024-08-262-109/+8
* Add HTTP fetcher cacheVika2024-08-2610-27/+233
* Appease most clippy warningsVika2024-08-2614-118/+38