Merge branch 'develop' into stable
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Oct 2022 11:49:46 +0000 (12:49 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Oct 2022 11:49:46 +0000 (12:49 +0100)
1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index 90a5910e72a7a5d6977e143dfa5f680603b72bd6,44d518528714176d4e9c4db5d49e31d176f8161a..05c5f145568ec5a00fd5e3ad8aa67065f2571f29
@@@ -4,6 -4,12 +4,12 @@@ All notable changes to this project wil
  
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
  
+ ## Unreleased
+ ## Changes
+ - Follows no longer override domain blocks, a domain block is final
+ - Deletes are now the lowest priority to publish and will be handled after creates
  ## 2022.10
  
  ### Added
@@@ -13,6 -19,7 +19,7 @@@
  ### Changed
  - Emoji updated to latest 15.0 draft
  - **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts`
+ - Verify that the signature on posts is not domain blocked, and belongs to the correct user
  
  ### Fixed
  - OAuthPlug no longer joins with the database every call and uses the user cache
  
  ## 2022.08
  
 +### Removed
 +- Non-finch HTTP adapters. `:tesla, :adapter` is now highly recommended to be set to the default.
 +
 +## 2022.08
 +
  ### Added
  - extended runtime module support, see config cheatsheet
  - quote posting; quotes are limited to public posts