diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-22 12:55:32 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-02-22 12:55:32 +0000 |
commit | 5d405f7e7a292691e30a33a762b7834d9854209b (patch) | |
tree | 40863c9e510ac4ad8aa2eada7bbdab6c9760cb27 /changelog.d | |
parent | Merge remote-tracking branch 'origin/release-v1.28.0' into matrix-org-hotfixes (diff) | |
parent | Clean up the user directory sample config section (#9385) (diff) | |
download | synapse-5d405f7e7a292691e30a33a762b7834d9854209b.tar.xz |
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8957.feature | 1 | ||||
-rw-r--r-- | changelog.d/9203.feature | 1 | ||||
-rw-r--r-- | changelog.d/9383.feature | 1 | ||||
-rw-r--r-- | changelog.d/9385.feature | 1 | ||||
-rw-r--r-- | changelog.d/9402.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/9432.misc | 1 | ||||
-rw-r--r-- | changelog.d/9438.feature | 1 | ||||
-rw-r--r-- | changelog.d/9440.bugfix | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/changelog.d/8957.feature b/changelog.d/8957.feature new file mode 100644 index 0000000000..fa8961f840 --- /dev/null +++ b/changelog.d/8957.feature @@ -0,0 +1 @@ +Add rate limiters to cross-user key sharing requests. diff --git a/changelog.d/9203.feature b/changelog.d/9203.feature new file mode 100644 index 0000000000..36b66a47a8 --- /dev/null +++ b/changelog.d/9203.feature @@ -0,0 +1 @@ +Add some configuration settings to make users' profile data more private. diff --git a/changelog.d/9383.feature b/changelog.d/9383.feature new file mode 100644 index 0000000000..8957c9cc5e --- /dev/null +++ b/changelog.d/9383.feature @@ -0,0 +1 @@ +Add a configuration option, `user_directory.prefer_local_users`, which when enabled will make it more likely for users on the same server as you to appear above other users. \ No newline at end of file diff --git a/changelog.d/9385.feature b/changelog.d/9385.feature new file mode 100644 index 0000000000..cbe3922de8 --- /dev/null +++ b/changelog.d/9385.feature @@ -0,0 +1 @@ + Add a configuration option, `user_directory.prefer_local_users`, which when enabled will make it more likely for users on the same server as you to appear above other users. \ No newline at end of file diff --git a/changelog.d/9402.bugfix b/changelog.d/9402.bugfix new file mode 100644 index 0000000000..7729225ba2 --- /dev/null +++ b/changelog.d/9402.bugfix @@ -0,0 +1 @@ +Fix a bug where a lot of unnecessary presence updates were sent when joining a room. diff --git a/changelog.d/9432.misc b/changelog.d/9432.misc new file mode 100644 index 0000000000..1e07da2033 --- /dev/null +++ b/changelog.d/9432.misc @@ -0,0 +1 @@ +Add documentation and type hints to `parse_duration`. diff --git a/changelog.d/9438.feature b/changelog.d/9438.feature new file mode 100644 index 0000000000..a1f6be5563 --- /dev/null +++ b/changelog.d/9438.feature @@ -0,0 +1 @@ +Add support for regenerating thumbnails if they have been deleted but the original image is still stored. diff --git a/changelog.d/9440.bugfix b/changelog.d/9440.bugfix new file mode 100644 index 0000000000..47b9842b37 --- /dev/null +++ b/changelog.d/9440.bugfix @@ -0,0 +1 @@ +Fix bug introduced in v1.27.0 where allowing a user to choose their own username when logging in via single sign-on did not work unless an `idp_icon` was defined. |