diff options
Diffstat (limited to 'changelog.d')
43 files changed, 43 insertions, 0 deletions
diff --git a/changelog.d/9003.misc b/changelog.d/9003.misc new file mode 100644 index 0000000000..557c8b2353 --- /dev/null +++ b/changelog.d/9003.misc @@ -0,0 +1 @@ +Fix 'object name reserved for internal use' errors with recent versions of SQLite. diff --git a/changelog.d/9123.misc b/changelog.d/9123.misc new file mode 100644 index 0000000000..329600c40c --- /dev/null +++ b/changelog.d/9123.misc @@ -0,0 +1 @@ +Add experimental support for running Synapse with PyPy. diff --git a/changelog.d/9150.feature b/changelog.d/9150.feature new file mode 100644 index 0000000000..48a8148dee --- /dev/null +++ b/changelog.d/9150.feature @@ -0,0 +1 @@ +New API /_synapse/admin/rooms/{roomId}/context/{eventId}. diff --git a/changelog.d/9240.misc b/changelog.d/9240.misc new file mode 100644 index 0000000000..850201f6cd --- /dev/null +++ b/changelog.d/9240.misc @@ -0,0 +1 @@ +Deny access to additional IP addresses by default. diff --git a/changelog.d/9257.bugfix b/changelog.d/9257.bugfix new file mode 100644 index 0000000000..5d0bd88dce --- /dev/null +++ b/changelog.d/9257.bugfix @@ -0,0 +1 @@ +Fix long-standing bug where sending email push would fail for rooms that the server had since left. diff --git a/changelog.d/9281.doc b/changelog.d/9281.doc new file mode 100644 index 0000000000..4dea375f80 --- /dev/null +++ b/changelog.d/9281.doc @@ -0,0 +1 @@ +Reorganizing CHANGELOG.md. \ No newline at end of file diff --git a/changelog.d/9291.doc b/changelog.d/9291.doc new file mode 100644 index 0000000000..422acd3891 --- /dev/null +++ b/changelog.d/9291.doc @@ -0,0 +1 @@ +Add note to `auto_join_rooms` config option explaining existing rooms must be publicly joinable. 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/9299.misc b/changelog.d/9299.misc new file mode 100644 index 0000000000..c883a677ed --- /dev/null +++ b/changelog.d/9299.misc @@ -0,0 +1 @@ +Update the `Cursor` type hints to better match PEP 249. 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/9305.misc b/changelog.d/9305.misc new file mode 100644 index 0000000000..456bfbfdd7 --- /dev/null +++ b/changelog.d/9305.misc @@ -0,0 +1 @@ +Add debug logging for SRV lookups. Contributed by @Bubu. 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/9308.doc b/changelog.d/9308.doc new file mode 100644 index 0000000000..847f2908af --- /dev/null +++ b/changelog.d/9308.doc @@ -0,0 +1 @@ +Correct name of Synapse's service file in TURN howto. diff --git a/changelog.d/9311.feature b/changelog.d/9311.feature new file mode 100644 index 0000000000..293f2118e5 --- /dev/null +++ b/changelog.d/9311.feature @@ -0,0 +1 @@ +Add hook to spam checker modules that allow checking file uploads and remote downloads. diff --git a/changelog.d/9317.doc b/changelog.d/9317.doc new file mode 100644 index 0000000000..f4d508e090 --- /dev/null +++ b/changelog.d/9317.doc @@ -0,0 +1 @@ +Fix the braces in the `oidc_providers` section of the sample config. diff --git a/changelog.d/9321.bugfix b/changelog.d/9321.bugfix new file mode 100644 index 0000000000..f1c882b13c --- /dev/null +++ b/changelog.d/9321.bugfix @@ -0,0 +1 @@ +Assert a maximum length for some parameters for spec compliance. diff --git a/changelog.d/9322.doc b/changelog.d/9322.doc new file mode 100644 index 0000000000..c393a3a299 --- /dev/null +++ b/changelog.d/9322.doc @@ -0,0 +1 @@ +Update installation instructions on Fedora. diff --git a/changelog.d/9326.misc b/changelog.d/9326.misc new file mode 100644 index 0000000000..768c18d27e --- /dev/null +++ b/changelog.d/9326.misc @@ -0,0 +1 @@ +Share the code for handling required attributes between the CAS and SAML handlers. diff --git a/changelog.d/9333.bugfix b/changelog.d/9333.bugfix new file mode 100644 index 0000000000..c34ba378c5 --- /dev/null +++ b/changelog.d/9333.bugfix @@ -0,0 +1 @@ +Fix additional errors when previewing URLs: "AttributeError 'NoneType' object has no attribute 'xpath'" and "ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration.". diff --git a/changelog.d/9361.bugfix b/changelog.d/9361.bugfix new file mode 100644 index 0000000000..4d0477f033 --- /dev/null +++ b/changelog.d/9361.bugfix @@ -0,0 +1 @@ +Fix a bug causing Synapse to impose the wrong type constraints on fields when processing responses from appservices to `/_matrix/app/v1/thirdparty/user/{protocol}`. diff --git a/changelog.d/9362.misc b/changelog.d/9362.misc new file mode 100644 index 0000000000..c75cfeb2a4 --- /dev/null +++ b/changelog.d/9362.misc @@ -0,0 +1 @@ +Clean up the code to load the metadata for OpenID Connect identity providers. diff --git a/changelog.d/9376.feature b/changelog.d/9376.feature new file mode 100644 index 0000000000..68ea21dbdd --- /dev/null +++ b/changelog.d/9376.feature @@ -0,0 +1 @@ +Add support for receiving OpenID Connect authentication responses via form `POST`s rather than `GET`s. diff --git a/changelog.d/9377.misc b/changelog.d/9377.misc new file mode 100644 index 0000000000..df1348ec42 --- /dev/null +++ b/changelog.d/9377.misc @@ -0,0 +1 @@ +Convert tests to use `HomeserverTestCase`. diff --git a/changelog.d/9381.misc b/changelog.d/9381.misc new file mode 100644 index 0000000000..5688166120 --- /dev/null +++ b/changelog.d/9381.misc @@ -0,0 +1 @@ +Update the version of black used to 20.8b1. diff --git a/changelog.d/9384.misc b/changelog.d/9384.misc new file mode 100644 index 0000000000..9db61f44db --- /dev/null +++ b/changelog.d/9384.misc @@ -0,0 +1 @@ +Allow OIDC config to override discovered values. diff --git a/changelog.d/9390.doc b/changelog.d/9390.doc new file mode 100644 index 0000000000..8ed2aa8b6a --- /dev/null +++ b/changelog.d/9390.doc @@ -0,0 +1 @@ +Add HTTP/2 support to the nginx example configuration. Contributed by David Vo. diff --git a/changelog.d/9391.bugfix b/changelog.d/9391.bugfix new file mode 100644 index 0000000000..b5e68e2ac7 --- /dev/null +++ b/changelog.d/9391.bugfix @@ -0,0 +1 @@ +Fix bug where Synapse would occaisonally stop reconnecting after the connection was lost. diff --git a/changelog.d/9393.bugfix b/changelog.d/9393.bugfix new file mode 100644 index 0000000000..f1c882b13c --- /dev/null +++ b/changelog.d/9393.bugfix @@ -0,0 +1 @@ +Assert a maximum length for some parameters for spec compliance. diff --git a/changelog.d/9394.misc b/changelog.d/9394.misc new file mode 100644 index 0000000000..b3e90143cc --- /dev/null +++ b/changelog.d/9394.misc @@ -0,0 +1 @@ +Remove some dead code from the acceptance of room invites path. \ No newline at end of file diff --git a/changelog.d/9395.bugfix b/changelog.d/9395.bugfix new file mode 100644 index 0000000000..d45cc4ffb9 --- /dev/null +++ b/changelog.d/9395.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug when upgrading a room: "TypeError: '>' not supported between instances of 'NoneType' and 'int'". diff --git a/changelog.d/9396.misc b/changelog.d/9396.misc new file mode 100644 index 0000000000..df1348ec42 --- /dev/null +++ b/changelog.d/9396.misc @@ -0,0 +1 @@ +Convert tests to use `HomeserverTestCase`. diff --git a/changelog.d/9400.feature b/changelog.d/9400.feature new file mode 100644 index 0000000000..3067c3907b --- /dev/null +++ b/changelog.d/9400.feature @@ -0,0 +1 @@ +Add the shadow-banning status to the display user admin API. \ No newline at end of file diff --git a/changelog.d/9404.doc b/changelog.d/9404.doc new file mode 100644 index 0000000000..aa2e63f2f6 --- /dev/null +++ b/changelog.d/9404.doc @@ -0,0 +1 @@ +Update docs for using Gitea as OpenID provider. diff --git a/changelog.d/9407.doc b/changelog.d/9407.doc new file mode 100644 index 0000000000..36979bc0d8 --- /dev/null +++ b/changelog.d/9407.doc @@ -0,0 +1 @@ +Document that pusher instances are shardable. diff --git a/changelog.d/9408.misc b/changelog.d/9408.misc new file mode 100644 index 0000000000..600bacbfe7 --- /dev/null +++ b/changelog.d/9408.misc @@ -0,0 +1 @@ +Clean up an unused method in the presence handler code. \ No newline at end of file diff --git a/changelog.d/9421.bugfix b/changelog.d/9421.bugfix new file mode 100644 index 0000000000..b73ed5664c --- /dev/null +++ b/changelog.d/9421.bugfix @@ -0,0 +1 @@ +Reduce the amount of memory used when generating the URL preview of a file that is larger than the `max_spider_size`. diff --git a/changelog.d/9425.bugfix b/changelog.d/9425.bugfix new file mode 100644 index 0000000000..f5b8857cdb --- /dev/null +++ b/changelog.d/9425.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug in the deduplication of old presence, resulting in no deduplication. \ No newline at end of file diff --git a/changelog.d/9426.bugfix b/changelog.d/9426.bugfix new file mode 100644 index 0000000000..a852a315ad --- /dev/null +++ b/changelog.d/9426.bugfix @@ -0,0 +1 @@ +The `ui_auth.session_timeout` configuration setting can now be specified in terms of number of seconds/minutes/etc/. Contributed by Rishabh Arya. diff --git a/changelog.d/9428.bugfix b/changelog.d/9428.bugfix new file mode 100644 index 0000000000..132e35440a --- /dev/null +++ b/changelog.d/9428.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.27.0: "TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType." related to the user directory. diff --git a/changelog.d/9429.removal b/changelog.d/9429.removal new file mode 100644 index 0000000000..1ff9089a20 --- /dev/null +++ b/changelog.d/9429.removal @@ -0,0 +1 @@ +Deprecate old admin API `GET /_synapse/admin/v1/users/<user_id>`. \ No newline at end of file diff --git a/changelog.d/9433.docker b/changelog.d/9433.docker new file mode 100644 index 0000000000..cbe3a674d3 --- /dev/null +++ b/changelog.d/9433.docker @@ -0,0 +1 @@ +Drop support for ARMv7 in Docker images. diff --git a/changelog.d/9434.doc b/changelog.d/9434.doc new file mode 100644 index 0000000000..fd334136c2 --- /dev/null +++ b/changelog.d/9434.doc @@ -0,0 +1 @@ +Fix erroneous documentation from v1.27.0 about updating the SAML2 callback URL. |