diff options
author | lain <lain@soykaf.club> | 2019-12-10 13:34:54 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-12-10 13:34:54 +0000 |
commit | 1ae976ac51d5ad7c224fa4d1ddee0bbd007d6787 (patch) | |
tree | 1e0b4fa5d7ca5d12ac2d41ee5a077f669f64fb43 /CHANGELOG.md | |
parent | 835ac2157c53e8c85bd3759efe061dbfbdfc367e (diff) | |
parent | 54b1b2c9c0c24165b5b32c352fa684eed28bfa93 (diff) | |
download | pleroma-1ae976ac51d5ad7c224fa4d1ddee0bbd007d6787.tar.gz pleroma-1ae976ac51d5ad7c224fa4d1ddee0bbd007d6787.zip |
Merge branch 'develop' into '1427-oauth-admin-scopes'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3273286..56b6371d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 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. +- User settings: Add _This account is a_ option. - OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`). <details> <summary>API Changes</summary> @@ -79,6 +80,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Pleroma API: Add Emoji reactions - Admin API: Add `/api/pleroma/admin/instances/:instance/statuses` - lists all statuses from a given instance - Admin API: `PATCH /api/pleroma/users/confirm_email` to confirm email for multiple users, `PATCH /api/pleroma/users/resend_confirmation_email` to resend confirmation email for multiple users +- ActivityPub: Configurable `type` field of the actors. +- Mastodon API: `/api/v1/accounts/:id` has `source/pleroma/actor_type` field. +- Mastodon API: `/api/v1/update_credentials` accepts `actor_type` field. </details> ### Fixed |