summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlex Schroeder <alex@gnu.org>2019-11-17 21:58:30 +0100
committerAlex Schroeder <alex@gnu.org>2019-11-21 21:07:06 +0100
commitfbc379d68990b166e1034cfff252f975f793eba1 (patch)
tree981494a05ec279a70d82f6d6816c8454df056d34 /CHANGELOG.md
parent4df2d64b9f3fc9c7acbdd97113ce963e0bbe8134 (diff)
downloadpleroma-fbc379d68990b166e1034cfff252f975f793eba1.tar.gz
pleroma-fbc379d68990b166e1034cfff252f975f793eba1.zip
Add CLI list users command
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d9b97f0b..e237ec731 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,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>