diff options
author | kaniini <ariadne@dereferenced.org> | 2019-11-11 19:10:44 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-11-11 19:10:44 +0000 |
commit | 2cc043591c0d69a8793a70db39ddd2429b1c03f5 (patch) | |
tree | f2fa02478913a174bd4dc753dd6bc5f90f09a72e /CHANGELOG.md | |
parent | 55ac38c1d26eb2e59b66eea224f621283d187212 (diff) | |
parent | 3cc49cdb78bf14897030c476b00fb07064f2d74e (diff) | |
download | pleroma-2cc043591c0d69a8793a70db39ddd2429b1c03f5.tar.gz pleroma-2cc043591c0d69a8793a70db39ddd2429b1c03f5.zip |
Merge branch 'feature/static-fe' into 'develop'
Static frontend
See merge request pleroma/pleroma!1917
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 727dde9be..945e7dc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Refreshing poll results for remote polls - 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`) - 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). <details> |