You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG aeb124491d Reject existing Follow in addition to sending a Block (#9811)
Mastodon expects remote servers to remove follow relationships upon receiving
a Block. However, the spec only evokes Block activities in a C2S context, never
in a S2S context.

This PR, in addition to federating the Block, explicitly sends a Reject for any
affected follow relationship, which makes a bit more sense with regards to the
spec.
7 years ago
..
chewy Get rid of Chewy order/limit warning (#8355) 7 years ago
controllers Redesign public hashtag page to use a masonry layout (#9822) 7 years ago
helpers Add attachment list fallback to public pages (#9780) 7 years ago
javascript Add information about how to opt-in to the directory on the directory (#9834) 7 years ago
lib Add tombstones for remote statuses (#9830) 7 years ago
mailers Improve e-mail digest (#9689) 7 years ago
models Add tombstones for remote statuses (#9830) 7 years ago
policies Redesign admin instances area (#9645) 7 years ago
presenters Don't count suspended users in user count (#9380) 7 years ago
serializers Fix wrong param name in scheduled statuses and return params in API (#9725) 7 years ago
services Reject existing Follow in addition to sending a Block (#9811) 7 years ago
validators Change note length validation to ignore mention domains and URLs (#9717) 7 years ago
views Add information about how to opt-in to the directory on the directory (#9834) 7 years ago
workers Fix wrong param name in scheduled statuses and return params in API (#9725) 7 years ago