From: Haelwenn Date: Tue, 7 Sep 2021 16:41:53 +0000 (+0000) Subject: Merge branch 'remove/mastofe' into 'develop' X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6b3842cf50c063a63980c8d4dca93b25424059f2;p=akkoma Merge branch 'remove/mastofe' into 'develop' Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392 --- 6b3842cf50c063a63980c8d4dca93b25424059f2 diff --cc CHANGELOG.md index 003350658,fe42b307e..4758acc57 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -6,41 -6,13 +6,45 @@@ The format is based on [Keep a Changelo ## Unreleased + ### Removed + + - MastoFE + ### Changed +### Added + +### Fixed +- Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies + +### Removed + +## 2.4.1 - 2021-08-29 + +### Changed +- Make `mix pleroma.database set_text_search_config` run concurrently and indefinitely + +### Added +- AdminAPI: Missing configuration description for StealEmojiPolicy + +### Fixed +- MastodonAPI: Stream out Create activities +- MRF ObjectAgePolicy: Fix pattern matching on "published" +- TwitterAPI: Make `change_password` and `change_email` require params on body instead of query +- Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies +- AdminAPI: Fix rendering reports containing a `nil` object +- Mastodon API: Activity Search fallbacks on status fetching after a DB Timeout/Error +- Mastodon API: Fix crash in Streamer related to reblogging +- AdminAPI: List available frontends when `static/frontends` folder is missing +- Make activity search properly use language-aware GIN indexes +- AdminAPI: Fix suggestions for MRF Policies + +## 2.4.0 - 2021-08-08 + +### Changed + - **Breaking:** Configuration: `:chat, enabled` moved to `:shout, enabled` and `:instance, chat_limit` moved to `:shout, limit` +- **Breaking** Entries for simple_policy, transparency_exclusions and quarantined_instances now list both the instance and a reason. - Support for Erlang/OTP 24 - The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. - HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising.