From: lain Date: Wed, 4 Nov 2020 15:51:42 +0000 (+0100) Subject: Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/expire... X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=dd2b3a8da92e0b823ac338657588339fbf2e9c86;p=akkoma Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/expire-mutes --- dd2b3a8da92e0b823ac338657588339fbf2e9c86 diff --cc CHANGELOG.md index 770bd13f0,3a82f7d6c..f0b90ff40 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -12,13 -30,21 +30,22 @@@ The format is based on [Keep a Changelo - The `discoverable` field in the `User` struct will now add a NOINDEX metatag to profile pages when false. - Users with the `discoverable` field set to false will not show up in searches. - Minimum lifetime for ephmeral activities changed to 10 minutes and made configurable (`:min_lifetime` option). + - Introduced optional dependencies on `ffmpeg`, `ImageMagick`, `exiftool` software packages. Please refer to `docs/installation/optional/media_graphics_packages.md`. + - Polls now always return a `voters_count`, even if they are single-choice + +
+ API Changes - ### Added - - Media preview proxy (requires media proxy be enabled; see `:media_preview_proxy` config for more details). - Pleroma API: Importing the mutes users from CSV files. - - Experimental websocket-based federation between Pleroma instances. - Admin API: Importing emoji from a zip file - - User and conversation mutes can now auto-expire if `expires_in` parameter was given while adding the mute. + - Pleroma API: Pagination for remote/local packs and emoji. + - Admin API: (`GET /api/pleroma/admin/users`) added filters user by `unconfirmed` status + - Admin API: (`GET /api/pleroma/admin/users`) added filters user by `actor_type` + - Pleroma API: Add `idempotency_key` to the chat message entity that can be used for optimistic message sending. + - Pleroma API: (`GET /api/v1/pleroma/federation_status`) Add a way to get a list of unreachable instances. ++- Mastodon API: User and conversation mutes can now auto-expire if `expires_in` parameter was given while adding the mute. + +
### Removed