|
|
839cababe4
|
bump k-ap 0.5.0, decompose repo traits, LocalObject, ActivityStreamsType enum, split follow modules
CI / Check / Test (push) Has been cancelled
|
2026-07-27 11:46:24 +02:00 |
|
|
|
e30e785936
|
bump k-ap to 0.4.6, add nodeinfo metadata
|
2026-07-16 09:56:54 +02:00 |
|
|
|
10be024bdf
|
fix: update k-ap dependency version to 0.4.4
CI / Check / Test (push) Successful in 1h5m51s
|
2026-07-11 10:45:43 +02:00 |
|
|
|
c224cc6bd2
|
refactor: extract adapter-common crate — shared sqlx error mapping,
row-to-domain conversions, date/uuid utils
Eliminates 39 map_err copies, consolidates parse_uuid/parse_datetime/
datetime_to_str/format_year_month, extracts 7 shared row-to-domain
conversion functions (movie, review, watchlist, stats, user_summary).
Row structs stay per-adapter (FromRow is db-specific), only conversion
logic is shared. Net -281 lines.
|
2026-07-10 05:44:42 +02:00 |
|
|
|
5ae38c834a
|
making it AP complaint
CI / Check / Test (push) Has been cancelled
|
2026-06-30 02:25:42 +02:00 |
|
|
|
14066ea469
|
chore: upgrade k-ap to 0.4.0
CI / Check / Test (push) Has been cancelled
Map new fetched_at field in RemoteActor for postgres and sqlite adapters.
|
2026-05-30 03:00:44 +02:00 |
|
|
|
624cfe5799
|
feat: migrate k-ap 0.1.10→0.3.1, fix AP gaps
- split FederationRepository into FollowRepository, ActorRepository, BlocklistRepository, ActivityRepository
- RemoteActor: 5 new fields (bio, banner_url, followers_url, following_url, also_known_as)
- ApObjectHandler split: get_local_objects_page/count_local_posts → ApContentReader trait
- builder API: positional args → named setters
- broadcast_create_note/update_note: add ApVisibility + mentioned_inboxes params
- backfill_outbox → import_remote_outbox
- ApUser: also_known_as Option<String> → Vec<String>, new fields
AP gaps fixed:
- add GET /users/{id}/followers + /following with content negotiation
- wire EventPublisher into builder via FederationEventBridge adapter
- add display_name field full stack (domain→DB→API→AP)
- DB-side outbox pagination (get_local_reviews_page)
- set featured_url on ApUser
|
2026-05-29 10:42:53 +02:00 |
|
|
|
51bd580a04
|
watchlist backfill
CI / Check / Test (push) Failing after 57s
CI / Release build (push) Has been skipped
|
2026-05-28 03:52:38 +02:00 |
|
|
|
410e25a562
|
chore: bump k-ap to v0.1.3, drop direct activitypub_federation dep
CI / Release build (push) Has been cancelled
CI / Check / Test (push) Has been cancelled
|
2026-05-25 09:45:47 +02:00 |
|
|
|
6efc47a891
|
chore: replace local activitypub-base with k-ap git dep
|
2026-05-17 23:06:20 +02:00 |
|
|
|
99ce81efe5
|
refactor: deps cleanup, split openapi, extract api-types crate
|
2026-05-12 11:54:00 +02:00 |
|
|
|
597685520c
|
feat: postgresql adapter
|
2026-05-10 01:57:10 +02:00 |
|