Email or username:

Password:

Forgot your password?
Top-level
:female_presenting_nipple:

@liaizon It's not just comments! Pretty much all public user activity federates. Creating a repo? Yup. Tagging? Yup. Branching? Yes. Cutting a release? Sure! Opening an issue? Aye. A PR? Of course. Merging a PR? Mhm. Closing an issue? Yep. And so on...

Do note: this is like the user RSS feeds, except over AP. While federated activities can be replied to, and can be viewed on the Forgejo UI, they are completely detached, and live in their own little world.

(Eventually, I want to make it possible to log into a Forgejo account from any Fedi client. But we're not there yet.)

3 comments
silverpill

@algernon Can Forgejo actors be followed? I tried to Follow @algernon, the server responded with 500 (I don't know what the response body was but can get it if needed)

@liaizon

:female_presenting_nipple:

@silverpill It's.. complicated. For various reasons, Forgejo needs to explicitly allow various remote server software to interact with it. That list currently includes forgejo, gitea (for historical reasons), mastodon, and gotosocial.

Forgejo should reply with something nicer than an 500, though - I'll look into that!

Eventually, I want to remove this server software limitation (it's legacy code; I understand why it was done so, but I think it's the wrong approach), but that will take a little longer.

@silverpill It's.. complicated. For various reasons, Forgejo needs to explicitly allow various remote server software to interact with it. That list currently includes forgejo, gitea (for historical reasons), mastodon, and gotosocial.

Forgejo should reply with something nicer than an 500, though - I'll look into that!

Go Up