| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Micropub update logic self-contained | Vika | 2024-08-28 | 1 | -1/+38 |
* | Add HTTP fetcher cache | Vika | 2024-08-26 | 1 | -7/+28 |
* | Appease most clippy warnings | Vika | 2024-08-26 | 1 | -20/+7 |
* | micropub: Suppress adding to default feeds on visibility="unlisted" | Vika | 2024-08-23 | 1 | -2/+30 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 1 | -44/+43 |
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 1 | -12/+22 |
* | Migrate from axum::Extension to axum::extract::State | Vika | 2024-08-01 | 1 | -22/+16 |
* | treewide: create a common method for state initialization | Vika | 2024-08-01 | 1 | -4/+4 |
* | database: use Url to represent user authorities | Vika | 2024-07-09 | 2 | -4/+4 |
* | micropub: fix channels in ?q=config | Vika | 2024-07-09 | 1 | -1/+2 |
* | Expose ?q=category queries in Micropub API | Vika | 2024-03-04 | 1 | -1/+15 |
* | lint: no extra whitespace on line endings | Vika | 2024-01-29 | 1 | -1/+1 |
* | 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 | 3 | -0/+1372 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 3 | -1990/+0 |
* | feat: webmention sending and reply context enrichment | Vika | 2022-05-14 | 1 | -44/+160 |
* | treewide: prepare for mf2 parsing and cleanup unused code | Vika | 2022-05-12 | 1 | -23/+82 |
* | media: move to separate subtree | Vika | 2022-05-10 | 1 | -50/+0 |
* | 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 | 1 | -3/+3 |
* | Port onboarding | Vika | 2022-03-07 | 1 | -3/+15 |
* | Restored most of the functionality (except onboarding and some queries) | Vika | 2022-03-06 | 2 | -163/+580 |
* | micropub: parse mp-channel as channel | Vika | 2022-03-03 | 1 | -2/+72 |
* | Added stubs for Micropub posts and the media endpoint | Vika | 2022-02-21 | 1 | -1/+83 |
* | micropub: flesh out query | Vika | 2022-02-21 | 1 | -47/+180 |
* | WIP: convert to Tokio and Warp | Vika | 2022-02-15 | 1 | -29/+99 |
* | Make rustfmt and clippy happy | Vika | 2021-12-06 | 2 | -9/+10 |
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 1 | -1/+1 |
* | Code cleanup and small bugfixing in templates | Vika | 2021-12-05 | 1 | -12/+8 |
* | frontend: Added listing feeds to the header bar | Vika | 2021-12-05 | 1 | -2/+2 |
* | Make the default feeds' UIDs pretty! | Vika | 2021-12-05 | 1 | -5/+5 |
* | Added a default food channel for foodstuffs | Vika | 2021-08-06 | 1 | -12/+35 |
* | Log sent webmentions | Vika | 2021-08-06 | 1 | -0/+1 |
* | Appease rustfmt, clippy and cargo check | Vika | 2021-07-29 | 2 | -54/+72 |
* | Respect Link: headers when sending webmentions | Vika | 2021-07-28 | 1 | -4/+32 |
* | Added CORS middleware | Vika | 2021-07-27 | 1 | -0/+21 |
* | Fixed security hole where other people could delete YOUR posts. Yes, yours. Y... | Vika Shleina | 2021-07-21 | 1 | -0/+25 |
* | Relaxed anti-takeover URL check to simply not place redirects at foreign URLs | Vika Shleina | 2021-07-19 | 1 | -8/+3 |
* | make clippy happy | Vika Shleina | 2021-07-19 | 2 | -10/+10 |
* | Make clippy happy | Vika | 2021-05-17 | 1 | -6/+6 |
* | Make rustfmt happy | Vika | 2021-05-17 | 3 | -204/+439 |
* | Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs... | Vika | 2021-05-17 | 2 | -6/+8 |
* | More descriptive error handling and more descriptive TODOs | Vika | 2021-05-09 | 2 | -9/+15 |
* | Added support for more default feeds, added a feed for vCards | Vika | 2021-05-09 | 1 | -15/+42 |
* | Fixed parsing the reply context for webmentions if there is no webmention end... | Vika | 2021-05-09 | 1 | -1/+19 |
* | Add a note about a possible optimization once the MF2 parser is ready | Vika | 2021-05-06 | 1 | -0/+3 |
* | Deduplicated the fetched posts to save on bandwidth and time | Vika | 2021-05-06 | 1 | -2/+8 |
* | Turns out assert!() can have a second argument with a panic reason. Cool! | Vika | 2021-05-06 | 1 | -19/+16 |
* | Added post-processing of new posts | Vika | 2021-05-06 | 1 | -6/+143 |