summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-01-28 16:42:57 +0000
committerlain <lain@soykaf.club>2020-01-28 16:42:57 +0000
commit12b6fcdb8c8c65311d1a13976dfe8d027bdcd168 (patch)
tree0028c98cb7931305ffcc23880d43eaf247d24feb /CHANGELOG.md
parent2c121b26236ea22d339af13243dc188262ace105 (diff)
parent4eb935be78eeaf1decb7fc109cec09ca18d82854 (diff)
downloadpleroma-12b6fcdb8c8c65311d1a13976dfe8d027bdcd168.tar.gz
pleroma-12b6fcdb8c8c65311d1a13976dfe8d027bdcd168.zip
Merge branch 'features/task-test-email' into 'develop'
Create pleroma.email mix task Closes #1061 See merge request pleroma/pleroma!2118
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 da211a1a1..e5f4d848a 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.