From: Haelwenn Date: Mon, 22 Jul 2019 11:01:35 +0000 (+0000) Subject: Merge branch 'hardening/stop-misusing-sharedinbox' into 'develop' X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;ds=inline;h=674ad5e1df0a001455090279229f186cbbdf1c94;hp=-c;p=akkoma Merge branch 'hardening/stop-misusing-sharedinbox' into 'develop' activitypub: publisher: align sharedinbox usage with AP specification rules See merge request pleroma/pleroma!1464 --- 674ad5e1df0a001455090279229f186cbbdf1c94 diff --combined CHANGELOG.md index bcdd0615f,6d1c9ed31..6fcc8e390 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -19,10 -19,10 +19,11 @@@ The format is based on [Keep a Changelo - Mastodon API: Handling of search timeouts (`/api/v1/search` and `/api/v2/search`) - Mastodon API: Embedded relationships not being properly rendered in the Account entity of Status entity - Mastodon API: Add `account_id`, `type`, `offset`, and `limit` to search API (`/api/v1/search` and `/api/v2/search`) +- Mastodon API, streaming: Fix filtering of notifications based on blocks/mutes/thread mutes - ActivityPub C2S: follower/following collection pages being inaccessible even when authentifucated if `hide_followers`/ `hide_follows` was set - Existing user id not being preserved on insert conflict - Rich Media: Parser failing when no TTL can be found by image TTL setters + - ActivityPub S2S: sharedInbox usage has been mostly aligned with the rules in the AP specification. ### Added - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`)