-
Updated
Jul 8, 2021 - Ruby
ActivityPub
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...
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.

--- FAIL: TestViewOauthCallback/success (0.00s)
oauth_test.go:248:
Error Trace: oauth_test.go:248
Error: Received unexpected error:
/logi-
Updated
Jul 8, 2021 - TypeScript
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
-
Updated
Oct 26, 2020
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
-
Updated
Aug 27, 2020 - Python
-
Updated
Jul 5, 2021 - Rust
-
Updated
May 19, 2021 - Rust
-
Updated
Jun 23, 2021 - Go
-
Updated
Jun 17, 2021 - Python
-
Updated
Jul 7, 2021 - Kotlin
-
Updated
Aug 11, 2020 - Python
-
Updated
Jul 2, 2021 - Elixir
-
Updated
May 19, 2020 - TypeScript
-
Updated
Jul 3, 2021 - Java
-
Updated
Jan 11, 2021 - HTML
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:
- https://github.com/axiaoxin-com/ratelimiter
- https://github.com/yangxikun/gin-limit-by-key/blob/master/limit.go
- Probably some more that I didn't see yet.
These should b
-
Updated
Jul 7, 2021 - Go
Direct/Private/Unlisted/Public
- If somebody sends you a message (mentioning on the fediverse) to redirect it to email.
- To add a simple form (in Wordpress menu or dashboard) where you can choose message type (private, public, etc), write an answer (without posting it on Wordpress).
Right now it's uploads/<item>/<username slug> with the username slug being prefixed with remote_ if remote user.
That might cause an issue because foo@instance1 and foo@instance will have the same folder name.
Solution: uses the user flake id instead of slug for everybody, but keep the remote_ part
-
Updated
Jun 10, 2021 - HTML
-
Updated
May 3, 2020 - JavaScript
- Repository
- w3c/activitypub
- Website
- activitypub.rocks
- Wikipedia
- Wikipedia

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