about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* WIP: IndieAuth progressVika2022-07-155-4/+398
* Add enum for requests that the authorization endpoint may encounterVika2022-07-151-1/+8
* kittybox-indieauth: add From impls for TokenIntrospectionResponseVika2022-07-151-0/+16
* media: buffer disk I/O and add debug loggingVika2022-07-142-11/+36
* kittybox-indieauth: improve types and make more of them publicVika2022-07-105-15/+51
* kittybox-indieauth: implement FromStr for ScopesVika2022-07-101-3/+12
* media: fix failing testVika2022-07-101-1/+1
* Security bugfix: fix Scopes::has_all() incorrectly checking scopesVika2022-07-101-2/+15
* kittybox-indieauth: initVika2022-07-106-2/+535
* database: use .path().to_path_buf() to prevent dropping the tempdirVika2022-07-101-1/+3
* micropub: handle invalid/empty query properlyVika2022-07-101-6/+16
* micropub: move MicropubError into kittybox-utilVika2022-07-106-87/+112
* indieauth: rename to tokenauthVika2022-07-107-12/+12
* media: media endpoint PoCVika2022-07-108-154/+350
* .envrc: watch shell.nix for changesVika2022-07-071-0/+1
* .envrc: update nix-direnv install invocationVika2022-07-071-3/+6
* Add rustfmt to shell.nixVika2022-07-071-2/+2
* format using rustfmtVika2022-07-0712-202/+228
* treewide: rewrite using AxumVika2022-07-0718-2859/+2075
* flake.lock: UpdateVika2022-07-071-9/+9
* feat: group endpoints under `.kittybox`Vika2022-06-026-74/+57
* direnv: move .envrc to kittybox-rsVika2022-05-281-0/+0
* frontend: fix onboarding sending the request to the wrong placeVika2022-05-261-2/+2
* flake.nix: move the devShell into its own fileVika2022-05-262-13/+20
* Remove redundant naersk-lib overrideVika2022-05-262-6/+5
* flake.nix: reorganizeVika2022-05-2441-281/+275
* flake.nix: use rustc from nixpkgs every timeVika2022-05-242-60/+6
* flake.lock: UpdateVika2022-05-241-4/+4
* flake.nix: make a test for distributed KittyboxVika2022-05-242-4/+105
* gitignore: ignore token fileVika2022-05-231-0/+1
* templates: prepare for facepiles a bit betterVika2022-05-231-16/+29
* templates: render like and bookmark posts correctlyVika2022-05-232-1/+109
* templates: simplify logicVika2022-05-231-24/+29
* templates: add a banner for Kittybox in the footerVika2022-05-232-0/+10
* templates: add unit test for articlesVika2022-05-231-45/+116
* templates: more MF2 generatorsVika2022-05-231-5/+62
* templates: introduce unit testsVika2022-05-233-0/+165
* chore: code cleanup in main.rsVika2022-05-141-8/+6
* feat: webmention sending and reply context enrichmentVika2022-05-142-45/+161
* flake.nix: fix maintainer entryVika2022-05-131-1/+1
* nixos-test: use proper content-type for onboardingVika2022-05-131-1/+1
* README.md: initVika2022-05-131-0/+107
* flake.nix: push kittybox to checks so Hydra will show it separatelyVika2022-05-131-0/+1
* Cargo.toml: fix Nix builds in restricted modeVika2022-05-122-99/+80
* treewide: prepare for mf2 parsing and cleanup unused codeVika2022-05-126-193/+486
* database, frontend: code cleanup so clippy doesn't complainVika2022-05-103-22/+20
* FileStorage: only compile tests when neededVika2022-05-101-0/+1
* FileStorage: fixes and regression tests for read_feed_with_limitVika2022-05-104-49/+161
* FileStorage: fix the item in `after` being emitted as the firstVika2022-05-101-8/+11
* FileStorage: code cleanupVika2022-05-101-14/+11