7991aef47b
feat(frontend): wire FiltersSortingPanel into home feed with sort/filter params
2026-05-28 23:56:49 +02:00
ed6a4f9f72
feat(frontend): add FiltersSortingPanel client component
2026-05-28 23:55:04 +02:00
f815d71c32
feat(frontend): add FeedOptions type and update getFeed to support sort/filter params
2026-05-28 23:52:58 +02:00
0688ffe0ae
feat(backend): wire FeedRequest/FeedOptions sort+filter through all feed layers
2026-05-28 23:45:46 +02:00
95728302b7
feat(domain): add FeedSort, FeedFilter, FeedOptions, FeedRequest CQRS query types
2026-05-28 23:39:35 +02:00
4d00d856c1
feat: swap TopFriends for ProfileFriendsWidget on profile page
2026-05-28 22:54:13 +02:00
a279988d39
feat: add ProfileFriendsWidget with top-friends/all-friends conditional
2026-05-28 22:52:56 +02:00
2f56839938
feat: add AllFriendsCard component for local and remote friends
2026-05-28 22:50:50 +02:00
2ffdd5e269
feat: show Friends nav link only when logged in
2026-05-28 22:47:53 +02:00
a73e7deeff
remove legacy v1 backend
lint / lint (push) Failing after 8m33s
test / unit (push) Successful in 16m10s
2026-05-28 22:28:59 +02:00
c5812100d5
feat: add "Friends" section to settings sidebar navigation
2026-05-28 22:28:48 +02:00
43e36c743b
feat: add /friends page and /settings/friends top-friends management
lint / lint (push) Failing after 8m39s
test / unit (push) Successful in 16m39s
2026-05-28 04:22:26 +02:00
e406464f9f
feat(presentation): add GET /federation/me/friends handler and route
lint / lint (push) Failing after 9m24s
test / unit (push) Successful in 16m41s
2026-05-28 03:48:59 +02:00
0e2b72b77a
feat(presentation): add GET /users/me/friends handler and route
2026-05-28 03:46:52 +02:00
d4da172398
feat(application): add get_remote_friends use case
2026-05-28 03:44:41 +02:00
4e750420bf
feat(application): add get_local_friends use case
2026-05-28 03:43:35 +02:00
e6330125be
test(postgres): add list_mutual integration tests
2026-05-28 03:42:12 +02:00
14b7928026
fix: list_mutual sort by follow created_at, apply pagination in TestStore
2026-05-28 03:40:44 +02:00
a6a555e6a7
feat(domain): add list_mutual to FollowRepository, add remote actor storage to TestStore
2026-05-28 03:37:41 +02:00
4d4171a9c5
fix(clippy): remove unused PasswordHash import
2026-05-28 03:00:54 +02:00
75e6fe61ca
fix: look up remote parent by ap_id to thread remote-to-remote replies
2026-05-28 02:59:45 +02:00
4f1b9a5cfb
ci: remove failing integration tests job
2026-05-28 02:48:21 +02:00
d68c628335
refactor: delegate mark_follower_accepted/rejected through k-ap service, remove federation_repo from ApFederationAdapter
2026-05-28 02:45:59 +02:00
af5c4481b6
fix: extract initiate_actor_move use case — remove event publish from handler
2026-05-28 02:41:42 +02:00
5e3db44043
fix(tests): update federation_management tests for EventPublisher arg
2026-05-28 02:34:30 +02:00
915163aac4
feat: split accept/reject into DB+event; broadcast_move via event in API
2026-05-28 02:32:50 +02:00
a06d09c101
feat(worker): add FederationManagementHandler and wire into event loop
2026-05-28 02:30:22 +02:00
0dce4fbe64
feat(application): add FederationManagementEventService
2026-05-28 02:28:15 +02:00
9c93baaa39
fix(bootstrap,worker): pass shared federation_repo to ApFederationAdapter
2026-05-28 02:26:57 +02:00
a253efacec
feat(activitypub): add federation_repo field and thin DB-only methods to ApFederationAdapter
2026-05-28 02:24:43 +02:00
04f39e35c2
feat(domain): add mark_follower_accepted/rejected thin port methods
2026-05-28 02:22:52 +02:00
2060317867
fix(event-payload): correct NATS subjects for federation events
2026-05-28 02:20:43 +02:00
e338254099
feat(domain): add RemoteFollowAccepted, RemoteFollowRejected, ActorMoved events
2026-05-28 02:19:46 +02:00
84c66dd461
feat: add alsoKnownAs field to federation settings
2026-05-28 02:01:56 +02:00
2445cad1c9
feat: add PATCH /federation/me/also-known-as endpoint
...
Adds alsoKnownAs column to users table (migration 013), reads it in
the AP actor JSON, and exposes PATCH /federation/me/also-known-as to
set or clear it. Required pre-condition for broadcast_move.
2026-05-28 01:59:35 +02:00
fc290dc18f
fix: update user URL handling in ThoughtsObjectHandler to use user_id
2026-05-28 01:51:55 +02:00
43e5175db5
fix: add broadcast_move stub to TestStore
2026-05-28 01:50:37 +02:00
50a90efbce
feat: add POST /federation/me/move endpoint
2026-05-28 01:47:29 +02:00
ff75361eb1
feat: bump k-ap to v0.1.9 and implement migrate_follower_actor
2026-05-28 01:43:06 +02:00
5ca5ad9561
feat: update k-ap dependency to v0.1.8 and enhance middleware for ActivityPub requests
2026-05-28 01:08:45 +02:00
f6893b19dc
feat: update dependencies to k-ap v0.1.7 and add profileHref utility for user links
2026-05-27 23:38:14 +02:00
6f65742284
feat: add /about/fediverse info page with glass accordion panels
2026-05-27 23:38:14 +02:00
904dd5f1a0
feat: add Fediverse nav link
2026-05-27 23:38:14 +02:00
0164b03e5c
feat: add copy handle button and fediverse info link to profile
2026-05-27 23:38:14 +02:00
0797dde39c
fix: handle clipboard errors and cleanup timeout in CopyButton
2026-05-27 23:38:14 +02:00
7d2d597264
feat: add CopyButton client component
2026-05-27 23:38:14 +02:00
fe4960d30d
docs: replace activitypub-base with k-ap in architecture overview
...
Reflects the migration from the local activitypub-base crate to the
external k-ap library, with an accurate description of what it provides.
2026-05-25 00:57:29 +02:00
5097c91261
feat: store AP note extensions in JSONB and render movies-diary posts as rich cards
2026-05-24 04:29:04 +02:00
f4932af2ba
feat: custom CSS editor with CodeMirror, live preview, and /docs/css reference
2026-05-24 03:26:34 +02:00
fccc4064cf
fix(federation): include header_url as AP banner (image) in actor JSON
2026-05-24 02:18:41 +02:00