| Commit message (Expand) | Author | Age | Files | Lines |
* | postgres: Fix pretty permalinks not being shown | Vika | 2023-07-28 | 2 | -2/+22 |
* | Fix a few bugs | Vika | 2023-07-22 | 3 | -4/+10 |
* | database: more documentation | Vika | 2023-07-22 | 1 | -6/+23 |
* | database: add "add_or_update_webmention" operation | Vika | 2023-07-22 | 4 | -0/+168 |
* | postgres: optimize fetching of non-feeds by forgoing a second query | Vika | 2023-07-22 | 1 | -0/+9 |
* | Split Postgres schemas into two | Vika | 2023-07-21 | 1 | -3/+5 |
* | database/file: tokio::fs::create_dir_all is idempotent | Vika | 2023-07-17 | 1 | -6/+3 |
* | FileStorage: properly fsync() files and directories | Vika | 2023-07-17 | 1 | -9/+21 |
* | cargo update, part 1 | Vika | 2023-07-17 | 1 | -5/+5 |
* | Implement Postgres backend | Vika | 2023-07-09 | 2 | -0/+389 |
* | database/memory: cleaner update_post implementation | Vika | 2023-07-09 | 1 | -1/+70 |
* | database{,/file}: clean up code, add documentation and logging | Vika | 2023-07-09 | 2 | -206/+215 |
* | micropub: use the new, better typed updates internally | Vika | 2023-07-01 | 3 | -155/+25 |
* | 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 | 1 | -0/+8 |
* | database: use domains instead of authorities as owner key | Vika | 2023-06-22 | 2 | -30/+35 |
* | database: introduce read_feed_with_cursor | Vika | 2023-06-22 | 3 | -3/+32 |
* | StorageError: use std::borrow::Cow for msg field | Vika | 2023-06-22 | 3 | -21/+36 |
* | Notes on how to replace lazy_static! with a LazyCell | Vika | 2023-06-15 | 1 | -0/+6 |
* | Add support for the IndieWeb Webring πΈπ | Vika | 2023-06-15 | 1 | -0/+20 |
* | Database: use newtypes to represent settings | Vika | 2023-06-15 | 3 | -39/+91 |
* | tempfile -> tempdir, remove mockito | Vika | 2023-02-27 | 1 | -1/+1 |
* | kittybox-templates: split out MF2 rendering and get rid of log crate | Vika | 2022-07-27 | 2 | -5/+5 |
* | FileStorage: save memory by taking children instead of cloning | Vika | 2022-07-23 | 1 | -16/+22 |
* | database: use .path().to_path_buf() to prevent dropping the tempdir | Vika | 2022-07-10 | 1 | -1/+3 |
* | treewide: rewrite using Axum | Vika | 2022-07-07 | 3 | -113/+235 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 5 | -0/+1843 |