about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Kittybox router composition into the libraryVika2024-08-012-53/+51
* Simplify jobset creation a littleVika2024-08-011-1/+2
* Migrate from axum::Extension to axum::extract::StateVika2024-08-019-372/+378
* treewide: create a common method for state initializationVika2024-08-0110-65/+53
* indieauth: remove unnecessary cloning of MF2 itemsVika2024-08-011-5/+11
* Start working on login functionalityVika2024-07-096-3/+57
* database: use Url to represent user authoritiesVika2024-07-098-91/+93
* kittybox-indieauth: 0.1.0 -> 0.2.0Vika2024-07-097-14/+119
* micropub: fix channels in ?q=configVika2024-07-091-1/+2
* WIP: admin (not wired up yet, and DEFINITELY NOT SECURE, DO NOT WIRE UP)Vika2024-07-083-0/+121
* flake.lock: UpdateVika2024-07-081-9/+9
* webmention: HTTP 202 shouldn't include Location URLVika2024-07-081-3/+1
* Add licensing information to Cargo.tomlVika2024-07-081-0/+1
* .envrc: add DATABASE_URL for `cargo test` to workVika2024-07-081-1/+3
* companion-lite: todos for laterVika2024-07-081-2/+3
* examples/sql: make optionalVika2024-06-152-1/+7
* Prototype sanitizer for SQLVika2024-06-143-0/+145
* kittybox-html: cargo fmtVika2024-06-142-138/+184
* Mask sensitive headersVika2024-06-142-2/+8
* configuration.nix: don't rely on `config.nixpkgs`Vika2024-05-181-1/+1
* Expose ?q=category queries in Micropub APIVika2024-03-041-1/+15
* Support ?q=category queriesVika2024-03-044-1/+37
* README.md: update with new infoVika2024-03-041-16/+18
* kittybox-templates: fix icons on bookmark postsVika2024-03-041-27/+16
* kittybox-templates: fix misaligned links in mini-h-cardsVika2024-03-041-0/+1
* templates: fix build with Cargo 1.73+Vika2024-01-291-1/+1
* lint: no extra whitespace on line endingsVika2024-01-2920-40/+40
* Switch reply contexts from a Vec to HashMapVika2023-11-131-16/+15
* Fix bug with likes/bookmarks on h-entries lacking URLs in markupVika2023-10-152-8/+42
* templates-neo: add a test CLI that renders entriesVika2023-08-082-6/+22
* templates-neo: fix hacks around the `html` crateVika2023-08-083-13/+92
* Remove extraneous JS filesVika2023-07-312-119/+0
* templates-neo: initVika2023-07-315-1/+417
* .envrc: add env vars for Kittybox launches directlyVika2023-07-303-14/+7
* Moved the entire Kittybox tree into the rootVika2023-07-2972-1/+1
* kittybox.nix: properly set the features and don't rely on defaultsVika2023-07-291-5/+11
* .envrc: move to rootVika2023-07-291-2/+2
* postgres: Fix pretty permalinks not being shownVika2023-07-282-2/+22
* templates: Add a link for the webmention endpointVika2023-07-221-0/+1
* media: fix Axum behavior change with slashes in passed pathsVika2023-07-221-6/+7
* configuration.nix: use NixOS option for ListenStreamVika2023-07-221-5/+4