summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8455.bugfix1
-rw-r--r--changelog.d/8519.feature1
-rw-r--r--changelog.d/8539.feature1
-rw-r--r--changelog.d/8580.bugfix1
-rw-r--r--changelog.d/8582.doc1
-rw-r--r--changelog.d/8614.misc1
-rw-r--r--changelog.d/8615.misc1
-rw-r--r--changelog.d/8620.bugfix1
-rw-r--r--changelog.d/8621.misc1
-rw-r--r--changelog.d/8627.bugfix1
-rw-r--r--changelog.d/8628.bugfix1
-rw-r--r--changelog.d/8632.bugfix1
-rw-r--r--changelog.d/8634.misc1
-rw-r--r--changelog.d/8639.misc1
-rw-r--r--changelog.d/8640.misc1
-rw-r--r--changelog.d/8643.bugfix1
-rw-r--r--changelog.d/8644.misc1
-rw-r--r--changelog.d/8647.feature1
-rw-r--r--changelog.d/8648.bugfix1
-rw-r--r--changelog.d/8654.bugfix1
-rw-r--r--changelog.d/8656.bugfix1
-rw-r--r--changelog.d/8657.doc1
22 files changed, 19 insertions, 3 deletions
diff --git a/changelog.d/8455.bugfix b/changelog.d/8455.bugfix
new file mode 100644

index 0000000000..561e73f5e0 --- /dev/null +++ b/changelog.d/8455.bugfix
@@ -0,0 +1 @@ +Fix fetching of E2E cross signing keys over federation when only one of the master key and device signing key is cached already. diff --git a/changelog.d/8519.feature b/changelog.d/8519.feature new file mode 100644
index 0000000000..e2ab548681 --- /dev/null +++ b/changelog.d/8519.feature
@@ -0,0 +1 @@ +Add an admin api to delete a single file or files were not used for a defined time from server. Contributed by @dklimpel. \ No newline at end of file diff --git a/changelog.d/8539.feature b/changelog.d/8539.feature new file mode 100644
index 0000000000..15ce02fb86 --- /dev/null +++ b/changelog.d/8539.feature
@@ -0,0 +1 @@ +Split admin API for reported events (`GET /_synapse/admin/v1/event_reports`) into detail and list endpoints. This is a breaking change to #8217 which was introduced in Synapse v1.21.0. Those who already use this API should check their scripts. Contributed by @dklimpel. \ No newline at end of file diff --git a/changelog.d/8580.bugfix b/changelog.d/8580.bugfix new file mode 100644
index 0000000000..31734fd97d --- /dev/null +++ b/changelog.d/8580.bugfix
@@ -0,0 +1 @@ +Fix a bug where Synapse would blindly forward bad responses from federation to clients when retrieving profile information. diff --git a/changelog.d/8582.doc b/changelog.d/8582.doc new file mode 100644
index 0000000000..041f168717 --- /dev/null +++ b/changelog.d/8582.doc
@@ -0,0 +1 @@ +Instructions for Azure AD in the OpenID Connect documentation. Contributed by peterk. diff --git a/changelog.d/8614.misc b/changelog.d/8614.misc new file mode 100644
index 0000000000..1bf9ea08f0 --- /dev/null +++ b/changelog.d/8614.misc
@@ -0,0 +1 @@ +Don't instansiate Requester directly. diff --git a/changelog.d/8615.misc b/changelog.d/8615.misc new file mode 100644
index 0000000000..79fa7b7ff8 --- /dev/null +++ b/changelog.d/8615.misc
@@ -0,0 +1 @@ +Type hints for `RegistrationStore`. diff --git a/changelog.d/8620.bugfix b/changelog.d/8620.bugfix new file mode 100644
index 0000000000..c1078a3fb5 --- /dev/null +++ b/changelog.d/8620.bugfix
@@ -0,0 +1 @@ +Fix a bug where the account validity endpoint would silently fail if the user ID did not have an expiration time. It now returns a 400 error. diff --git a/changelog.d/8621.misc b/changelog.d/8621.misc new file mode 100644
index 0000000000..5720b665fe --- /dev/null +++ b/changelog.d/8621.misc
@@ -0,0 +1 @@ +Remove unused OPTIONS handlers. diff --git a/changelog.d/8627.bugfix b/changelog.d/8627.bugfix new file mode 100644
index 0000000000..143cf95f92 --- /dev/null +++ b/changelog.d/8627.bugfix
@@ -0,0 +1 @@ +Fix email notifications for invites without local state. diff --git a/changelog.d/8628.bugfix b/changelog.d/8628.bugfix new file mode 100644
index 0000000000..1316136ca2 --- /dev/null +++ b/changelog.d/8628.bugfix
@@ -0,0 +1 @@ +Fix handling of invalid group IDs to return a 400 rather than log an exception and return a 500. diff --git a/changelog.d/8632.bugfix b/changelog.d/8632.bugfix new file mode 100644
index 0000000000..7d834aa2e2 --- /dev/null +++ b/changelog.d/8632.bugfix
@@ -0,0 +1 @@ +Fix handling of User-Agent headers that are invalid UTF-8, which caused user agents of users to not get correctly recorded. diff --git a/changelog.d/8634.misc b/changelog.d/8634.misc new file mode 100644
index 0000000000..c4f74ba7c9 --- /dev/null +++ b/changelog.d/8634.misc
@@ -0,0 +1 @@ +Correct Synapse's PyPI package name in the OpenID Connect installation instructions. \ No newline at end of file diff --git a/changelog.d/8639.misc b/changelog.d/8639.misc new file mode 100644
index 0000000000..20a213df39 --- /dev/null +++ b/changelog.d/8639.misc
@@ -0,0 +1 @@ +Fix typos and spelling errors in the code. diff --git a/changelog.d/8640.misc b/changelog.d/8640.misc new file mode 100644
index 0000000000..cf6023f783 --- /dev/null +++ b/changelog.d/8640.misc
@@ -0,0 +1 @@ +Reduce number of OpenTracing spans started. diff --git a/changelog.d/8643.bugfix b/changelog.d/8643.bugfix new file mode 100644
index 0000000000..fcda1ca871 --- /dev/null +++ b/changelog.d/8643.bugfix
@@ -0,0 +1 @@ +Fix a bug in the `joined_rooms` admin API if the user has never joined any rooms. The bug was introduced, along with the API, in v1.21.0. diff --git a/changelog.d/8644.misc b/changelog.d/8644.misc new file mode 100644
index 0000000000..87f2b72924 --- /dev/null +++ b/changelog.d/8644.misc
@@ -0,0 +1 @@ +Add field `total` to device list in admin API. \ No newline at end of file diff --git a/changelog.d/8647.feature b/changelog.d/8647.feature new file mode 100644
index 0000000000..79e98f6e90 --- /dev/null +++ b/changelog.d/8647.feature
@@ -0,0 +1 @@ +Add an admin API `GET /_synapse/admin/v1/users/<user_id>/media` to get information about uploaded media. Contributed by @dklimpel. \ No newline at end of file diff --git a/changelog.d/8648.bugfix b/changelog.d/8648.bugfix deleted file mode 100644
index aa71ad0ff2..0000000000 --- a/changelog.d/8648.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix a bug introduced in v1.22.0rc1 which would cause ephemeral events to not be sent to appservices. \ No newline at end of file diff --git a/changelog.d/8654.bugfix b/changelog.d/8654.bugfix deleted file mode 100644
index 91d3265b7f..0000000000 --- a/changelog.d/8654.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix `user_daily_visits` to not have duplicate rows for UA. Broke in v1.22.0rc1. diff --git a/changelog.d/8656.bugfix b/changelog.d/8656.bugfix deleted file mode 100644
index d6415e8282..0000000000 --- a/changelog.d/8656.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix a bug introduced in v1.22.0rc1 where presence events were not properly passed to application services. diff --git a/changelog.d/8657.doc b/changelog.d/8657.doc new file mode 100644
index 0000000000..3dcbb221af --- /dev/null +++ b/changelog.d/8657.doc
@@ -0,0 +1 @@ +Fix the filepath of Dex's example config and the link to Dex's Getting Started guide in the OpenID Connect docs.