Commit Graph

6 Commits

Author SHA1 Message Date
ebf74a59fd feat: feature flags 2026-05-10 02:26:18 +02:00
9f894ebdf2 feat: feed ux improvements 2026-05-10 00:16:29 +02:00
2120044f1a Refactor ActivityPub integration and add SQLite federation support
- Removed event-publisher dependency from Cargo.lock and Cargo.toml.
- Introduced sqlite-federation crate with necessary dependencies and implementation.
- Updated activitypub crate to use new ActivityPubPort trait for better abstraction.
- Refactored event handling to utilize domain ports instead of direct dependencies.
- Adjusted presentation layer to accommodate new ActivityPub service structure.
- Removed unused test setup for ActivityPub service in favor of NoopActivityPubService.
- Cleaned up SQLite adapter to remove unnecessary dependencies and streamline functionality.
2026-05-09 18:21:16 +02:00
df71748897 activity-pub implementation 2026-05-08 21:26:50 +02:00
992a1a2674 feat(rss): implement RSS feed adapter and integrate with application state 2026-05-04 12:03:17 +02:00
0d7a0cc712 presentation wiring 2026-05-04 09:30:20 +02:00