gitea

Development moved to Codeberg

Commits at 202303e8883e92a6e54ea0f55243185346504b93

  1. 202303e8 Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  2. c67e4189 make generate-swagger to fix typos I didn't know that templates/swagger/v1_json.tmpl was machine-generated... 😭 Anthony Wang authored at Anthony Wang comitted at
  3. 37b91347 Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  4. d76159a2 Implement ForgeFed Respository type over go-ap Anthony Wang authored at Anthony Wang comitted at
  5. f46a4d3c Make visiting remote users' profiles in the web UI redirect to their instance Anthony Wang authored at Anthony Wang comitted at
  6. 55d9f66c Add back remote interactions item in WebFinger response Anthony Wang authored at Anthony Wang comitted at
  7. 32ccd908 Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  8. b62b8bdb Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  9. 2fe9baca Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  10. bcc81c30 Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  11. fcba187a Improve debug logging Anthony Wang authored at Anthony Wang comitted at
  12. abd0d1f1 Add @context when sending activities Anthony Wang authored at Anthony Wang comitted at
  13. a07cd5ec Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  14. ea3d61fa Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  15. 9fe057a9 make fmt Anthony Wang authored at Anthony Wang comitted at
  16. da1be716 Correctly create remote user Anthony Wang authored at Anthony Wang comitted at
  17. 22960444 Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  18. 4bcb6a16 Move duplicate response code to response.go Anthony Wang authored at Anthony Wang comitted at
  19. 9a56cc5a Send Follow Accept Anthony Wang authored at Anthony Wang comitted at
  20. d9e2eb0e Make sure Person endpoint returns Content-Type application/activity+json Anthony Wang authored at Anthony Wang comitted at
  21. af96558f Add followers and following API endpoints and create federated user in DB if not exists Anthony Wang authored at Anthony Wang comitted at
  22. aa8ba227 Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  23. d2b4667d Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  24. c347aece Merge branch 'feature-activitypub' into feature-go-ap-inbox-outbox Anthony Wang authored at Anthony Wang comitted at
  25. 408e69eb Implement POSTing to inbox and GETting outbox by reusing the Action table Anthony Wang authored at Anthony Wang comitted at
  26. 76f06cee Remove another LogSQL from ActivityPub person test Anthony Wang authored at Anthony Wang comitted at
  27. 60742223 Code cleanup Anthony Wang authored at Anthony Wang comitted at
  28. 7658649d Merge remote-tracking branch 'upstream/main' into feature-activitypub Anthony Wang authored at Anthony Wang comitted at
  29. 528c282d Correctly add inbox/outbox IRIs to person Anthony Wang authored at Anthony Wang comitted at
  30. cf6aed38 Use @mariusor's suggestions for idiomatic go-ap usage Anthony Wang authored at Anthony Wang comitted at