index
:
kittybox
this commit
main
nix-cross
An IndieWeb-centric blogging engine designed for self-hosting
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kittybox-rs
/
src
/
database
Commit message (
Expand
)
Author
Age
Files
Lines
*
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