about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove IndiewebEndpoints typeVika2024-08-261-10/+0
* FileStorage: appease clippy and use block_in_place for rewinding feedsVika2024-08-262-10/+15
* kittybox-indieauth: nicer Debug impl for MetadataVika2024-08-241-1/+23
* indieauth_metadata -> indieauth-metadataVika2024-08-243-4/+4
* Add Caddyfile for reverse-proxying in-devVika2024-08-241-0/+9
* kittybox-indieauth: implement Display instead of ToStringVika2024-08-231-11/+12
* micropub: Suppress adding to default feeds on visibility="unlisted"Vika2024-08-231-2/+30
* Fix private posts with no defined audience not being shown in feedsVika2024-08-232-7/+10
* util: implement Debug on ConfigVika2024-08-201-1/+1
* kittybox-util: 0.1.0 -> 0.2.0Vika2024-08-2013-168/+242
* kittybox-indieauth: switch to dep feature syntaxVika2024-08-191-1/+1
* kittybox-indieauth: fix failing doctestVika2024-08-181-1/+2
* oopsVika2024-08-181-2/+1
* Better match html content-typeVika2024-08-183-1/+3
* kittybox-indieauth-helper: ignore TLS in debug and xdg-open the pageVika2024-08-181-1/+14
* Parse redirect URIs from MF2 metadataVika2024-08-181-1/+3
* onboarding: attempt to fix the redirection bugVika2024-08-181-2/+2
* feat: logins!!Vika2024-08-1812-94/+530
* kittybox-indieauth: support transforming strings to PKCEVerifierVika2024-08-181-0/+5
* Don't log extraneous MF2 parsing dataVika2024-08-181-1/+1
* indieauth: Extension -> StateVika2024-08-181-10/+12
* indieauth: fix profile fetching if some properties are undeclaredVika2024-08-181-19/+23
* file auth backend: properly handle non-standard relative file:// urlsVika2024-08-181-4/+15
* kittybox-indieauth: support OAuth2 Client MetadataVika2024-08-182-1/+115
* kittybox-indieauth: separate ProfileUrl struct from GrantResponseVika2024-08-182-8/+12
* Don't verify TLS certificates when fetching things in devVika2024-08-182-1/+12
* kittybox-frontend-renderer: add a notice to pester me on non-descriptive errorsVika2024-08-181-0/+5
* kittybox-frontend-renderer: fix onboarding CSS a littleVika2024-08-181-1/+4
* onboarding: provide official alternate onboarding flow for no-JSVika2024-08-181-0/+38
* kittybox-indieauth-helper: small cleanupsVika2024-08-181-44/+44
* Add caddy to the dev shellVika2024-08-171-2/+3
* kittybox-indieauth: small code cleanupsVika2024-08-173-8/+15
* kittybox-indieauth: allow using custom RNGs for PKCEVika2024-08-171-1/+10
* kittybox-indieauth: allow using custom RNGs for stateVika2024-08-171-2/+14
* kittybox-indieauth: AuthorizationRequest::into_query_pairs()Vika2024-08-171-1/+37
* kittybox-util: move out fs moduleVika2024-08-042-58/+57
* flake.lock: UpdateVika2024-08-031-3/+3
* Migrate from naersk to craneVika2024-08-033-57/+84
* kittybox-html: raise recursion limit to 512Vika2024-08-022-0/+2
* Upgrade dependencies and fix deprecated functionalityVika2024-08-0217-760/+1442
* cargo updateVika2024-08-011-900/+871
* Get cookie key from the environmentVika2024-08-015-4/+18