Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-15 | Add some extra notes for getting Synapse running on macOS. (#8997) | Eric Eastwood | 4 | -1/+25 | |
2021-01-14 | Fix event chain bg update. (#9118) | Erik Johnston | 3 | -1/+10 | |
We passed in a graph to `sorted_topologically` which didn't have an entry for each node (as we dropped nodes with no edges). | |||||
2021-01-14 | Fix perf of get_cross_signing_keys (#9116) | Erik Johnston | 3 | -14/+30 | |
2021-01-14 | Fix chain cover background update to work with split out event persisters ↵ | Erik Johnston | 5 | -29/+38 | |
(#9115) | |||||
2021-01-14 | Fix get destinations to catch up query. (#9114) | Erik Johnston | 2 | -13/+12 | |
t was doing a sequential scan on `destination_rooms`, which took minutes. | |||||
2021-01-14 | Add background update for add chain cover index (#9029) | Erik Johnston | 7 | -18/+360 | |
2021-01-14 | Split OidcProvider out of OidcHandler (#9107) | Richard van der Hoff | 4 | -144/+197 | |
The idea here is that we will have an instance of OidcProvider for each configured IdP, with OidcHandler just doing the marshalling of them. For now it's still hardcoded with a single provider. | |||||
2021-01-14 | Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098) | Tim Leung | 2 | -1/+1 | |
A reactor was being passed instead of a whitelist for the BlacklistingAgentWrapper used by the WellyKnownResolver. This coulld cause exceptions when attempting to connect to IP addresses that are blacklisted, but in reality this did not have any observable affect since this code is not used for IP literals. | |||||
2021-01-13 | Add a test for wrong user returned by SSO | Richard van der Hoff | 1 | -0/+27 | |