| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | lint: no extra whitespace on line endings | Vika | 2024-01-29 | 9 | -24/+24 |
* | Switch reply contexts from a Vec to HashMap | Vika | 2023-11-13 | 1 | -16/+15 |
* | Fix bug with likes/bookmarks on h-entries lacking URLs in markup | Vika | 2023-10-15 | 1 | -7/+21 |
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 31 | -0/+9450 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 22 | -6078/+0 |
* | templates: add a banner for Kittybox in the footer | Vika | 2022-05-23 | 1 | -0/+3 |
* | 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 |
* | treewide: prepare for mf2 parsing and cleanup unused code | Vika | 2022-05-12 | 4 | -94/+122 |
* | 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 | 2 | -41/+141 |
* | 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 |
* | Don't enable tokio-console support in production | Vika | 2022-05-07 | 1 | -0/+1 |
* | main.rs: clean up some dumb stuff | Vika | 2022-05-07 | 1 | -8/+6 |
* | Split into different crates | Vika | 2022-05-07 | 6 | -716/+8 |
* | chore: code cleanup | Vika | 2022-05-01 | 1 | -10/+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 | 1 | -0/+1 |
* | Cargo.toml: add reqwest | Vika | 2022-04-15 | 1 | -0/+17 |
* | frontend: Made endpoints optional in templates | Vika | 2022-04-15 | 2 | -12/+27 |
* | feat: graceful shutdown | Vika | 2022-04-15 | 1 | -4/+20 |
* | Make the settings in the database a strong type | Vika | 2022-03-23 | 4 | -13/+31 |
* | Get rid of todo!() invocations | Vika | 2022-03-23 | 1 | -4/+32 |
* | Get rid of legacy code, fix mistakes in fluff text and comments | Vika | 2022-03-23 | 4 | -417/+6 |
* | Port onboarding | Vika | 2022-03-07 | 4 | -9/+88 |
* | FileStorage: add lints to catch panicking inside locked code sections | Vika | 2022-03-07 | 1 | -149/+168 |
* | Restored most of the functionality (except onboarding and some queries) | Vika | 2022-03-06 | 7 | -230/+687 |
* | micropub: parse mp-channel as channel | Vika | 2022-03-03 | 1 | -2/+72 |
* | frontend: convert to warp | Vika | 2022-03-02 | 3 | -292/+208 |
* | metrics: new metrics collection using warp-prometheus | Vika | 2022-03-02 | 1 | -70/+6 |
* | database: code cleanup | Vika | 2022-03-02 | 2 | -26/+58 |
* | Use the media endpoint stubs | Vika | 2022-02-21 | 1 | -2/+1 |
* | Added stubs for Micropub posts and the media endpoint | Vika | 2022-02-21 | 1 | -1/+83 |
* | Small tweaks, additions and preparations | Vika | 2022-02-21 | 2 | -25/+26 |
* | micropub: flesh out query | Vika | 2022-02-21 | 1 | -47/+180 |
* | Make the HTTP client a generic | Vika | 2022-02-21 | 1 | -7/+5 |
* | indieauth/require_token(): reject with 401 when no header | Vika | 2022-02-21 | 1 | -2/+34 |
* | database/memory: restore, it is useful in test scenarios | Vika | 2022-02-21 | 2 | -0/+198 |
* | database: code cleanup | Vika | 2022-02-21 | 2 | -48/+29 |
* | database/file: use Authority instead of origin for directories | Vika | 2022-02-21 | 1 | -4/+4 |
* | Add a module for IndieAuth bearer token auth | Vika | 2022-02-21 | 2 | -207/+249 |
* | WIP: convert to Tokio and Warp | Vika | 2022-02-15 | 6 | -212/+416 |
* | FileBackend: introduce timeouts on operations | Vika | 2021-12-31 | 1 | -34/+51 |
* | FileBackend: don't transfer locks over async boundaries | Vika | 2021-12-31 | 1 | -169/+188 |
* | Display pretty links in case there is more than one URL in a post | Vika | 2021-12-07 | 2 | -6/+22 |