From: Ivan Tashkinov Date: Thu, 5 Dec 2019 21:26:31 +0000 (+0300) Subject: Merge remote-tracking branch 'remotes/origin/develop' into 1427-oauth-admin-scopes X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=13926537b644c3a4f1904c2fcd5d25fe0f284663;p=akkoma Merge remote-tracking branch 'remotes/origin/develop' into 1427-oauth-admin-scopes --- 13926537b644c3a4f1904c2fcd5d25fe0f284663 diff --cc CHANGELOG.md index dac61c174,a06ea211e..007c6f114 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -42,9 -42,9 +42,10 @@@ The format is based on [Keep a Changelo - 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. +- OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`).
API Changes