Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-29 02:30:39 +00:00
fc806f82a4 feat: add Footer component with navigation links
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-29 02:23:07 +00:00
bcd86fbfe7 refactor: extract handler business logic into application use cases
GKaszewski pushed tag v0.3.1 to GKaszewski/k-ap 2026-05-29 02:17:12 +00:00
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-29 02:08:38 +00:00
5b4b747dd7 feat(federation): enrich RemoteActor with bio, banner, followers/following URLs
GKaszewski pushed to master at GKaszewski/k-ap 2026-05-29 02:08:05 +00:00
62c9bf2e4e fix: add missing RemoteActor fields in get_blocked_actors fallback
485c407edb feat(RemoteActor): add bio, banner_url, followers_url, following_url, also_known_as fields
Compare 2 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-29 01:47:31 +00:00
bd370776fe refactor: simplify function signatures and improve code readability
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-29 01:47:16 +00:00
ecb61f9b8f feat: add federation processed activities table and update dependencies
GKaszewski pushed to master at GKaszewski/k-ap 2026-05-29 01:36:28 +00:00
fad95f0550 docs: update README with Gitea registry installation
GKaszewski pushed tag v0.3.0 to GKaszewski/k-ap 2026-05-29 01:28:53 +00:00
GKaszewski pushed to master at GKaszewski/k-ap 2026-05-29 01:28:22 +00:00
c1c8a37d0d fix: remove actor/followers/following routes from router()
GKaszewski pushed to master at GKaszewski/k-ap 2026-05-29 01:20:29 +00:00
GKaszewski pushed to master at GKaszewski/k-ap 2026-05-29 00:49:49 +00:00
88fd1bfbdc docs: add CHANGELOG for v0.3.0
90ea438764 docs: update README to reflect current API state
f00514850b test: add 31 meaningful unit tests for business logic
48fded426f fix: AP protocol correctness gaps
5288696795 fix: pre-release improvements — scale, correctness, API clarity
Compare 17 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-29 00:09:35 +00:00
37d03a06dd docs(openapi): fix schema registration for federation actors and management
55e5bcc2bb docs(openapi): register federation management and actors doc modules
ac26eaca6b docs(openapi): annotate federation actors handlers and add doc module
86d0497509 docs(openapi): annotate all federation management handlers and add doc module
989004dd74 docs(openapi): annotate all missing user handlers
Compare 42 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-28 20:30:18 +00:00
a73e7deeff remove legacy v1 backend
c5812100d5 feat: add "Friends" section to settings sidebar navigation
Compare 2 commits »
GKaszewski pushed to master at GKaszewski/movies-diary 2026-05-28 15:06:33 +00:00
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-28 02:22:35 +00:00
43e36c743b feat: add /friends page and /settings/friends top-friends management
GKaszewski pushed to master at GKaszewski/movies-diary 2026-05-28 02:03:46 +00:00
4ebd593293 feat: add OpenAPI doc for update_profile_fields endpoint
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-28 01:54:55 +00:00
e406464f9f feat(presentation): add GET /federation/me/friends handler and route
0e2b72b77a feat(presentation): add GET /users/me/friends handler and route
d4da172398 feat(application): add get_remote_friends use case
4e750420bf feat(application): add get_local_friends use case
e6330125be test(postgres): add list_mutual integration tests
Compare 60 commits »
GKaszewski pushed to master at GKaszewski/movies-diary 2026-05-28 01:53:37 +00:00
51bd580a04 watchlist backfill
GKaszewski pushed to master at GKaszewski/thoughts 2026-05-28 01:00:57 +00:00
de1d2f7ec7 fix(clippy): remove unused PasswordHash import