about summary refs log tree commit diff
path: root/src/micropub/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* treewide: create a common method for state initializationVika2024-08-011-4/+4
* database: use Url to represent user authoritiesVika2024-07-091-3/+3
* micropub: fix channels in ?q=configVika2024-07-091-1/+2
* Expose ?q=category queries in Micropub APIVika2024-03-041-1/+15
* Switch reply contexts from a Vec to HashMapVika2023-11-131-16/+15
* Fix bug with likes/bookmarks on h-entries lacking URLs in markupVika2023-10-151-7/+21
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+846
* flake.nix: reorganizeVika2022-05-241-964/+0
* feat: webmention sending and reply context enrichmentVika2022-05-141-44/+160
* treewide: prepare for mf2 parsing and cleanup unused codeVika2022-05-121-23/+82
* media: move to separate subtreeVika2022-05-101-50/+0
* Get rid of todo!() invocationsVika2022-03-231-4/+32
* Get rid of legacy code, fix mistakes in fluff text and commentsVika2022-03-231-3/+3
* Port onboardingVika2022-03-071-3/+15
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-061-67/+550
* Added stubs for Micropub posts and the media endpointVika2022-02-211-1/+83
* micropub: flesh out queryVika2022-02-211-47/+180
* WIP: convert to Tokio and WarpVika2022-02-151-29/+99
* Appease rustfmt, clippy and cargo checkVika2021-07-291-3/+7
* Added CORS middlewareVika2021-07-271-0/+21
* Make rustfmt happyVika2021-05-171-1/+1
* Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...Vika2021-05-171-3/+4
* Initial commitVika2021-05-041-0/+5