| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | database: more realistic pagination test | Vika | 2023-06-22 | 1 | -1/+7 |
* | database: add add_to_feed and remove_from_feed | Vika | 2023-06-22 | 2 | -2/+9 |
* | database: use domains instead of authorities as owner key | Vika | 2023-06-22 | 5 | -41/+65 |
* | database: introduce read_feed_with_cursor | Vika | 2023-06-22 | 6 | -13/+43 |
* | StorageError: use std::borrow::Cow for msg field | Vika | 2023-06-22 | 3 | -21/+36 |
* | main: refactor Kittybox construction | Vika | 2023-06-22 | 5 | -192/+204 |
* | kittybox-util: Derive sqlx::FromRow on MicropubChannel | Vika | 2023-06-22 | 2 | -0/+5 |
* | [wip] Postgres backend | Vika | 2023-06-22 | 5 | -31/+409 |
* | Notes on how to replace lazy_static! with a LazyCell | Vika | 2023-06-15 | 1 | -0/+6 |
* | Smallish code tweaks | Vika | 2023-06-15 | 3 | -3/+23 |
* | fixup! templates: allow for alt-text on profile photo | Vika | 2023-06-15 | 1 | -1/+7 |
* | templates: allow for alt-text on profile photo | Vika | 2023-06-15 | 1 | -0/+18 |
* | Add support for the IndieWeb Webring πΈπ | Vika | 2023-06-15 | 4 | -10/+51 |
* | Database: use newtypes to represent settings | Vika | 2023-06-15 | 5 | -57/+113 |
* | flake.lock: Update | Vika | 2023-06-15 | 1 | -9/+27 |
* | cargo update | Vika | 2023-06-15 | 1 | -451/+503 |
* | configuration.nix: harden unit file and make docs Markdown | Vika | 2023-06-15 | 1 | -11/+47 |
* | tempfile -> tempdir, remove mockito | Vika | 2023-02-27 | 4 | -78/+5 |
* | mockito: 0.30.0 -> 0.32.3 | Vika | 2023-02-27 | 3 | -14/+18 |
* | flake.lock: Update | Vika | 2023-02-27 | 1 | -10/+10 |
* | update markdown to 1.0.0-alpha.7 | Vika | 2023-02-27 | 2 | -12/+10 |
* | cargo update | Vika | 2023-02-27 | 1 | -563/+766 |
* | Flake stuff | Vika | 2023-02-27 | 2 | -5/+14 |
* | Clarity improvements | Vika | 2023-02-27 | 3 | -5/+9 |
* | flake.lock: Update | Vika | 2023-01-29 | 1 | -3/+3 |
* | Add a skip link to the page layout | Vika | 2023-01-25 | 2 | -3/+19 |
* | Show rainbow hearts on webinteractions widget too | Vika | 2023-01-22 | 1 | -1/+5 |
* | Add rainbow hearts on like posts | Vika | 2023-01-22 | 2 | -1/+27 |
* | flake.lock: Update | Vika | 2022-12-27 | 1 | -11/+13 |
* | templates: ellipsize u-in-reply-to to 48, not 24 | Vika | 2022-11-08 | 1 | -2/+2 |
* | templates: fix no space between links in mini entry | Vika | 2022-11-08 | 1 | -2/+3 |
* | media: get rid of an extraneous Arc over Bytes | Vika | 2022-11-07 | 1 | -5/+9 |
* | templates: hotfix rich reply contexts | Vika | 2022-11-06 | 1 | -9/+30 |
* | kittybox-frontend-renderer: gzip static assets | Vika | 2022-11-06 | 4 | -18/+149 |
* | flake.lock: Update | Vika | 2022-10-24 | 1 | -4/+4 |
* | indieauth: parse application metadata | Vika | 2022-10-24 | 4 | -34/+101 |
* | media: implement file range requests for backends | Vika | 2022-10-14 | 2 | -16/+274 |
* | templates: move static assets to the templates crate | Vika | 2022-10-07 | 21 | -85/+239 |
* | media: Use ETag and If-None-Match | Vika | 2022-10-04 | 3 | -4/+38 |
* | LibreJS compatibility | Vika | 2022-10-03 | 4 | -2/+88 |
* | companion-lite: rewrite to use IndieAuth | Vika | 2022-10-02 | 7 | -100/+467 |
* | companion-lite: port to TypeScript | Vika | 2022-09-29 | 10 | -128/+301 |
* | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | Vika | 2022-09-29 | 1 | -1/+1 |
* | AAAAAAAAAAAAAAAAA | Vika | 2022-09-29 | 1 | -1/+1 |
* | AAAAAAAA | Vika | 2022-09-29 | 1 | -1/+1 |
* | indieauth: fix submit handler not being applied | Vika | 2022-09-29 | 2 | -2/+7 |
* | Switch to TypeScript | Vika | 2022-09-28 | 10 | -201/+398 |
* | fix param name for media endpoint | Vika | 2022-09-28 | 1 | -1/+1 |
* | Use tokens from the auth backend to authenticate for Micropub | Vika | 2022-09-28 | 8 | -120/+201 |
* | Fix some clippy errors | Vika | 2022-09-28 | 2 | -1/+7 |