From: Maxim Filippov Date: Wed, 14 Aug 2019 22:45:32 +0000 (+0000) Subject: Merge branch 'develop' into 'fix/admin-api-user-deletion' X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ec969eec5149c5fe2a3e676ea07384b4597487f1;p=akkoma Merge branch 'develop' into 'fix/admin-api-user-deletion' # Conflicts: # CHANGELOG.md --- ec969eec5149c5fe2a3e676ea07384b4597487f1 diff --cc CHANGELOG.md index 161f88176,5f071b7e2..1a33b04e7 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -38,9 -42,12 +42,13 @@@ The format is based on [Keep a Changelo - Invalid SemVer version generation, when the current branch does not have commits ahead of tag/checked out on a tag - Pleroma.Upload base_url was not automatically whitelisted by MediaProxy. Now your custom CDN or file hosting will be accessed directly as expected. - Report email not being sent to admins when the reporter is a remote user + - MRF: ensure that subdomain_match calls are case-insensitive + - MRF: fix use of unserializable keyword lists in describe() implementations +- ActivityPub: Deactivated user deletion ### Added + - **Breaking:** MRF describe API, which adds support for exposing configuration information about MRF policies to NodeInfo. + Custom modules will need to be updated by adding, at the very least, `def describe, do: {:ok, %{}}` to the MRF policy modules. - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) - MRF: Support for excluding specific domains from Transparency. - MRF: Support for filtering posts based on who they mention (`Pleroma.Web.ActivityPub.MRF.MentionPolicy`)