Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 1526-account-aliases
authorlain <lain@soykaf.club>
Tue, 5 Jan 2021 11:42:30 +0000 (12:42 +0100)
committerlain <lain@soykaf.club>
Tue, 5 Jan 2021 11:42:30 +0000 (12:42 +0100)
1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index b35fc159eb199a5405216e5dde132650ac96530e,77959c41503def28861a595a8bf09f82b43b19f2..b70302bbf6ddd46627b2279b40c3d85bbd28eb71
@@@ -14,6 -14,7 +14,7 @@@ The format is based on [Keep a Changelo
  - **Breaking:** Changed `mix pleroma.user toggle_confirmed` to `mix pleroma.user confirm`
  - Search: When using Postgres 11+, Pleroma will use the `websearch_to_tsvector` function to parse search queries.
  - Emoji: Support the full Unicode 13.1 set of Emoji for reactions, plus regional indicators.
+ - Admin API: Reports now ordered by newest
  
  ### Added
  
@@@ -29,7 -30,6 +30,7 @@@
  - Mix tasks to help with displaying and removing ConfigDB entries. See `mix pleroma.config`.
  - OAuth form improvements: users are remembered by their cookie, the CSS is overridable by the admin, and the style has been improved.
  - OAuth improvements and fixes: more secure session-based authentication (by token that could be revoked anytime), ability to revoke belonging OAuth token from any client etc.
 +- Ability to set ActivityPub aliases for follower migration.
  
  <details>
    <summary>API Changes</summary>