diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-12-27 17:06:22 +0000 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-27 17:06:22 +0000 |
commit | a659428024e22cbb5316675515cb304d5ea334d2 (patch) | |
tree | 1236b57518a5ca0e74af4a812a115c07a6d43807 /CHANGELOG.md | |
parent | 6e27fc9c12be2bd4ac4287a5a775ff8862ee92c6 (diff) | |
parent | 479fc5fff8355e552c5d2297d83f4ca7456d4f03 (diff) | |
download | pleroma-a659428024e22cbb5316675515cb304d5ea334d2.tar.gz |
Merge branch 'restricted-moderators' into 'develop'
AdminAPI: Optionally restrict moderators from accessing sensitive data
See merge request pleroma/pleroma!3578
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 ee9e04568..79fe674a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - `activeMonth` and `activeHalfyear` fields in NodeInfo usage.users object +- AdminAPI: allow moderators to manage reports, users, invites, and custom emojis +- AdminAPI: restrict moderators to access sensitive data: change user credentials, get password reset token, read private statuses and chats, etc ### Fixed - Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies @@ -67,7 +69,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Attachment dimensions and blurhashes are federated when available. - Mastodon API: support `poll` notification. - Pinned posts federation -- AdminAPI: allow moderators to manage reports, users, invites, and custom emojis ### Fixed - Don't crash so hard when email settings are invalid. |