gitea

Development moved to Codeberg

Commits at 2d7e644b3a71576b2e0e0fc9bf42ec33a8813087

  1. 2d7e644b make fmt Anthony Wang authored at Anthony Wang comitted at
  2. 121be02f Merge remote-tracking branch 'origin/main' into forgejo-federation Anthony Wang authored at Anthony Wang comitted at
  3. be381fe1 Implement unstarring Anthony Wang authored at Anthony Wang comitted at
  4. cc4901cc Federated starring and code cleanup Anthony Wang authored at Anthony Wang comitted at
  5. af572f7b Fix typo in activities.go comments Anthony Wang authored at Anthony Wang comitted at
  6. e8c38869 Merge remote-tracking branch 'origin/main' into forgejo-federation Anthony Wang authored at Anthony Wang comitted at
  7. a8be3ece Use GetIRI() function instead of manually constructing IRI Anthony Wang authored at Anthony Wang comitted at
  8. 439f6754 Don't send emails to federated users Anthony Wang authored at Anthony Wang comitted at
  9. c64d3fa1 Implement commenting on issues from Mastodon Anthony Wang authored at Anthony Wang comitted at
  10. f5a50ce4 Add Note object endpoint Anthony Wang authored at Anthony Wang comitted at
  11. 3e690fba Federated issue creation Anthony Wang authored at Anthony Wang comitted at
  12. 77896f1a Save issue IRIs when creating them from AS objects Anthony Wang authored at Anthony Wang comitted at
  13. 1066cfe7 Implement commenting and fix lint errors Anthony Wang authored at Anthony Wang comitted at
  14. 3f5f6262 Fix AppSubURL -> AppURL typo Anthony Wang authored at Anthony Wang comitted at
  15. a666eefe Rewrite createPullRequest and add createPersonFromIRI Anthony Wang authored at Anthony Wang comitted at
  16. c982b676 Set issue Index, not ID, when creating issues from an AS object Anthony Wang authored at Anthony Wang comitted at
  17. 2d74e4f5 Delete fork code and move createPullRequest to create.go Anthony Wang authored at Anthony Wang comitted at
  18. fd4d0e73 Move AS object processing to routers/api/v1/activitypub, move AP transport and IRI code to services/activitypub This is to follow https://docs.gitea.io/en-us/guidelines-backend/ and avoid import cycles. Anthony Wang authored at Anthony Wang comitted at
  19. 41e9a107 make fmt Anthony Wang authored at Anthony Wang comitted at
  20. 447650f2 Remove @ from regex because idk what it was doing there in the first place Anthony Wang authored at Anthony Wang comitted at
  21. d22dab74 Add custom NotEmpty function to handle ForgeFed types Anthony Wang authored at Anthony Wang comitted at
  22. 19af0c92 Implement loading remote tickets Anthony Wang authored at Anthony Wang comitted at
  23. 20e8c643 Fix UnfollowUser addressing Anthony Wang authored at Anthony Wang comitted at
  24. ca502244 Send out undo follow activity in UnfollowUser Anthony Wang authored at Anthony Wang comitted at
  25. f75ab80b make fmt Anthony Wang authored at Anthony Wang comitted at
  26. 0cacdc37 More Ticket IRI processing to iri.go Anthony Wang authored at Anthony Wang comitted at
  27. 69c1bddd Merge remote-tracking branch 'upstream/main' Anthony Wang authored at Anthony Wang comitted at
  28. 5612130b Merge remote-tracking branch 'upstream/main' Anthony Wang authored at Anthony Wang comitted at
  29. f133e9ca Implement sending follow activities I moved around a lot of files to fix import cycles Anthony Wang authored at Anthony Wang comitted at
  30. e78dd699 Merge remote-tracking branch 'upstream/main' Anthony Wang authored at Anthony Wang comitted at