about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* FileStorage: fix the hang when "after" isn't listed in the feedVika2022-05-101-9/+8
* media: move to separate subtreeVika2022-05-104-51/+48
* dev.sh: optional cargo-watch and systemfd supportVika2022-05-071-3/+11
* Don't enable tokio-console support in productionVika2022-05-071-0/+1
* flake.nix: fix build and clean upVika2022-05-071-6/+8
* main.rs: clean up some dumb stuffVika2022-05-071-8/+6
* Split into different cratesVika2022-05-0713-60/+117
* flake.nix: use rustc from nixpkgs on release buildsVika2022-05-051-2/+1
* flake.lock: UpdateVika2022-05-051-7/+7
* Cargo.lock: updateVika2022-05-031-413/+535
* chore: code cleanupVika2022-05-013-66/+6
* FileStorage: fix writing settings on empty fileVika2022-05-011-8/+12
* FileStorage: lockless reads and atomic writesVika2022-05-012-221/+161
* added tokio-console instrumentation supportVika2022-04-175-17/+356
* flake.lock: UpdateVika2022-04-171-9/+9
* More logsVika2022-04-171-1/+1
* added mediatype to replace http_types::MimeVika2022-04-172-0/+8
* flake.nix: added some tools to simplify my workflowVika2022-04-151-1/+2
* Cargo.toml: add reqwestVika2022-04-153-3/+89
* frontend: Made endpoints optional in templatesVika2022-04-152-12/+27
* feat: graceful shutdownVika2022-04-151-4/+20
* Make the settings in the database a strong typeVika2022-03-236-13/+42
* Get rid of todo!() invocationsVika2022-03-231-4/+32
* Get rid of legacy code, fix mistakes in fluff text and commentsVika2022-03-234-417/+6
* Added a docker container image built from NixVika2022-03-181-2/+43
* Port onboardingVika2022-03-074-9/+88
* FileStorage: add lints to catch panicking inside locked code sectionsVika2022-03-071-149/+168
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-069-230/+689
* micropub: parse mp-channel as channelVika2022-03-031-2/+72