Skip to content
#

ActivityPub

activitypub logo

ActivityPub is a decentralized social networking protocol standardized by the World Wide Web Consortium (W3C). It includes both an API for social networking clients and an API for server-server federation.

Here are 188 public repositories matching this topic...

MyNameIsTroll
MyNameIsTroll commented Apr 17, 2021

Describe the problem to be solved
I have little experience with playlists on Peertube.
By default, when I create a playlist it is in "private" mode.
A few days later, I try to share my playlist, I press the "share" button, I get a sharing link.
Except that my playlist is in "private" mode... so if I share this link my friends will see a 404 error.

**Describe the solution you would l

MrLuxuri
MrLuxuri commented Feb 26, 2021

One of the biggest things that will make it harder for new users coming for reddit is to find Lemmy's website itself.
I recently moved to Lemmy from reddit and took me 10 mins just to find lemmy, whenever I searched up Lemmy, this is what popped up instead.
![Screen Shot 2021-02-26 at 10 16 33 AM](https://user-images.githubusercontent.com/71905307/109318440-cc2ec780-781b-11eb-9ad7-286baccb0d78.

writefreely
colin-axner
colin-axner commented Oct 9, 2020

on latest develop, if I run:

go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
    --- FAIL: TestViewOauthCallback/success (0.00s)
        oauth_test.go:248: 
            	Error Trace:	oauth_test.go:248
            	Error:      	Received unexpected error:
            	            	/logi
elegaanz
elegaanz commented Dec 26, 2019

Is your feature request related to a problem? Please describe.

It may be hard to understand why a post is in one of our timelines, especially in the case of someone boosting/linking someone else you don't follow, or when the same post appears multiple times because it got boosted.

Describe the solution you'd like

Adding a little "X boosted/liked" indicator to each concerned card

mouse-reeve
mouse-reeve commented Jun 27, 2021

There are a handful of fields that store arrays or multiple foreign keys. Right now, the user is expected to enter a comma separated list of values, which is parsed into an array and, if it's a foreign key, matched with existing entries. It's cumbersome!

Examples include:

  • Authors' aliases
  • Books' authors
  • Books' languages

I think it would be good for there to be javascript which en

tsmethurst
tsmethurst commented May 15, 2021

There's no rate-limiting for inbound requests currently, and this should be implemented to avoid the server being spammed/scraped by bad eggs.

There are a couple of middlewares available for Gin to do rate limiting:

These should b

wordpress-activitypub