From: lain Date: Tue, 20 Aug 2019 19:34:47 +0000 (+0000) Subject: Merge branch 'fix/admin-api-user-deletion' into 'develop' X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=74f7f308f879b26a261db3b5c1d389cea898541c;p=akkoma Merge branch 'fix/admin-api-user-deletion' into 'develop' Fix deactivated user deletion See merge request pleroma/pleroma!1546 --- 74f7f308f879b26a261db3b5c1d389cea898541c diff --cc CHANGELOG.md index 6a412bd7f,1a33b04e7..7b0f4f40e --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -44,11 -43,10 +44,12 @@@ The format is based on [Keep a Changelo - 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 +- Reverse Proxy limiting `max_body_length` was incorrectly defined and only checked `Content-Length` headers which may not be sufficient in some circumstances - MRF: fix use of unserializable keyword lists in describe() implementations + - ActivityPub: Deactivated user deletion ### Added +- Conversations: Add Pleroma-specific conversation endpoints and status posting extensions. Run the `bump_all_conversations` task again to create the necessary data. - **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`)