Anthony Wang xy
xy pushed to main at xy/gitea 2022-11-27 22:37:35 +00:00
439f6754ac Don't send emails to federated users
xy pushed to main at xy/gitea 2022-11-27 22:30:08 +00:00
c64d3fa195 Implement commenting on issues from Mastodon
xy pushed to main at xy/gitea 2022-11-27 19:29:13 +00:00
f5a50ce457 Add Note object endpoint
xy pushed to main at xy/gitea 2022-11-27 19:09:19 +00:00
3e690fbae2 Federated issue creation
xy pushed to main at xy/gitea 2022-11-27 18:38:30 +00:00
77896f1a50 Save issue IRIs when creating them from AS objects
xy pushed to main at xy/gitea 2022-11-27 04:18:48 +00:00
1066cfe785 Implement commenting and fix lint errors
3f5f626264 Fix AppSubURL -> AppURL typo
Compare 2 commits »
xy pushed to main at xy/gitea 2022-11-27 02:05:45 +00:00
a666eefe8f Rewrite createPullRequest and add createPersonFromIRI
xy pushed to main at xy/gitea 2022-11-27 01:44:11 +00:00
c982b67626 Set issue Index, not ID, when creating issues from an AS object
xy pushed to main at xy/gitea 2022-11-27 01:40:22 +00:00
2d74e4f555 Delete fork code and move createPullRequest to create.go
xy pushed to main at xy/gitea 2022-11-27 00:34:32 +00:00
fd4d0e730e Move AS object processing to routers/api/v1/activitypub, move AP transport and IRI code to services/activitypub
xy pushed to main at xy/gitea 2022-11-26 18:30:09 +00:00
41e9a10763 make fmt
xy pushed to main at xy/gitea 2022-11-26 17:37:07 +00:00
447650f21c Remove @ from regex because idk what it was doing there in the first place
xy pushed to main at xy/gitea 2022-11-26 17:34:51 +00:00
d22dab748f Add custom NotEmpty function to handle ForgeFed types
xy pushed to master at xy/activitypub 2022-11-26 17:15:10 +00:00
81405e14ea Add NotEmptyChecker to overwrite default NotEmpty function
xy pushed to master at xy/activitypub 2022-11-25 20:56:37 +00:00
83b604a5ab Merge remote-tracking branch 'upstream/master'
cb8207231e Adding some functionality to make IRIs type behave like a CollectionInterface
716ebebd22 Updated errors package
f052192b39 Fix IsNil for unrecognized types
066cec4fee Updated error package
Compare 11 commits »
xy pushed to main at xy/gitea 2022-11-25 18:45:15 +00:00
19af0c9267 Implement loading remote tickets
xy commented on issue xy/gitea#8 2022-11-17 02:34:35 +00:00
Frontend and UI

Since v4.0, Mastodon no longer uses pop-up boxes for redirecting you to the your instance. Instead, it asks you to copy and paste the remote object URL into your instance's search bar. This would…

xy pushed to main at xy/gitea 2022-11-12 05:35:39 +00:00
20e8c64317 Fix UnfollowUser addressing
xy pushed to main at xy/gitea 2022-11-12 05:13:15 +00:00
ca502244a0 Send out undo follow activity in UnfollowUser
xy pushed to main at xy/gitea 2022-11-11 04:01:37 +00:00
f75ab80b5c make fmt