about summary refs log tree commit diff
path: root/kittybox-rs/src/database
Commit message (Expand)AuthorAgeFilesLines
* database: add add_to_feed and remove_from_feedVika2023-06-221-0/+8
* database: use domains instead of authorities as owner keyVika2023-06-222-30/+35
* database: introduce read_feed_with_cursorVika2023-06-223-3/+32
* StorageError: use std::borrow::Cow for msg fieldVika2023-06-223-21/+36
* Notes on how to replace lazy_static! with a LazyCellVika2023-06-151-0/+6
* Add support for the IndieWeb Webring πŸ•ΈπŸ’Vika2023-06-151-0/+20
* Database: use newtypes to represent settingsVika2023-06-153-39/+91
* tempfile -> tempdir, remove mockitoVika2023-02-271-1/+1
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-272-5/+5
* FileStorage: save memory by taking children instead of cloningVika2022-07-231-16/+22
* database: use .path().to_path_buf() to prevent dropping the tempdirVika2022-07-101-1/+3
* treewide: rewrite using AxumVika2022-07-073-113/+235
* flake.nix: reorganizeVika2022-05-245-0/+1843