Minds / engine

mirror of https://gitlab.com/minds/engine
https://minds.com
GNU Affero General Public License v3.0
200 stars 94 forks source link

Added support for publishing newsfeed posts via the ActivityPub spec. #28

Open hopeseekr opened 6 years ago

hopeseekr commented 6 years ago

Implements a basic ActivityPub support for newsfeeds posts.

Based upon the W3C ActivityPub spec: https://w3c.github.io/activitypub/#create-activity-outbox

NOTE: It was very hard for me to find actual ActivityPub services to actually test this against, so I installed Hubzilla's Docker image and tested it locally. And ... it seems to work!

What's still needed are Read routes via new Minds.com's routes, but I figured that was beyond the scope of this PR.

I don't think that I did DI per the project's standards. I would appreciate guidance.


For https://app.asana.com/0/903192510441203/903192510441212?du=903392326287106&invite=a64740b3f486e77db3a775fdac5ea4d9

ciolt commented 5 years ago

NOTE: It was very hard for me to find actual ActivityPub services to actually test this against

FYI: Mastodon is the largest decentralized ActivityPub implementation, there are over 2,000 public Mastodon servers to test ActivityPub compatibility with.

swift2plunder commented 5 years ago

You should setup your own Mastodon instance for testing federation. Most importantly because you want to be sure your federation is well behaved, but also because specific evidence of poor faith will accelerate the pre-emptive blocking of your domain

lanodan commented 5 years ago

I guess you haven’t done your homework properly:

Btw pleroma is probably the easiest to setup.

mkljczk commented 5 years ago

Complete ActivityPub implementation would make Minds profiles base bigger by more than 3 millions and the Fediverse would grow up by 1,25 million, so I would love to get it completed…

Serkan-devel commented 5 years ago

@m4sk1n actually the fediverse would grow to around 3 million users, but 1/3 will be monopolized by just one instance

hopeseekr commented 5 years ago

When I did this for the Minds.com interview process, my #1 problem was getting it code reviewed.

It's actually quite sad to me that this has languished for almost 6 months without a single official review, since I really do want minds.com to succeed and I contributed this and several other PRs with really good intentions.

GatoAmarilloBicolor commented 3 years ago

Hi, what did hapen with this? it will be so cool have minds on the fediverse. Please include this !!!

mkljczk commented 3 years ago

@Laniaktroid Minds repo is now on GitLab https://gitlab.com/minds/minds/-/issues/90