gitea

Development moved to Codeberg

Commits at 5a9fe9adc403a8b7801595a844fb83984da565f5

  1. 5a9fe9ad Properly address outgoing activities Anthony Wang authored at Anthony Wang comitted at
  2. a86a11f8 Merge remote-tracking branch 'origin/main' into forgejo-federation Anthony Wang authored at Anthony Wang comitted at
  3. 508a8486 Check if Create object is Note to prevent panic Anthony Wang authored at Anthony Wang comitted at
  4. 359be394 Send out notes to followers when starring repos Anthony Wang authored at Anthony Wang comitted at
  5. 9fc10ce8 Refactor activitypub.RepositoryIRIToRepository to repo_model.GetRepositoryByIRI Anthony Wang authored at Anthony Wang comitted at
  6. b89242ee Refactoring - Add extra code paths where `ctx` can be passed and used. - Remove useless `id` path to get comment note. - Add extra checks in note API. - Use `ctx.ParamsInt64` to get the ID from the request. - Handle `GetXXX` more gracefully by returning 404 when appropiate. Gusted authored at Gusted comitted at
  7. f8a1dba1 Add missing newline, fix wrong copyright comment on a few files Anthony Wang authored at Anthony Wang comitted at
  8. d03f5bde Remove some files that were accidentally committed Anthony Wang authored at Anthony Wang comitted at
  9. 72247b8d Fix lint errors Anthony Wang authored at Anthony Wang comitted at
  10. 7853231e Set user.FullName before creating user Anthony Wang authored at Anthony Wang comitted at
  11. a5daa365 Return if user does exist, not if does not exist Anthony Wang authored at Anthony Wang comitted at
  12. bb38b973 Replace personIRIToUser with GetUserByIRI, do a WebFinger request to get correct username Anthony Wang authored at Anthony Wang comitted at
  13. 3aba06d4 Implement Delete activity for deleting users Anthony Wang authored at Anthony Wang comitted at
  14. c40dd620 Merge remote-tracking branch 'origin/main' into forgejo-federation Anthony Wang authored at Anthony Wang comitted at
  15. eabba0cf Add TODO not about fixing issue creation index Anthony Wang authored at Anthony Wang comitted at
  16. 58d937eb Fix swagger note endpoint typo Anthony Wang authored at Anthony Wang comitted at
  17. 05d9a6dc Remove unneeded ap.Item() Anthony Wang authored at Anthony Wang comitted at
  18. a2381125 Use GetIRI() instead of OriginalURL for fetching repo IRI Anthony Wang authored at Anthony Wang comitted at
  19. d475724c Use GetIRI() instead of LoginName to fetch user IRI Anthony Wang authored at Anthony Wang comitted at
  20. 46e35c61 Make Create Actor a Person Anthony Wang authored at Anthony Wang comitted at
  21. 13b09cef Move Create() to activities.go Anthony Wang authored at Anthony Wang comitted at
  22. be2a3375 Set Actor on Create activities Anthony Wang authored at Anthony Wang comitted at
  23. adb161c6 Refactor activities.go Anthony Wang authored at Anthony Wang comitted at
  24. b4cb2356 Clean up IRI processing code Anthony Wang authored at Anthony Wang comitted at
  25. 258fd151 Fix lint errors Anthony Wang authored at Anthony Wang comitted at
  26. 2d7e644b make fmt Anthony Wang authored at Anthony Wang comitted at
  27. 121be02f Merge remote-tracking branch 'origin/main' into forgejo-federation Anthony Wang authored at Anthony Wang comitted at
  28. be381fe1 Implement unstarring Anthony Wang authored at Anthony Wang comitted at
  29. cc4901cc Federated starring and code cleanup Anthony Wang authored at Anthony Wang comitted at
  30. af572f7b Fix typo in activities.go comments Anthony Wang authored at Anthony Wang comitted at