From: lain Date: Wed, 4 Nov 2020 15:18:11 +0000 (+0100) Subject: Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into alexgleason/pleroma... X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=bae48c98e32af6c43fa668771c6253f299d4bf8a;p=akkoma Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into alexgleason/pleroma-block-behavior --- bae48c98e32af6c43fa668771c6253f299d4bf8a diff --cc CHANGELOG.md index e7a60666e,3a82f7d6c..853b3aaae --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -12,7 -12,11 +12,12 @@@ The format is based on [Keep a Changelo - Media preview proxy (requires `ffmpeg` and `ImageMagick` to be installed and media proxy to 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. + - Support pagination of blocks and mutes + - App metrics: ability to restrict access to specified IP whitelist. + - Account backup + - Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance. + - Ability to view remote timelines, with ex. `/api/v1/timelines/public?instance=lain.com` and streams `public:remote` and `public:remote:media` +- `[:activitypub, :blockers_visible]` config to control visibility of blockers. ### Changed @@@ -48,8 -58,11 +59,12 @@@ switched to a new configuration mechani - Add documented-but-missing chat pagination. - Allow sending out emails again. + - Allow sending chat messages to yourself. + - Fix remote users with a whitespace name. + - OStatus / static FE endpoints: fixed inaccessibility for anonymous users on non-federating instances, switched to handling per `:restrict_unauthenticated` setting. + - Mastodon API: Current user is now included in conversation if it's the only participant + - Mastodon API: Fixed last_status.account being not filled with account data +- See your own post when addressing a user from a blocked domain. - - Allow sending chat messages to yourself ## Unreleased (Patch)