Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-17 | Ship the email templates as package_data | Richard van der Hoff | 13 | -6/+50 | |
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist. | |||||
2018-10-15 | update changelog v0.33.7rc1 | Amber Brown | 11 | -10/+28 | |
2018-10-15 | update changelog | Amber Brown | 1 | -2/+1 | |
2018-10-15 | version bump | Amber Brown | 1 | -1/+1 | |
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 | 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/ |