| Commit message (Expand) | Author | Files | Lines |
2019-07-16 | Clean up arg name and remove lying comment | Erik Johnston | 1 | -7/+5 |
2019-07-16 | Fix typo in synapse/app/admin_cmd.py | Erik Johnston | 1 | -1/+1 |
2019-07-15 | Fix invoking add_argument from homeserver.py | Erik Johnston | 1 | -1/+1 |
2019-07-15 | s/exfiltrate_user_data/export_user_data/ | Erik Johnston | 1 | -1/+1 |
2019-07-15 | Add FileExfiltrationWriter | Erik Johnston | 1 | -1/+69 |
2019-07-15 | Use set_defaults(func=) style | Erik Johnston | 1 | -11/+8 |
2019-07-15 | Move creation of ArgumentParser to caller | Erik Johnston | 2 | -11/+8 |
2019-07-15 | Fix up comments | Erik Johnston | 2 | -3/+3 |
2019-07-15 | Change add_arguments to be a static method | Erik Johnston | 5 | -5/+39 |
2019-07-15 | Return a different error from Invalid Password when a user is deactivated (#5... | Andrew Morgan | 3 | -0/+26 |
2019-07-12 | Add a `docker` type to the towncrier configuration (#5673) | Richard van der Hoff | 7 | -14/+27 |
2019-07-12 | Implement access token expiry (#5660) | Richard van der Hoff | 14 | -31/+253 |
2019-07-12 | Fixup docstrings | Erik Johnston | 1 | -7/+5 |
2019-07-12 | fix typo: backgroud -> background | Andrew Morgan | 2 | -5/+5 |
2019-07-12 | fix changelog name | Richard van der Hoff | 1 | -0/+0 |
2019-07-12 | Update reverse_proxy.rst (#5397) | Ulrik Günther | 2 | -0/+3 |
2019-07-12 | Add missing space in default logging file format generated by the Docker imag... | Slavi Pantaleev | 2 | -1/+2 |
2019-07-12 | Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) (#5619) | Slavi Pantaleev | 2 | -2/+3 |
2019-07-12 | Add a mechanism for per-test configs (#5657) | Richard van der Hoff | 2 | -1/+55 |
2019-07-11 | Use /src for checking out synapse during sytests (#5664) | Amber Brown | 2 | -0/+4 |
2019-07-11 | Improved docs on setting up Postgresql (#5661) | Lrizika | 2 | -4/+16 |
2019-07-11 | small typo fix (#5655) | Andrew Morgan | 2 | -1/+2 |
2019-07-11 | Clean up exception handling for access_tokens (#5656) | Richard van der Hoff | 6 | -100/+111 |
2019-07-11 | Add basic opentracing support (#5544) | Jorik Schellekens | 12 | -12/+633 |
2019-07-11 | Inline issue_access_token (#5659) | Richard van der Hoff | 3 | -8/+5 |
2019-07-10 | Remove access-token support from RegistrationStore.register (#5642) | Richard van der Hoff | 9 | -79/+30 |
2019-07-10 | Typo | Brendan Abolivier | 1 | -1/+1 |
2019-07-10 | Rename changelog file | Brendan Abolivier | 1 | -0/+0 |
2019-07-10 | Send 3PID bind requests as JSON data | Brendan Abolivier | 2 | -1/+2 |
2019-07-10 | Don't bundle aggregations when retrieving the original event (#5654) | Andrew Morgan | 2 | -2/+13 |
2019-07-10 | Add a linting script (#5627) | Andrew Morgan | 2 | -0/+13 |
2019-07-10 | Correct pep517 flag in readme (#5651) | Bruno Windels | 2 | -1/+2 |
2019-07-09 | remove unused and unnecessary check for FederationDeniedError (#5645) | Hubert Chathi | 2 | -4/+2 |
2019-07-09 | Include the original event in /relations (#5626) | Andrew Morgan | 4 | -4/+12 |
2019-07-08 | |