diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-09-18 12:06:12 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-09-18 12:06:12 +0300 |
commit | 9f28249dfb0918cfd97450494c6c306dae9ab3fb (patch) | |
tree | 2710f7ad77754e787d25c93cbc395dea35e38b38 | |
parent | e7afb67c5c26fcb07c1f8d4390c0573cebef9520 (diff) | |
download | pleroma-9f28249dfb0918cfd97450494c6c306dae9ab3fb.tar.gz |
[#1260] Added changelog entry.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb72c002..1a86881c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Admin API: Added moderation log - Web response cache (currently, enabled for ActivityPub) - Mastodon API: Added an endpoint to get multiple statuses by IDs (`GET /api/v1/statuses/?ids[]=1&ids[]=2`) +- Authentication: Added rate limit for password-authorized actions / login existence checks. ### Changed - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text |