diff options
author | feld <feld@feld.me> | 2019-11-25 13:29:53 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2019-11-25 13:29:53 +0000 |
commit | 5f981178d0f73bd4788fe8029140339a90addf9b (patch) | |
tree | 809db1d5f201656e50f6dfbc404a4feb6d00b94e /CHANGELOG.md | |
parent | 9374b527569d9182773fe52209cdb86193dbf6a2 (diff) | |
parent | 82f4e4760ed594fd858e36444dfb01f27fa8068c (diff) | |
download | pleroma-5f981178d0f73bd4788fe8029140339a90addf9b.tar.gz pleroma-5f981178d0f73bd4788fe8029140339a90addf9b.zip |
Merge branch 'feature/admin-api-list-statuses-for-a-given-instance' into 'develop'
Admin API: list all statuses from a given instance
See merge request pleroma/pleroma!1981
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index db6d45c61..e44c892ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Add the `recipients` parameter to `GET /api/v1/conversations` - Configuration: `feed` option for user atom feed. - Pleroma API: Add Emoji reactions +- Admin API: Add `/api/pleroma/admin/instances/:instance/statuses` - lists all statuses from a given instance - Admin API: `PATCH /api/pleroma/users/confirm_email` to confirm email for multiple users, `PATCH /api/pleroma/users/resend_confirmation_email` to resend confirmation email for multiple users </details> |