Merge branch 'remove/mastofe' into 'develop'
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>
Tue, 7 Sep 2021 16:41:53 +0000 (16:41 +0000)
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>
Tue, 7 Sep 2021 16:41:53 +0000 (16:41 +0000)
Remove MastoFE from Pleroma, fixes #2625

Closes #2625

See merge request pleroma/pleroma!3392

1  2 
CHANGELOG.md
config/config.exs
config/description.exs
docs/configuration/cheatsheet.md
test/pleroma/user_test.exs

diff --cc CHANGELOG.md
index 00335065850416d5ad5781cfb41a50ecdf454cc8,fe42b307e1bddaf6f55d9dab3c67a7fa41ff363f..4758acc577eb423435e48cd1800d033d57816432
@@@ -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.
Simple merge
Simple merge
Simple merge
Simple merge