diff options
| author | kaniini <ariadne@dereferenced.org> | 2019-07-13 14:17:17 +0000 |
|---|---|---|
| committer | kaniini <ariadne@dereferenced.org> | 2019-07-13 14:17:17 +0000 |
| commit | f4c001062e51c207bf84f56473ddf6120e3b50fb (patch) | |
| tree | 0168e773f38bbc3dd1d7c74abe8886bb78fb0669 /CHANGELOG.md | |
| parent | 9497d14f09dc76535dda47fc4257c51ef07a3f56 (diff) | |
| parent | d72876c57dd8f519f63f7bb14abcfaceedf41410 (diff) | |
| download | pleroma-f4c001062e51c207bf84f56473ddf6120e3b50fb.tar.gz pleroma-f4c001062e51c207bf84f56473ddf6120e3b50fb.zip | |
Merge branch '1041-status-actions-rate-limit' into 'develop'
Rate-limited status actions (per user and per user+status).
Closes #1041
See merge request pleroma/pleroma!1410
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 119444a6b..add8a0348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) -Configuration: `federation_incoming_replies_max_depth` option +- 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 - Mastodon API, extension: Ability to reset avatar, profile banner, and background @@ -33,6 +33,7 @@ Configuration: `federation_incoming_replies_max_depth` option - Added synchronization of following/followers counters for external users - Configuration: `enabled` option for `Pleroma.Emails.Mailer`, defaulting to `false`. - Mastodon API: Add support for categories for custom emojis by reusing the group feature. <https://github.com/tootsuite/mastodon/pull/11196> +- Configuration: Pleroma.Plugs.RateLimiter `bucket_name`, `params` options. ### Changed - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text |
