about summary refs log tree commit diff
path: root/kittybox-rs/src
Commit message (Expand)AuthorAgeFilesLines
* Small optimizations to frontend codeVika2022-09-192-27/+38
* feat: indieauth supportVika2022-09-1910-161/+1271
* NixOS module fixes and temporary fixes to the legacy configurationVika2022-08-131-36/+7
* tokenauth: migrate tests to WiremockVika2022-08-131-54/+45
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-276-16/+6
* indieauth: replace numerous placeholders in the prototypeVika2022-07-271-25/+150
* FileStorage: save memory by taking children instead of cloningVika2022-07-231-16/+22
* kittybox-indieauth: axum helpers for responsesVika2022-07-221-13/+13
* media: improve Metadata typingVika2022-07-213-14/+24
* media: fix small files not being saved to disk properlyVika2022-07-191-11/+21
* indieauth: Indicate refresh token grant as supportedVika2022-07-191-1/+1
* kittybox-indieauth: convert Error into axum::response::ResponseVika2022-07-191-22/+22
* indieauth: improve security checksVika2022-07-191-2/+29
* Implement /.well-known/oauth-authorization-serverVika2022-07-192-24/+39
* kittybox-indieauth: improve docs and the Error typeVika2022-07-191-14/+60
* Catch panics on requestsVika2022-07-191-3/+4
* PoC for modularity and WIP built-in Micropub client reworkVika2022-07-156-244/+165
* WIP: IndieAuth progressVika2022-07-152-0/+390
* media: buffer disk I/O and add debug loggingVika2022-07-142-11/+36
* media: fix failing testVika2022-07-101-1/+1
* database: use .path().to_path_buf() to prevent dropping the tempdirVika2022-07-101-1/+3
* micropub: handle invalid/empty query properlyVika2022-07-101-6/+16
* micropub: move MicropubError into kittybox-utilVika2022-07-102-87/+8
* indieauth: rename to tokenauthVika2022-07-107-12/+12
* media: media endpoint PoCVika2022-07-105-154/+347
* format using rustfmtVika2022-07-079-133/+173
* treewide: rewrite using AxumVika2022-07-0715-2394/+1950
* feat: group endpoints under `.kittybox`Vika2022-06-022-61/+42
* frontend: fix onboarding sending the request to the wrong placeVika2022-05-261-2/+2
* flake.nix: reorganizeVika2022-05-2422-0/+6078