| Commit message (Expand) | Author | Files | Lines |
2020-09-29 | Fix handling of connection timeouts in outgoing http requests (#8400) | Richard van der Hoff | 9 | -98/+311 |
2020-09-28 | Add checks for postgres sequence consistency (#8402) | Erik Johnston | 8 | -6/+160 |
2020-09-28 | Create a mechanism for marking tests "logcontext clean" (#8399) | Richard van der Hoff | 4 | -21/+41 |
2020-09-28 | Add `ui_auth_sessions_ips` table to `synapse_port_db` ignore list (#8410) | Dagfinn Ilmari Mannsåker | 2 | -0/+2 |
2020-09-28 | A pair of tiny cleanups in the federation request code. (#8401) | Richard van der Hoff | 3 | -3/+2 |
2020-09-28 | typo | Matthew Hodgson | 1 | -1/+1 |
2020-09-25 | Escape the error description on the sso_error template. (#8405) | Patrick Cloke | 2 | -1/+2 |
2020-09-25 | Fix occasional "Re-starting finished log context" from keyring (#8398) | Richard van der Hoff | 3 | -90/+101 |
2020-09-25 | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 6 | -17/+76 |
2020-09-25 | Fix schema delta for servers that have not backfilled (#8396) | Erik Johnston | 3 | -2/+9 |
2020-09-24 | Fix MultiWriteIdGenerator's handling of restarts. (#8374) | Erik Johnston | 7 | -30/+274 |
2020-09-24 | s/URLs/variables in changelog v1.20.1 github/release-v1.20.1 release-v1.20.1 | Andrew Morgan | 1 | -1/+1 |
2020-09-24 | s/accidentally/incorrectly in changelog | Andrew Morgan | 1 | -1/+1 |
2020-09-24 | Update changelog wording | Andrew Morgan | 1 | -1/+1 |
2020-09-24 | 1.20.1 | Andrew Morgan | 5 | -3/+17 |
2020-09-24 | Mark the shadow_banned column as boolean in synapse_port_db. (#8386) | Patrick Cloke | 3 | -0/+2 |
2020-09-24 | Hotfix: disable autoescape by default when rendering Jinja2 templates (#8394) | Andrew Morgan | 3 | -3/+12 |
2020-09-24 | Add type annotations to SimpleHttpClient (#8372) | Richard van der Hoff | 4 | -61/+143 |
2020-09-24 | Add new sequences to port DB script (#8387) | Erik Johnston | 2 | -0/+25 |
2020-09-24 | Add EventStreamPosition type (#8388) | Erik Johnston | 11 | -57/+100 |
2020-09-24 | Mark the shadow_banned column as boolean in synapse_port_db. (#8386) | Patrick Cloke | 3 | -0/+2 |
2020-09-23 | Factor out `_send_dummy_event_for_room` (#8370) | Richard van der Hoff | 2 | -48/+55 |
2020-09-23 | |