1
0

Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backup_versions_are_numbers

This commit is contained in:
David Baker
2018-11-09 18:35:02 +00:00
140 changed files with 2471 additions and 754 deletions

View File

@@ -1 +0,0 @@
Add information about the [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy) playbook

1
changelog.d/3778.misc Normal file
View File

@@ -0,0 +1 @@
Fix build of Docker image with docker-compose

View File

@@ -1 +0,0 @@
Add initial implementation of new state resolution algorithm

View File

@@ -1 +0,0 @@
Fix HTTP error response codes for federated group requests.

View File

@@ -1 +0,0 @@
Servers with auto-join rooms will now automatically create those rooms when the first user registers

1
changelog.d/4004.feature Normal file
View File

@@ -0,0 +1 @@
Include flags to optionally add `m.login.terms` to the registration flow when consent tracking is enabled.

1
changelog.d/4006.misc Normal file
View File

@@ -0,0 +1 @@
Delete unreferenced state groups during history purge

View File

@@ -1 +0,0 @@
Reduce database load when fetching state groups

View File

@@ -1 +0,0 @@
Various cleanups in the federation client code

View File

@@ -1 +0,0 @@
Run the CircleCI builds in docker containers

View File

@@ -1 +0,0 @@
Fix issue where Python 3 users couldn't paginate /publicRooms

View File

@@ -1 +0,0 @@
Only colourise synctl output when attached to tty

View File

@@ -1 +0,0 @@
Fix URL priewing to work in Python 3.7

View File

@@ -1 +0,0 @@
Add config option to control alias creation

View File

@@ -1 +0,0 @@
synctl will use the right python executable to run worker processes

View File

@@ -1 +0,0 @@
Manhole now works again on Python 3, instead of failing with a "couldn't match all kex parts" when connecting.

View File

@@ -1 +0,0 @@
Fix some metrics being racy and causing exceptions when polled by Prometheus.

View File

@@ -1 +0,0 @@
Refactor room alias creation code

View File

@@ -1 +0,0 @@
Manhole now works again on Python 3, instead of failing with a "couldn't match all kex parts" when connecting.

View File

@@ -1 +0,0 @@
Fix bug which prevented email notifications from being sent unless an absolute path was given for `email_templates`.

View File

@@ -1 +0,0 @@
Make the Python scripts in the top-level scripts folders meet pep8 and pass flake8.

View File

@@ -1 +0,0 @@
The README now contains example for the Caddy web server. Contributed by steamp0rt.

View File

@@ -1 +0,0 @@
Add psutil as an explicit dependency

View File

@@ -1 +0,0 @@
Correctly account for cpu usage by background threads

View File

@@ -1 +0,0 @@
Clean up threading and logcontexts in pushers

View File

@@ -1 +0,0 @@
Correctly manage logcontexts during startup to fix some "Unexpected logging context" warnings

View File

@@ -1 +0,0 @@
Give some more things logcontexts

View File

@@ -1,2 +0,0 @@
Fix race condition where config defined reserved users were not being added to
the monthly active user list prior to the homeserver reactor firing up

View File

@@ -1 +0,0 @@
Clean up some bits of code which were flagged by the linter

View File

@@ -1 +0,0 @@
Fix bug which prevented backslashes being used in event field filters

View File

@@ -1 +0,0 @@
The register_new_matrix_user script is now ported to Python 3.

View File

@@ -1 +0,0 @@
Configure Docker image to listen on both ipv4 and ipv6.

1
changelog.d/4095.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix exceptions when using the email mailer on Python 3.

1
changelog.d/4101.feature Normal file
View File

@@ -0,0 +1 @@
Support for replacing rooms with new ones

1
changelog.d/4118.removal Normal file
View File

@@ -0,0 +1 @@
The obsolete and non-functional /pull federation endpoint has been removed.

1
changelog.d/4119.removal Normal file
View File

@@ -0,0 +1 @@
The deprecated v1 key exchange endpoints have been removed.

1
changelog.d/4120.removal Normal file
View File

@@ -0,0 +1 @@
Synapse will no longer fetch keys using the fallback deprecated v1 key exchange method and will now always use v2.

1
changelog.d/4121.misc Normal file
View File

@@ -0,0 +1 @@
Log some bits about room creation

1
changelog.d/4122.bugfix Normal file
View File

@@ -0,0 +1 @@
Searches that request profile info now no longer fail with a 500.

1
changelog.d/4123.bugfix Normal file
View File

@@ -0,0 +1 @@
fix return code of empty key backups

1
changelog.d/4124.misc Normal file
View File

@@ -0,0 +1 @@
Fix `tox` failure on old systems

1
changelog.d/4127.bugfix Normal file
View File

@@ -0,0 +1 @@
If the typing stream ID goes backwards (as on a worker when the master restarts), the worker's typing handler will no longer erroneously report rooms containing new typing events.

1
changelog.d/4128.misc Normal file
View File

@@ -0,0 +1 @@
Add STATE_V2_TEST room version

1
changelog.d/4132.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix table lock of device_lists_remote_cache which could freeze the application

1
changelog.d/4133.feature Normal file
View File

@@ -0,0 +1 @@
Include flags to optionally add `m.login.terms` to the registration flow when consent tracking is enabled.

1
changelog.d/4135.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix exception when using state res v2 algorithm

1
changelog.d/4137.misc Normal file
View File

@@ -0,0 +1 @@
Clean up event accesses and tests

1
changelog.d/4138.misc Normal file
View File

@@ -0,0 +1 @@
The default logging config will now set an explicit log file encoding of UTF-8.

1
changelog.d/4139.misc Normal file
View File

@@ -0,0 +1 @@
Add helpers functions for getting prev and auth events of an event

1
changelog.d/4140.bugfix Normal file
View File

@@ -0,0 +1 @@
Generating the user consent URI no longer fails on Python 3.

1
changelog.d/4142.feature Normal file
View File

@@ -0,0 +1 @@
Include flags to optionally add `m.login.terms` to the registration flow when consent tracking is enabled.

1
changelog.d/4149.misc Normal file
View File

@@ -0,0 +1 @@
Add some tests for the HTTP pusher.

1
changelog.d/4155.misc Normal file
View File

@@ -0,0 +1 @@
add purge_history.sh and purge_remote_media.sh scripts to contrib/

1
changelog.d/4156.misc Normal file
View File

@@ -0,0 +1 @@
HTTP tests have been refactored to contain less boilerplate.

1
changelog.d/4157.bugfix Normal file
View File

@@ -0,0 +1 @@
Loading URL previews from the DB cache on Postgres will no longer cause Unicode type errors when responding to the request, and URL previews will no longer fail if the remote server returns a Content-Type header with the chartype in quotes.

1
changelog.d/4161.bugfix Normal file
View File

@@ -0,0 +1 @@
The hash_password script now works on Python 3.

1
changelog.d/4163.bugfix Normal file
View File

@@ -0,0 +1 @@
Generating the user consent URI no longer fails on Python 3.

1
changelog.d/4164.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix noop checks when updating device keys, reducing spurious device list update notifications.