Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-01-14 | Fix event chain bg update. (#9118) | Erik Johnston | 3 | -1/+10 |
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 (#9... | Erik Johnston | 5 | -29/+38 |
2021-01-14 | Fix get destinations to catch up query. (#9114) | Erik Johnston | 2 | -13/+12 |
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 |
2021-01-14 | Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098) | Tim Leung | 2 | -1/+1 |
2021-01-13 | Add a test for wrong user returned by SSO | Richard van der Hoff | 1 | -0/+27 |
2021-01-13 | Move `complete_sso_ui_auth` into SSOHandler | Richard van der Hoff | 2 | -28/+13 |
2021-01-13 | Give the user a better error when they present bad SSO creds | Richard van der Hoff | 5 | -5/+65 |
2021-01-13 | Add a test for UI-Auth-via-SSO (#9082) | Richard van der Hoff | 4 | -42/+227 |
2021-01-13 |