summary refs log tree commit diff
path: root/debian/synctl.ronn (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-16Fix old-style uses of self.make_request in dinum test codeAndrew Morgan8-73/+43
2021-04-16lintAndrew Morgan3-24/+8
2021-03-23Port "Allow providing credentials to HTTPS_PROXY (#9657)" from mainline (#95)Andrew Morgan4-34/+183
2021-03-23Stabilise all knock-related unstable identifiers that would be in state (#96)Andrew Morgan2-5/+10
2021-03-22Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan48-154/+398
2021-03-19Remove extraneous print (#94)Andrew Morgan1-1/+0
2021-03-19Fix the pipeline to use knock v7 Complement branch (#92)Andrew Morgan1-3/+3
2021-03-19Cap mypy tests at twisted==20.3.0 (#90)Andrew Morgan1-0/+3
2021-03-18Change knock room version to v7 (#88)Andrew Morgan5-18/+18
2021-03-02Allow knock->knock transitions (#86)Andrew Morgan1-2/+0
2021-03-01change check_threepid_can_be_invited to async (#85)Mathieu Velten1-5/+2
2021-02-19Add a config option to prioritise local users in user directory search result...Andrew Morgan4-9/+158
2021-02-17Send a ver query parameter for make_knock (#83)Andrew Morgan4-7/+33
2021-02-10Show knock rooms in the public room directory and inform clients they can be ...Andrew Morgan2-6/+10
2021-02-09Add knocking support (#81)Andrew Morgan34-117/+1567
2021-02-09Add complement running monolith synapse to buildkite pipeline (#80)Andrew Morgan1-0/+36
2021-02-09Fix Python Old-Deps CI step (#79)Andrew Morgan4-5/+12
2021-01-29Remove riot email registration backwards compatibility hackAndrew Morgan1-10/+0
2021-01-21Add a parameter to enable/disable freeze feature (#78)Mathieu Velten2-1/+10
2021-01-19Ensure we read account validity templates from custom template dir if provide...Andrew Morgan2-1/+55
2021-01-18Change check_3pid_allowed to async (#76)Mathieu Velten1-13/+10
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-14