From: Alexander Strizhakov Date: Sat, 29 Feb 2020 08:34:50 +0000 (+0300) Subject: Merge branch 'develop' into gun X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=814b275af7748df6bd11dfc6be1b4efce8d5ae70;p=akkoma Merge branch 'develop' into gun --- 814b275af7748df6bd11dfc6be1b4efce8d5ae70 diff --cc CHANGELOG.md index 3eb4f0bdf,12f7e8fab..7afe5c21b --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -74,8 -74,9 +74,10 @@@ The format is based on [Keep a Changelo - User settings: Add _This account is a_ option. - A new users admin digest email - OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`). +- New HTTP adapter [gun](https://github.com/ninenines/gun). Gun adapter requires minimum OTP version of 22.2 otherwise Pleroma won’t start. For hackney OTP update is not required. - Add an option `authorized_fetch_mode` to require HTTP signatures for AP fetches. + - ActivityPub: support for `replies` collection (output for outgoing federation & fetching on incoming federation). + - Mix task to refresh counter cache (`mix pleroma.refresh_counter_cache`)
API Changes