about summary refs log tree commit diff
path: root/kittybox-rs
Commit message (Expand)AuthorAgeFilesLines
...
* kittybox-indieauth: improve types and make more of them publicVika2022-07-105-15/+51
* kittybox-indieauth: implement FromStr for ScopesVika2022-07-101-3/+12
* media: fix failing testVika2022-07-101-1/+1
* Security bugfix: fix Scopes::has_all() incorrectly checking scopesVika2022-07-101-2/+15
* kittybox-indieauth: initVika2022-07-106-2/+535
* 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-106-87/+112
* indieauth: rename to tokenauthVika2022-07-107-12/+12
* media: media endpoint PoCVika2022-07-108-154/+350
* .envrc: watch shell.nix for changesVika2022-07-071-0/+1
* .envrc: update nix-direnv install invocationVika2022-07-071-3/+6
* format using rustfmtVika2022-07-0712-202/+228
* treewide: rewrite using AxumVika2022-07-0718-2859/+2075
* feat: group endpoints under `.kittybox`Vika2022-06-024-67/+50
* direnv: move .envrc to kittybox-rsVika2022-05-281-0/+4
* frontend: fix onboarding sending the request to the wrong placeVika2022-05-261-2/+2
* flake.nix: reorganizeVika2022-05-2432-0/+11613