diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-02-03 21:05:52 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-02-03 21:05:52 +0000 |
commit | 03e762ac9120c92895f9e5bd3121456567e53aef (patch) | |
tree | a8878d7f50dbc1033f2357258ec0c752ca6c2368 /changelog.d | |
parent | Merge remote-tracking branch 'origin/release-v1.27.0' into fosdem-2021 (diff) | |
parent | Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixes (diff) | |
download | synapse-github/fosdem-2021.tar.xz |
Merge branch 'social_login_hotfixes' into fosdem-2021 github/fosdem-2021 fosdem-2021
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9296.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/9297.feature | 1 | ||||
-rw-r--r-- | changelog.d/9300.feature | 1 | ||||
-rw-r--r-- | changelog.d/9301.feature | 1 | ||||
-rw-r--r-- | changelog.d/9307.misc | 1 | ||||
-rw-r--r-- | changelog.d/9310.doc | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/9296.bugfix b/changelog.d/9296.bugfix new file mode 100644 index 0000000000..d723f8c5bd --- /dev/null +++ b/changelog.d/9296.bugfix @@ -0,0 +1 @@ +Fix bug in Synapse 1.27.0rc1 which meant the "session expired" error page during SSO registration was badly formatted. diff --git a/changelog.d/9297.feature b/changelog.d/9297.feature new file mode 100644 index 0000000000..a2d0b27da4 --- /dev/null +++ b/changelog.d/9297.feature @@ -0,0 +1 @@ +Further improvements to the user experience of registration via single sign-on. diff --git a/changelog.d/9300.feature b/changelog.d/9300.feature new file mode 100644 index 0000000000..a2d0b27da4 --- /dev/null +++ b/changelog.d/9300.feature @@ -0,0 +1 @@ +Further improvements to the user experience of registration via single sign-on. diff --git a/changelog.d/9301.feature b/changelog.d/9301.feature new file mode 100644 index 0000000000..a2d0b27da4 --- /dev/null +++ b/changelog.d/9301.feature @@ -0,0 +1 @@ +Further improvements to the user experience of registration via single sign-on. diff --git a/changelog.d/9307.misc b/changelog.d/9307.misc new file mode 100644 index 0000000000..2f54d1ad07 --- /dev/null +++ b/changelog.d/9307.misc @@ -0,0 +1 @@ +Improve logging for OIDC login flow. diff --git a/changelog.d/9310.doc b/changelog.d/9310.doc new file mode 100644 index 0000000000..f61705b73a --- /dev/null +++ b/changelog.d/9310.doc @@ -0,0 +1 @@ +Clarify the sample configuration for changes made to the template loading code. |