about summary refs log tree commit diff
path: root/kittybox-rs/src/micropub
Commit message (Expand)AuthorAgeFilesLines
* Better Micropub update object typingVika2023-06-221-4/+13
* database: add add_to_feed and remove_from_feedVika2023-06-221-2/+1
* database: use domains instead of authorities as owner keyVika2023-06-221-4/+16
* main: refactor Kittybox constructionVika2023-06-221-0/+1
* Clarity improvementsVika2023-02-271-0/+1
* fix param name for media endpointVika2022-09-281-1/+1
* Use tokens from the auth backend to authenticate for MicropubVika2022-09-282-99/+101
* PoC for modularity and WIP built-in Micropub client reworkVika2022-07-151-0/+13
* micropub: handle invalid/empty query properlyVika2022-07-101-6/+16
* micropub: move MicropubError into kittybox-utilVika2022-07-101-77/+2
* indieauth: rename to tokenauthVika2022-07-102-8/+8
* media: media endpoint PoCVika2022-07-101-3/+3
* format using rustfmtVika2022-07-071-64/+81
* treewide: rewrite using AxumVika2022-07-073-1538/+903
* flake.nix: reorganizeVika2022-05-243-0/+1990