| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix private posts with no defined audience not being shown in feeds | Vika | 2024-08-23 | 2 | -7/+10 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 4 | -47/+46 |
* | oops | Vika | 2024-08-18 | 1 | -2/+1 |
* | Better match html content-type | Vika | 2024-08-18 | 1 | -1/+1 |
* | kittybox-indieauth-helper: ignore TLS in debug and xdg-open the page | Vika | 2024-08-18 | 1 | -1/+14 |
* | Parse redirect URIs from MF2 metadata | Vika | 2024-08-18 | 1 | -1/+3 |
* | feat: logins!! | Vika | 2024-08-18 | 6 | -63/+493 |
* | indieauth: Extension -> State | Vika | 2024-08-18 | 1 | -10/+12 |
* | indieauth: fix profile fetching if some properties are undeclared | Vika | 2024-08-18 | 1 | -19/+23 |
* | file auth backend: properly handle non-standard relative file:// urls | Vika | 2024-08-18 | 1 | -4/+15 |
* | kittybox-indieauth: support OAuth2 Client Metadata | Vika | 2024-08-18 | 1 | -0/+1 |
* | kittybox-indieauth: separate ProfileUrl struct from GrantResponse | Vika | 2024-08-18 | 1 | -1/+1 |
* | Don't verify TLS certificates when fetching things in dev | Vika | 2024-08-18 | 1 | -0/+9 |
* | 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 |