| Commit message (Expand) | Author | Age | Files | Lines |
* | micropub: Suppress adding to default feeds on visibility="unlisted" | Vika | 2024-08-23 | 1 | -2/+30 |
* | Fix private posts with no defined audience not being shown in feeds | Vika | 2024-08-23 | 2 | -7/+10 |
* | util: implement Debug on Config | Vika | 2024-08-20 | 1 | -1/+1 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 13 | -168/+242 |
* | kittybox-indieauth: switch to dep feature syntax | Vika | 2024-08-19 | 1 | -1/+1 |
* | kittybox-indieauth: fix failing doctest | Vika | 2024-08-18 | 1 | -1/+2 |
* | oops | Vika | 2024-08-18 | 1 | -2/+1 |
* | Better match html content-type | Vika | 2024-08-18 | 3 | -1/+3 |
* | kittybox-indieauth-helper: ignore TLS in debug and xdg-open the page | Vika | 2024-08-18 | 1 | -1/+14 |
* | Parse redirect URIs from MF2 metadata | Vika | 2024-08-18 | 1 | -1/+3 |
* | onboarding: attempt to fix the redirection bug | Vika | 2024-08-18 | 1 | -2/+2 |
* | feat: logins!! | Vika | 2024-08-18 | 12 | -94/+530 |
* | kittybox-indieauth: support transforming strings to PKCEVerifier | Vika | 2024-08-18 | 1 | -0/+5 |
* | Don't log extraneous MF2 parsing data | Vika | 2024-08-18 | 1 | -1/+1 |
* | indieauth: Extension -> State | Vika | 2024-08-18 | 1 | -10/+12 |
* | indieauth: fix profile fetching if some properties are undeclared | Vika | 2024-08-18 | 1 | -19/+23 |
* | file auth backend: properly handle non-standard relative file:// urls | Vika | 2024-08-18 | 1 | -4/+15 |
* | kittybox-indieauth: support OAuth2 Client Metadata | Vika | 2024-08-18 | 2 | -1/+115 |
* | kittybox-indieauth: separate ProfileUrl struct from GrantResponse | Vika | 2024-08-18 | 2 | -8/+12 |
* | Don't verify TLS certificates when fetching things in dev | Vika | 2024-08-18 | 2 | -1/+12 |
* | kittybox-frontend-renderer: add a notice to pester me on non-descriptive errors | Vika | 2024-08-18 | 1 | -0/+5 |
* | kittybox-frontend-renderer: fix onboarding CSS a little | Vika | 2024-08-18 | 1 | -1/+4 |
* | onboarding: provide official alternate onboarding flow for no-JS | Vika | 2024-08-18 | 1 | -0/+38 |
* | kittybox-indieauth-helper: small cleanups | Vika | 2024-08-18 | 1 | -44/+44 |
* | Add caddy to the dev shell | Vika | 2024-08-17 | 1 | -2/+3 |
* | kittybox-indieauth: small code cleanups | Vika | 2024-08-17 | 3 | -8/+15 |
* | kittybox-indieauth: allow using custom RNGs for PKCE | Vika | 2024-08-17 | 1 | -1/+10 |
* | kittybox-indieauth: allow using custom RNGs for state | Vika | 2024-08-17 | 1 | -2/+14 |
* | kittybox-indieauth: AuthorizationRequest::into_query_pairs() | Vika | 2024-08-17 | 1 | -1/+37 |
* | kittybox-util: move out fs module | Vika | 2024-08-04 | 2 | -58/+57 |
* | flake.lock: Update | Vika | 2024-08-03 | 1 | -3/+3 |
* | Migrate from naersk to crane | Vika | 2024-08-03 | 3 | -57/+84 |
* | kittybox-html: raise recursion limit to 512 | Vika | 2024-08-02 | 2 | -0/+2 |
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 17 | -760/+1442 |
* | cargo update | Vika | 2024-08-01 | 1 | -900/+871 |
* | Get cookie key from the environment | Vika | 2024-08-01 | 5 | -4/+18 |
* | Move Kittybox router composition into the library | Vika | 2024-08-01 | 2 | -53/+51 |
* | Simplify jobset creation a little | Vika | 2024-08-01 | 1 | -1/+2 |
* | Migrate from axum::Extension to axum::extract::State | Vika | 2024-08-01 | 9 | -372/+378 |
* | treewide: create a common method for state initialization | Vika | 2024-08-01 | 10 | -65/+53 |
* | indieauth: remove unnecessary cloning of MF2 items | Vika | 2024-08-01 | 1 | -5/+11 |
* | Start working on login functionality | Vika | 2024-07-09 | 6 | -3/+57 |
* | database: use Url to represent user authorities | Vika | 2024-07-09 | 8 | -91/+93 |
* | kittybox-indieauth: 0.1.0 -> 0.2.0 | Vika | 2024-07-09 | 7 | -14/+119 |
* | micropub: fix channels in ?q=config | Vika | 2024-07-09 | 1 | -1/+2 |
* | WIP: admin (not wired up yet, and DEFINITELY NOT SECURE, DO NOT WIRE UP) | Vika | 2024-07-08 | 3 | -0/+121 |
* | flake.lock: Update | Vika | 2024-07-08 | 1 | -9/+9 |
* | webmention: HTTP 202 shouldn't include Location URL | Vika | 2024-07-08 | 1 | -3/+1 |
* | Add licensing information to Cargo.toml | Vika | 2024-07-08 | 1 | -0/+1 |
* | .envrc: add DATABASE_URL for `cargo test` to work | Vika | 2024-07-08 | 1 | -1/+3 |