diff options
author | eugenijm <eugenijm@protonmail.com> | 2020-01-09 22:18:55 +0300 |
---|---|---|
committer | eugenijm <eugenijm@protonmail.com> | 2020-02-24 21:46:37 +0300 |
commit | 7ad5c51f23102e89c491a2ef731e108873a09d71 (patch) | |
tree | edfad3b8ea92b2037ef737a97acaa87d2ee00a34 /CHANGELOG.md | |
parent | d240ce41b55a557366746fb7e313d3810bd8fe16 (diff) | |
download | pleroma-7ad5c51f23102e89c491a2ef731e108873a09d71.tar.gz pleroma-7ad5c51f23102e89c491a2ef731e108873a09d71.zip |
Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility scope
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab098591..08bb7e1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`). - Add an option `authorized_fetch_mode` to require HTTP signatures for AP fetches. - ActivityPub: support for `replies` collection (output for outgoing federation & fetching on incoming federation). +- Mix task to refresh counter cache (`mix pleroma.refresh_counter_cache`) <details> <summary>API Changes</summary> @@ -119,6 +120,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Add `reacted` property to `emoji_reactions` - Pleroma API: Add reactions for a single emoji. - ActivityPub: `[:activitypub, :note_replies_output_limit]` setting sets the number of note self-replies to output on outgoing federation. +- Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility scope </details> ### Fixed |