summary refs log tree commit diff
path: root/synapse/python_dependencies.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-12fix typo: backgroud -> backgroundAndrew Morgan2-5/+5
2019-07-12fix changelog nameRichard van der Hoff1-0/+0
2019-07-12Update reverse_proxy.rst (#5397)Ulrik Günther2-0/+3
2019-07-12Add missing space in default logging file format generated by the Docker imag...Slavi Pantaleev2-1/+2
2019-07-12Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) (#5619)Slavi Pantaleev2-2/+3
2019-07-12Add a mechanism for per-test configs (#5657)Richard van der Hoff2-1/+55
2019-07-11Use /src for checking out synapse during sytests (#5664)Amber Brown2-0/+4
2019-07-11 Improved docs on setting up Postgresql (#5661)Lrizika2-4/+16
2019-07-11small typo fix (#5655)Andrew Morgan2-1/+2
2019-07-11Clean up exception handling for access_tokens (#5656)Richard van der Hoff6-100/+111
2019-07-11Add basic opentracing support (#5544)Jorik Schellekens12-12/+633
2019-07-11Inline issue_access_token (#5659)Richard van der Hoff3-8/+5
2019-07-10Remove access-token support from RegistrationStore.register (#5642)Richard van der Hoff9-79/+30
2019-07-10TypoBrendan Abolivier1-1/+1
2019-07-10Rename changelog fileBrendan Abolivier1-0/+0
2019-07-10Send 3PID bind requests as JSON dataBrendan Abolivier2-1/+2
2019-07-10Don't bundle aggregations when retrieving the original event (#5654)Andrew Morgan2-2/+13
2019-07-10Add a linting script (#5627)Andrew Morgan2-0/+13
2019-07-10Correct pep517 flag in readme (#5651)Bruno Windels2-1/+2
2019-07-09remove unused and unnecessary check for FederationDeniedError (#5645)Hubert Chathi2-4/+2
2019-07-09Include the original event in /relations (#5626)Andrew Morgan4-4/+12
2019-07-08Remove access-token support from RegistrationHandler.register (#5641)Richard van der Hoff8-81/+44
2019-07-08LintBrendan