From: Ivan Tashkinov Date: Sun, 30 Jun 2019 13:05:00 +0000 (+0300) Subject: [#161] Merge remote-tracking branch 'remotes/upstream/develop' into 161-incoming... X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a7994185739522dee80e22f76e5fdac1a3b8279b;p=akkoma [#161] Merge remote-tracking branch 'remotes/upstream/develop' into 161-incoming-replies-depth-limit # Conflicts: # CHANGELOG.md --- a7994185739522dee80e22f76e5fdac1a3b8279b diff --cc CHANGELOG.md index 85d077e3f,663d99ffd..5a6c5ebb4 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -6,7 -6,13 +6,14 @@@ The format is based on [Keep a Changelo ## [Unreleased] ### Added - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) +- Federation: Support for restricting max. reply-to depth on fetching + - Mastodon API: Support for the [`tagged` filter](https://github.com/tootsuite/mastodon/pull/9755) in [`GET /api/v1/accounts/:id/statuses`](https://docs.joinmastodon.org/api/rest/accounts/#get-api-v1-accounts-id-statuses) + + ### Fixed + - Not being able to pin unlisted posts + + ### Changed + - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text ## [1.0.0] - 2019-06-29 ### Security