about summary refs log tree commit diff
path: root/kittybox-rs/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* Put Micropub background processing tasks in a JoinSetVika2023-07-171-4/+14
* cargo update, part 2: AxumVika2023-07-171-2/+2
* frontend: filter out privacy-sensitive information from postsVika2023-07-091-2/+124
* onboarding: fix improper usage of the put_post APIVika2023-07-081-1/+5
* database: use domains instead of authorities as owner keyVika2023-06-222-7/+14
* database: introduce read_feed_with_cursorVika2023-06-221-6/+7
* Add support for the IndieWeb Webring πŸ•ΈπŸ’Vika2023-06-152-1/+9
* Database: use newtypes to represent settingsVika2023-06-152-18/+22
* templates: move static assets to the templates crateVika2022-10-075-277/+8
* LibreJS compatibilityVika2022-10-031-0/+3
* companion-lite: rewrite to use IndieAuthVika2022-10-021-1/+4
* companion-lite: port to TypeScriptVika2022-09-291-2/+11
* Switch to TypeScriptVika2022-09-283-196/+2
* Use tokens from the auth backend to authenticate for MicropubVika2022-09-281-3/+7
* frontend: fix indieauth page crashing if no scopes requestedVika2022-09-201-1/+1
* Small optimizations to frontend codeVika2022-09-191-6/+7
* feat: indieauth supportVika2022-09-193-1/+116
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-272-9/+1
* PoC for modularity and WIP built-in Micropub client reworkVika2022-07-151-0/+7
* indieauth: rename to tokenauthVika2022-07-101-1/+1
* format using rustfmtVika2022-07-072-50/+53
* treewide: rewrite using AxumVika2022-07-072-348/+330
* feat: group endpoints under `.kittybox`Vika2022-06-021-1/+1
* frontend: fix onboarding sending the request to the wrong placeVika2022-05-261-2/+2
* flake.nix: reorganizeVika2022-05-245-0/+1106