diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-22 19:53:53 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-22 19:53:53 +0000 |
commit | 2951714429f3ea2d6aef81cbe8edc3dcd6dff6e6 (patch) | |
tree | 172cf66a30a17cb442d13849ce93de64c073c191 | |
parent | 4a8b5226393752e1533bddce6420f3622a5be99f (diff) | |
parent | 2442b5c18e49f622a9cd5cad371fdb9c2844ad7a (diff) | |
download | pleroma-2951714429f3ea2d6aef81cbe8edc3dcd6dff6e6.tar.gz pleroma-2951714429f3ea2d6aef81cbe8edc3dcd6dff6e6.zip |
Merge branch 'changelog' into 'develop'
changelog
See merge request pleroma/pleroma!1469
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcc8e390..4043b1edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) - MRF: Support for excluding specific domains from Transparency. - MRF: Support for filtering posts based on who they mention (`Pleroma.Web.ActivityPub.MRF.MentionPolicy`) +- MRF (Simple Policy): Support for wildcard domains. +- Support for wildcard domains in user domain blocks setting. +- Configuration: `quarantined_instances` support wildcard domains. - Configuration: `federation_incoming_replies_max_depth` option - Mastodon API: Support for the [`tagged` filter](https://github.com/tootsuite/mastodon/pull/9755) in [`GET /api/v1/accounts/:id/statuses`](https://docs.joinmastodon.org/api/rest/accounts/#get-api-v1-accounts-id-statuses) - Mastodon API, streaming: Add support for passing the token in the `Sec-WebSocket-Protocol` header |