| Commit message (Expand) | Author | Age | Files | Lines |
* | kittybox-indieauth-helper: small cleanups | Vika | 2024-08-18 | 1 | -44/+44 |
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 9 | -47/+580 |
* | Get cookie key from the environment | Vika | 2024-08-01 | 1 | -1/+8 |
* | Move Kittybox router composition into the library | Vika | 2024-08-01 | 2 | -53/+51 |
* | Simplify jobset creation a little | Vika | 2024-08-01 | 1 | -1/+2 |
* | Migrate from axum::Extension to axum::extract::State | Vika | 2024-08-01 | 9 | -372/+378 |
* | treewide: create a common method for state initialization | Vika | 2024-08-01 | 10 | -65/+53 |
* | indieauth: remove unnecessary cloning of MF2 items | Vika | 2024-08-01 | 1 | -5/+11 |
* | Start working on login functionality | Vika | 2024-07-09 | 3 | -1/+50 |
* | database: use Url to represent user authorities | Vika | 2024-07-09 | 8 | -91/+93 |
* | kittybox-indieauth: 0.1.0 -> 0.2.0 | Vika | 2024-07-09 | 1 | -2/+4 |
* | micropub: fix channels in ?q=config | Vika | 2024-07-09 | 1 | -1/+2 |
* | WIP: admin (not wired up yet, and DEFINITELY NOT SECURE, DO NOT WIRE UP) | Vika | 2024-07-08 | 1 | -0/+114 |
* | webmention: HTTP 202 shouldn't include Location URL | Vika | 2024-07-08 | 1 | -3/+1 |
* | Mask sensitive headers | Vika | 2024-06-14 | 1 | -1/+7 |
* | Expose ?q=category queries in Micropub API | Vika | 2024-03-04 | 1 | -1/+15 |
* | Support ?q=category queries | Vika | 2024-03-04 | 4 | -1/+37 |
* | 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 |