Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-15 | Ensure the terms params are actually provided | Travis Ralston | 1 | -0/+1 | |
2018-10-15 | Python is hard | Travis Ralston | 1 | -5/+6 | |
2018-10-14 | synapse/app: frontend_proxy.py: actually make workers work on py3 | Ivan Shapovalov | 2 | -2/+3 | |
2018-10-14 | synapse/visibility.py: fix SyntaxError on py3.7 | Ivan Shapovalov | 2 | -1/+2 | |
2018-10-12 | Update login terms structure for the proposed language support | Travis Ralston | 1 | -4/+7 | |
2018-10-12 | Rely on the lack of ?u to represent public access | Travis Ralston | 2 | -10/+6 | |
also general cleanup | |||||
2018-10-12 | Update documentation and templates for new consent | Travis Ralston | 2 | -10/+18 | |
2018-10-12 | missed one | David Baker | 1 | -0/+1 | |
2018-10-13 | Make workers work on Py3 (#4027) | Amber Brown | 13 | -62/+64 | |
2018-10-12 | Linting soothes the savage PEP8 monster | David Baker | 1 | -4/+9 | |
2018-10-12 | Misc PR feedback bits | David Baker | 1 | -2/+2 | |
2018-10-12 | Don't mangle exceptions | David Baker | 1 | -4/+2 | |
2018-10-12 | Split /room_keys/version into 2 servlets | David Baker | 1 | -9/+21 | |
2018-10-12 | PR feedback pt. 1 | David Baker | 3 | -29/+22 | |
2018-10-12 | Comments on get_all_new_events_stream | Richard van der Hoff | 1 | -1/+15 | |
just some docstrings to clarify the behaviour here | |||||
2018-10-10 | Add description to counter metric | Erik Johnston | 1 | -1/+5 | |
2018-10-10 | Update newsfile | Erik Johnston | 1 | -1/+1 | |
2018-10-10 | Track number of non-empty sync responses instead | Erik Johnston | 1 | -9/+15 | |
2018-10-10 | Append _total to metric and fix up spelling | Erik Johnston | 1 | -2/+2 | |
2018-10-09 |