summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-18Properly raise an exception when the body exceeds the max size. (#9145)Patrick Cloke3-2/+3
2021-01-18Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff9-86/+189
2021-01-18Fix the Python 3.5 old-deps build. (#9146)Patrick Cloke2-0/+4
2021-01-18Ensure the user ID is serialized in the payload instead of used as an instanc...Patrick Cloke2-1/+2
2021-01-18link to the scalability blog post from workers.mdMatthew Hodgson1-0/+3
2021-01-15Fix test failure due to bad mergeRichard van der Hoff1-1/+3
2021-01-15Make chain cover index bg update go faster (#9124)Erik Johnston3-181/+366
2021-01-15Ensure we store pusher data as text (#9117)Richard van der Hoff2-3/+3
2021-01-15Land support for multiple OIDC providers (#9110)Richard van der Hoff7-382/+456
2021-01-15Add an admin API endpoint to protect media. (#9086)Patrick Cloke4-18/+79
2021-01-15Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke4-3/+115
2021-01-15Remote dependency on distutils (#9125)Richard van der Hoff6-8/+33
2021-01-15Add type hints to media rest resources. (#9093)Patrick Cloke13-165/+286
2021-01-15Improve UsernamePickerTestCase (#9112)Richard van der Hoff5-125/+114
2021-01-15Store an IdP ID in the OIDC session (#9109)Richard van der Hoff4-10/+42
2021-01-15Add some extra notes for getting Synapse running on macOS. (#8997)Eric Eastwood4-1/+25
2021-01-14Fix event chain bg update. (#9118)Erik Johnston3-1/+10
2021-01-14Fix perf of get_cross_signing_keys (#9116)Erik Johnston3-14/+30
2021-01-14Fix chain cover background update to work with split out event persisters (#9...Erik Johnston5-29/+38
2021-01-14Fix get destinations to catch up query. (#9114)Erik Johnston2-13/+12
2021-01-14Add background update for add chain cover index (#9029)Erik Johnston7-18/+360
2021-01-14Split OidcProvider out of OidcHandler (#9107)Richard van der Hoff4-144/+197
2021-01-14Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098)Tim Leung2