Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2021-12-03 00:45:00 +0300
committerThomas Bruederli <thomas@roundcube.net>2021-12-03 00:45:00 +0300
commitc8361a9b9cd938e22390df3f293644ac3dc388b5 (patch)
tree636395500c0e871953874cf64f970ece4854f171
parent09d6abd38fb5dbc7b3734aa73b2e07598eebc9e7 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d47740138..d6f5085ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog Roundcube Webmail
+## Unreleased
+
+- OAuth: pass 'id_token' to 'oauth_login' plugin hook (#8214)
+- OAuth: fix expiration of short-lived oauth tokens (#8147)
+- OAuth: fix relative path to assets if /index.php/foo/bar url is used (#8144)
+
## Release 1.5.1
- Fix importing contacts with no email address (#8227)