Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/movies-diary 2026-07-27 12:07:43 +00:00
22b1dd3f56 fix: portal wrapup share card to escape transform stacking context
GKaszewski pushed to master at GKaszewski/movies-diary 2026-07-27 11:08:49 +00:00
813778dc7e fix: users table has avatar_path not avatar_url, resolve to full URL
GKaszewski pushed to master at GKaszewski/movies-diary 2026-07-27 10:56:50 +00:00
063bab910b ADR-0003: local follows bypass AP, unified FollowCommand/FollowQuery ports, FederationRepos struct, base_url normalization
GKaszewski pushed to master at GKaszewski/movies-diary 2026-07-27 09:46:33 +00:00
839cababe4 bump k-ap 0.5.0, decompose repo traits, LocalObject, ActivityStreamsType enum, split follow modules
GKaszewski pushed to master at GKaszewski/movies-diary 2026-07-27 09:19:58 +00:00
fdf286ca94 fix: remove split-debuginfo option from dev profile in Cargo.toml
e30e785936 bump k-ap to 0.4.6, add nodeinfo metadata
Compare 2 commits »
GKaszewski opened issue GKaszewski/k-ap#22 2026-07-25 15:15:04 +00:00
feat: wire on_unknown_activity to actually dispatch unknown inbound activities
GKaszewski closed issue GKaszewski/k-ap#19 2026-07-25 15:07:46 +00:00
Remove dead code or #[allow(dead_code)] annotation
GKaszewski closed issue GKaszewski/k-ap#20 2026-07-25 15:07:46 +00:00
Use typed structs for activity objects instead of inline json!()
GKaszewski closed issue GKaszewski/k-ap#18 2026-07-25 15:07:45 +00:00
Use existing constants instead of local redeclarations
GKaszewski closed issue GKaszewski/k-ap#17 2026-07-25 15:07:44 +00:00
Extract shared inbox dedup logic from broadcast methods
GKaszewski closed issue GKaszewski/k-ap#16 2026-07-25 15:07:43 +00:00
Validate base_url in builder instead of expect() on every use
GKaszewski closed issue GKaszewski/k-ap#15 2026-07-25 15:07:43 +00:00
refactor: provide mock builder for test repo stubs
GKaszewski closed issue GKaszewski/k-ap#13 2026-07-25 15:07:42 +00:00
refactor: consolidate DbActor construction into a single factory
GKaszewski closed issue GKaszewski/k-ap#12 2026-07-25 15:07:41 +00:00
refactor: reduce FollowRepository surface area with query objects
GKaszewski pushed to master at GKaszewski/k-ap 2026-07-25 15:07:12 +00:00
b569efe715 v0.5.0 — codebase refinement, flexible API, architecture cleanup
GKaszewski opened issue GKaszewski/k-ap#21 2026-07-25 14:25:32 +00:00
feat: implement inbox forwarding (AP spec section 7.1.2)
GKaszewski opened issue GKaszewski/movies-diary#21 2026-07-25 11:18:57 +00:00
Consider qualified re-exports in domain ports module
GKaszewski opened issue GKaszewski/movies-diary#20 2026-07-25 11:18:54 +00:00
Remove duplicate lockfile in SPA
GKaszewski opened issue GKaszewski/movies-diary#19 2026-07-25 11:18:51 +00:00
Replace magic numbers with named constants
GKaszewski opened issue GKaszewski/movies-diary#18 2026-07-25 11:18:47 +00:00
Extract shared wiring logic between main.rs and worker/main.rs