summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-01-20 13:23:21 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-01-28 16:49:38 +0100
commit4eb935be78eeaf1decb7fc109cec09ca18d82854 (patch)
tree4be2d8c3c0edce50783de984123c6a563affb018 /CHANGELOG.md
parentb12f3064730648de992f934cf5a23cadb5206b9d (diff)
downloadpleroma-4eb935be78eeaf1decb7fc109cec09ca18d82854.tar.gz
pleroma-4eb935be78eeaf1decb7fc109cec09ca18d82854.zip
Create pleroma.email mix task
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1061
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 8d9f7d1b5..3b3cc5a86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -57,6 +57,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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`)
+- Mix task to send a test email (`mix pleroma.email test`)
- 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.
- User notification settings: Add `privacy_option` option.