diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-11-25 01:46:18 +0900 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-11-25 01:46:18 +0900 |
commit | 82f4e4760ed594fd858e36444dfb01f27fa8068c (patch) | |
tree | 5d246b275698438a39b6fc2a2e3662a417cb940f /CHANGELOG.md | |
parent | fd24467b923bd09850979600aeb9a46f8f0c7967 (diff) | |
parent | 34cdbcbb644e14dde562c150fa8ae2881e6a899b (diff) | |
download | pleroma-82f4e4760ed594fd858e36444dfb01f27fa8068c.tar.gz pleroma-82f4e4760ed594fd858e36444dfb01f27fa8068c.zip |
Merge branch 'develop' into feature/admin-api-list-statuses-for-a-given-instance
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 3e22d7acb..68a9d93d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Authentication: Added rate limit for password-authorized actions / login existence checks - Static Frontend: Add the ability to render user profiles and notices server-side without requiring JS app. - Mix task to re-count statuses for all users (`mix pleroma.count_statuses`) +- Mix task to list all users (`mix pleroma.user list`) - Support for `X-Forwarded-For` and similar HTTP headers which used by reverse proxies to pass a real user IP address to the backend. Must not be enabled unless your instance is behind at least one reverse proxy (such as Nginx, Apache HTTPD or Varnish Cache). - MRF: New module which handles incoming posts based on their age. By default, all incoming posts that are older than 2 days will be unlisted and not shown to their followers. <details> @@ -70,6 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 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> ### Fixed |