Merge tag 'v1.21.0rc2' into develop
Synapse 1.21.0rc2 (2020-10-02) ============================== Features -------- - Convert additional templates from inline HTML to Jinja2 templates. ([\#8444](https://github.com/matrix-org/synapse/issues/8444)) Bugfixes -------- - Fix a regression in v1.21.0rc1 which broke thumbnails of remote media. ([\#8438](https://github.com/matrix-org/synapse/issues/8438)) - Do not expose the experimental `uk.half-shot.msc2778.login.application_service` flow in the login API, which caused a compatibility problem with Element iOS. ([\#8440](https://github.com/matrix-org/synapse/issues/8440)) - Fix malformed log line in new federation "catch up" logic. ([\#8442](https://github.com/matrix-org/synapse/issues/8442)) - Fix DB query on startup for negative streams which caused long start up times. Introduced in [\#8374](https://github.com/matrix-org/synapse/issues/8374). ([\#8447](https://github.com/matrix-org/synapse/issues/8447))
No related branches found
No related tags found
Showing
- CHANGES.md 17 additions, 0 deletionsCHANGES.md
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/config/_base.py 5 additions, 6 deletionssynapse/config/_base.py
- synapse/config/captcha.py 3 additions, 0 deletionssynapse/config/captcha.py
- synapse/config/consent_config.py 2 additions, 0 deletionssynapse/config/consent_config.py
- synapse/config/registration.py 5 additions, 0 deletionssynapse/config/registration.py
- synapse/federation/sender/per_destination_queue.py 1 addition, 1 deletionsynapse/federation/sender/per_destination_queue.py
- synapse/res/templates/auth_success.html 21 additions, 0 deletionssynapse/res/templates/auth_success.html
- synapse/res/templates/recaptcha.html 38 additions, 0 deletionssynapse/res/templates/recaptcha.html
- synapse/res/templates/terms.html 20 additions, 0 deletionssynapse/res/templates/terms.html
- synapse/rest/client/v1/login.py 0 additions, 2 deletionssynapse/rest/client/v1/login.py
- synapse/rest/client/v2_alpha/auth.py 26 additions, 110 deletionssynapse/rest/client/v2_alpha/auth.py
- synapse/rest/media/v1/media_storage.py 23 additions, 20 deletionssynapse/rest/media/v1/media_storage.py
- synapse/storage/util/id_generators.py 1 addition, 1 deletionsynapse/storage/util/id_generators.py
Loading
Please register or sign in to comment