diff --git a/CHANGELOG.md b/CHANGELOG.md index ed764d40c70..8454a8df483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,13 @@ - Prefer 8bit over quoted-printable for HTML parts, when force_7bit is disabled (#8477) - Convert images in HTML content pasted into HTML editor to `data:` URIs (and later to attachments) (#6938) - Add possibility to change ATTR_EMULATE_PREPARES via config file (#9213) +- OAuth: Add `oauth_config_uri` - support OAuth/OpenIDC discovery (#8201) +- OAuth: Add `oauth_logout_uri` - allow invalidating the OAUTH-Session on logout (#8057) +- OAuth: Support for OpenID Connect RP-Initiated Logout (#9109) +- OAuth: Add support of OAUTHBEARER (#9217) +- OAuth: Add `oauth_debug` option (#9217) +- OAuth: Fix: missing config `oauth_provider_name` in rcmail_oauth's constructor (#9217) +- OAuth: Refactor: move display to the rcmail_oauth class and use `loginform_content` hook (#9217) - ACL: Set default of 'acl_specials' option to ['anyone'] (#8911) - Enigma: Support Kolab's Web Of Anti-Trust feature (#8626) - Managesieve: Support :encodeurl (RFC 5435) (#8917)