index
:
kittybox
this commit
feature/html-view-caching
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gather touched channels when inserting new posts
feature/html-view-caching
Vika
13 days
1
-9
/
+26
*
axum: 0.7.9 → 0.8.1
Vika
13 days
11
-62
/
+61
*
distributed-test: wait for Kittybox to start up explicitly
Vika
13 days
1
-1
/
+2
*
distributed-test: add Postgres-based job queue
Vika
13 days
1
-0
/
+22
*
PGPASS → PGPASSWORD
Vika
13 days
2
-19
/
+4
*
Add a dev-shell and a check to verify MSRV
Vika
14 days
2
-18
/
+43
*
Remove Docker container
Vika
14 days
2
-48
/
+0
*
Give NixOS e2e tests unique names in CI
Vika
14 days
3
-3
/
+3
*
Bump MSRV to 1.81 due to dependency using error_in_core
Vika
14 days
1
-1
/
+1
*
Fix Postgres setup in tests
Vika
14 days
3
-9
/
+3
*
cargo update, bump msrv to match microformats crate
Vika
14 days
2
-5
/
+5
*
Partially appease clippy
Vika
14 days
5
-8
/
+7
*
Get rid of base64 and hex in favor of data_encoding crate
Vika
14 days
5
-15
/
+16
*
Use workspace dependencies to simplify dependency management
Vika
14 days
6
-190
/
+151
*
micropub: Don't map-n-filter where we can filter_map
Vika
14 days
1
-2
/
+1
*
PostgresStorage: use query_scalar for post_exists
Vika
14 days
1
-2
/
+1
*
Storage::all_posts to return all posts for ?q=source w/o filters
Vika
2024-12-31
4
-0
/
+25
*
microformats: 0.12.0 -> 0.14.0
Vika
2024-12-31
4
-7
/
+132
*
ignore rsa false-positive via sqlx-mysql, since it's unused
Vika
2024-12-31
2
-1
/
+8
*
Upgrade SemVer-breaking packages
Vika
2024-12-30
4
-480
/
+128
*
cargo upgrade
Vika
2024-12-30
7
-475
/
+801
*
Fix up CLI feature
Vika
2024-12-30
1
-5
/
+3
*
fixup! microformats: 0.9.1 -> 0.12.0
Vika
2024-12-30
1
-1
/
+1
*
kittybox-mf2: add tracing
Vika
2024-12-30
1
-0
/
+16
*
microformats: 0.9.1 -> 0.12.0
Vika
2024-12-30
4
-21
/
+8
*
flake.lock: Update
Vika
2024-12-30
1
-14
/
+9
*
decrease logspam from filter_post spans
Vika
2024-12-30
1
-1
/
+1
*
kittybox-util: bump to 0.3.0
Vika
2024-12-03
8
-117
/
+131
*
unauthorized -> not_authorized
Vika
2024-11-15
2
-359
/
+1
*
tower-watchdog: init at 1.0.0
Vika
2024-11-13
5
-5
/
+236
*
media endpoint: small code cleanup
Vika
2024-11-13
2
-8
/
+5
*
shell.nix: take entire nodePackages
Vika
2024-11-13
2
-6
/
+5
*
kittybox-util: fix incorrect features in a dependency, preventing builds with...
Vika
2024-10-29
1
-1
/
+4
*
Delete the unused login code
Vika
2024-10-04
1
-333
/
+0
*
Fix the current-thread runtime tests w/ sqlx
Vika
2024-09-19
1
-0
/
+3
*
If like/bookmark-of name is empty, pretend it isn't there
Vika
2024-09-07
1
-0
/
+2
*
Reduce unwraps in u-ate and u-drank handling
Vika
2024-09-07
1
-10
/
+10
*
kittybox-frontend-renderer: use p-summary if available
Vika
2024-09-07
1
-5
/
+15
*
Introduce `Storage::update_with`
Vika
2024-08-28
4
-7
/
+54
*
Check validity of Micropub updates
Vika
2024-08-28
1
-6
/
+50
*
kittybox-frontend-renderer: fix tests
Vika
2024-08-28
1
-3
/
+3
*
Make Micropub update logic self-contained
Vika
2024-08-28
3
-35
/
+42
*
Add Last-Modified header to post pages to help heuristic caching
Vika
2024-08-26
1
-0
/
+22
*
Use `Cache-Control: private` whenever the user is authorized
Vika
2024-08-26
1
-18
/
+31
*
Explicitly allow caching IndieAuth client metadata
Vika
2024-08-26
1
-2
/
+23
*
Set MSRV to 1.75, remove #[async_trait] declarations whenever possible
Vika
2024-08-26
14
-100
/
+90
*
Indicate `u-uid` as `rel=canonical`
Vika
2024-08-26
2
-6
/
+6
*
Fix kittybox-check-webmention CLI tool
Vika
2024-08-26
2
-109
/
+8
*
Add HTTP fetcher cache
Vika
2024-08-26
10
-27
/
+233
*
Appease most clippy warnings
Vika
2024-08-26
14
-118
/
+38
[next]