| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | .envrc: watch shell.nix for changes | Vika | 2022-07-07 | 1 | -0/+1 |
* | .envrc: update nix-direnv install invocation | Vika | 2022-07-07 | 1 | -3/+6 |
* | Add rustfmt to shell.nix | Vika | 2022-07-07 | 1 | -2/+2 |
* | format using rustfmt | Vika | 2022-07-07 | 12 | -202/+228 |
* | treewide: rewrite using Axum | Vika | 2022-07-07 | 18 | -2859/+2075 |
* | flake.lock: Update | Vika | 2022-07-07 | 1 | -9/+9 |
* | feat: group endpoints under `.kittybox` | Vika | 2022-06-02 | 6 | -74/+57 |
* | direnv: move .envrc to kittybox-rs | Vika | 2022-05-28 | 1 | -0/+0 |
* | frontend: fix onboarding sending the request to the wrong place | Vika | 2022-05-26 | 1 | -2/+2 |
* | flake.nix: move the devShell into its own file | Vika | 2022-05-26 | 2 | -13/+20 |
* | Remove redundant naersk-lib override | Vika | 2022-05-26 | 2 | -6/+5 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 41 | -281/+275 |
* | flake.nix: use rustc from nixpkgs every time | Vika | 2022-05-24 | 2 | -60/+6 |
* | flake.lock: Update | Vika | 2022-05-24 | 1 | -4/+4 |
* | flake.nix: make a test for distributed Kittybox | Vika | 2022-05-24 | 2 | -4/+105 |
* | gitignore: ignore token file | Vika | 2022-05-23 | 1 | -0/+1 |
* | templates: prepare for facepiles a bit better | Vika | 2022-05-23 | 1 | -16/+29 |
* | templates: render like and bookmark posts correctly | Vika | 2022-05-23 | 2 | -1/+109 |
* | templates: simplify logic | Vika | 2022-05-23 | 1 | -24/+29 |
* | templates: add a banner for Kittybox in the footer | Vika | 2022-05-23 | 2 | -0/+10 |
* | templates: add unit test for articles | Vika | 2022-05-23 | 1 | -45/+116 |
* | templates: more MF2 generators | Vika | 2022-05-23 | 1 | -5/+62 |
* | templates: introduce unit tests | Vika | 2022-05-23 | 3 | -0/+165 |
* | chore: code cleanup in main.rs | Vika | 2022-05-14 | 1 | -8/+6 |
* | feat: webmention sending and reply context enrichment | Vika | 2022-05-14 | 2 | -45/+161 |
* | flake.nix: fix maintainer entry | Vika | 2022-05-13 | 1 | -1/+1 |
* | nixos-test: use proper content-type for onboarding | Vika | 2022-05-13 | 1 | -1/+1 |
* | README.md: init | Vika | 2022-05-13 | 1 | -0/+107 |
* | flake.nix: push kittybox to checks so Hydra will show it separately | Vika | 2022-05-13 | 1 | -0/+1 |
* | Cargo.toml: fix Nix builds in restricted mode | Vika | 2022-05-12 | 2 | -99/+80 |
* | treewide: prepare for mf2 parsing and cleanup unused code | Vika | 2022-05-12 | 6 | -193/+486 |
* | database, frontend: code cleanup so clippy doesn't complain | Vika | 2022-05-10 | 3 | -22/+20 |
* | FileStorage: only compile tests when needed | Vika | 2022-05-10 | 1 | -0/+1 |
* | FileStorage: fixes and regression tests for read_feed_with_limit | Vika | 2022-05-10 | 4 | -49/+161 |
* | FileStorage: fix the item in `after` being emitted as the first | Vika | 2022-05-10 | 1 | -8/+11 |
* | FileStorage: code cleanup | Vika | 2022-05-10 | 1 | -14/+11 |
* | FileStorage: fix the hang when "after" isn't listed in the feed | Vika | 2022-05-10 | 1 | -9/+8 |
* | media: move to separate subtree | Vika | 2022-05-10 | 4 | -51/+48 |
* | dev.sh: optional cargo-watch and systemfd support | Vika | 2022-05-07 | 1 | -3/+11 |
* | Don't enable tokio-console support in production | Vika | 2022-05-07 | 1 | -0/+1 |
* | flake.nix: fix build and clean up | Vika | 2022-05-07 | 1 | -6/+8 |
* | main.rs: clean up some dumb stuff | Vika | 2022-05-07 | 1 | -8/+6 |
* | Split into different crates | Vika | 2022-05-07 | 13 | -60/+117 |
* | flake.nix: use rustc from nixpkgs on release builds | Vika | 2022-05-05 | 1 | -2/+1 |
* | flake.lock: Update | Vika | 2022-05-05 | 1 | -7/+7 |
* | Cargo.lock: update | Vika | 2022-05-03 | 1 | -413/+535 |
* | chore: code cleanup | Vika | 2022-05-01 | 3 | -66/+6 |
* | FileStorage: fix writing settings on empty file | Vika | 2022-05-01 | 1 | -8/+12 |
* | FileStorage: lockless reads and atomic writes | Vika | 2022-05-01 | 2 | -221/+161 |
* | added tokio-console instrumentation support | Vika | 2022-04-17 | 5 | -17/+356 |