From: FloatingGhost Date: Fri, 14 Oct 2022 11:49:46 +0000 (+0100) Subject: Merge branch 'develop' into stable X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=af90a4e51b73bc3d26d958548645e395fb57513c;hp=-c;p=akkoma Merge branch 'develop' into stable --- af90a4e51b73bc3d26d958548645e395fb57513c diff --combined CHANGELOG.md index 90a5910e7,44d518528..05c5f1455 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -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 @@@ -48,11 -55,6 +55,11 @@@ ## 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