Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-03 | v1.11.1 | Brendan Abolivier | 4 | -3/+16 | |
2020-03-03 | Fix wrong handler being used in SAML handler | Brendan Abolivier | 1 | -3/+2 | |
2020-03-03 | Factor out complete_sso_login and expose it to the Module API | Brendan Abolivier | 4 | -57/+96 | |
2020-03-02 | Add a whitelist for the SSO confirmation step. | Richard van der Hoff | 4 | -14/+84 | |
2020-03-02 | Add a confirmation step to the SSO login flow | Brendan Abolivier | 7 | -6/+245 | |
2020-03-02 | Fixed set a user as an admin with the new API (#6928) | Dirk Klimpel | 4 | -38/+194 | |
Fix #6910 | |||||
2020-02-26 | Cast a coroutine into a Deferred in the federation base (#6996) | Patrick Cloke | 2 | -6/+9 | |
Properly convert a coroutine into a Deferred in federation_base to fix an error when joining a room. | |||||
2020-02-21 | 1.11.0 v1.11.0 github/release-v1.11.0 release-v1.11.0 | Richard van der Hoff | 4 | -2/+16 | |
2020-02-21 | Small grammar fixes to the ACME v1 deprecation notice (#6944) | Andrew Morgan | 3 | -10/+10 | |
Some small fixes to the copy in #6907. | |||||
2020-02-19 | update changes.md v1.11.0rc1 | Richard van der Hoff | 1 | -6/+5 | |
2020-02-19 | 1.11.0rc1 | Richard van der Hoff | 57 | -56/+74 | |
2020-02-19 | Revert `get_auth_chain_ids` changes (#6951) | Erik Johnston | 2 | -28/+1 | |
2020-02-19 | Move MSC2432 stuff onto unstable prefix (#6948) | Richard van der Hoff | 4 | -4/+23 | |
it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users. | |||||
2020-02-19 | Tiny optimisation for _get_handler_for_request (#6950) | Richard van der Hoff | 2 | -1/+4 | |
we have hundreds of path_regexes (see #5118), so let's not convert the same bytes to str for each of them. | |||||
2020-02-19 | Increase DB/CPU perf of `_is_server_still_joined` check. (#6936) | Erik Johnston | 3 | -15/+60 | |
* Increase DB/CPU perf of `_is_server_still_joined` check. For rooms with large amount of state a single user leaving could cause us to go and load a lot of membership events and then pull out membership state in a large number of batches. * Newsfile * Update synapse/storage/persist_events.py Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Fix adding if too soon * Update docstring * Review comments * Woops typo Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2020-02-19 | Incorporate review | Brendan Abolivier | 2 | -12/+13 | |
2020-02-19 | Update changelog.d/6945.bugfix | Brendan Abolivier | 1 | -1/ |