| Commit message (Expand) | Author | Files | Lines |
2020-06-05 | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 1 | -0/+1 |
2020-06-04 | Fix encryption algorithm typos in tests/comments (#7637) | Andrew Morgan | 4 | -10/+11 |
2020-06-04 | Advertise the token login type when OpenID Connect is enabled. (#7631) | Patrick Cloke | 2 | -8/+4 |
2020-06-03 | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 8 | -324/+428 |
2020-06-03 | async/await get_user_id_by_threepid (#7620) | Andrew Morgan | 4 | -28/+29 |
2020-06-03 | Check the changelog number in check-newsfragment (#7623) | Richard van der Hoff | 2 | -4/+17 |
2020-06-03 | Replace instances of reactor pumping with get_success. (#7619) | Andrew Morgan | 3 | -121/+152 |
2020-06-03 | Check if the localpart is reserved for guests earlier in the registration flo... | Brendan Abolivier | 2 | -9/+10 |
2020-06-03 | Fix exceptions when fetching events from a down host. (#7622) | Erik Johnston | 2 | -1/+2 |
2020-06-03 | `synctl restart` should start synapse if it wasn't running (#7624) | Richard van der Hoff | 2 | -1/+2 |
2020-06-03 | Switch back to upstream dh-virtualenv (#7621) | Richard van der Hoff | 2 | -1/+2 |
2020-06-03 | Fix typo in PR link github/release-v1.14.0 release-v1.14.0 | Richard van der Hoff | 1 | -1/+1 |
2020-06-03 | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 7 | -61/+77 |
2020-06-02 | update grafana dashboard | Richard van der Hoff | 1 | -88/+525 |
2020-06-01 | Mention #synapse:matrix.org in README troubleshooting (#7603) | Andrew Morgan | 2 | -1/+5 |
2020-06-01 | Advertise Python 3.8 support in setup.py (#7602) | Andrew Morgan | 2 | -0/+2 |
2020-06-01 | Fix a bug in automatic user creation with m.login.jwt. (#7585) | Olof Johansson | 3 | -7/+162 |
2020-06-01 | Process cross-signing keys when resyncing device lists (#7594) | Brendan Abolivier | 4 | -18/+119 |
2020-06-01 | Email notifications for new users when creating via the Admin API. (#7267) | Dirk Klimpel | 3 | -0/+92 |
2020-06-01 | Improve performance of _get_state_groups_from_groups_txn (#7567) | Dagfinn Ilmari Mannsåker | 2 | -6/+7 |
2020-06-01 | Convert groups local and server to async/await. (#7600) | Patrick Cloke | 3 | -190/+150 |
2020-06-01 | Don't fail all of an iteration of the device list retry loop on error (#7609) | Brendan Abolivier | 2 | -15/+22 |
2020-06-01 | |