Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-19 | Delete format_tap.py (#6219) | Andrew Morgan | 2 | -48/+1 | |
* Delete format_tap.py This python implementation of a tap formatting library for buildkite has been replaced with a perl implementation as part of the matrix-org/sytest repo, which is specific to sytest's language, not that of any one homeserver's. | |||||
2019-10-18 | Remove Auth.check method (#6217) | Richard van der Hoff | 3 | -21/+6 | |
This method was somewhat redundant, and confusing. | |||||
2019-10-18 | Fix logging config for the docker image (#6197) | Richard van der Hoff | 3 | -3/+5 | |
Turns out that loggers that are instantiated before the config is loaded get turned off. Also bring the logging config that is generated by --generate-config into line. Fixes #6194. | |||||
2019-10-18 | add note about database upgrade | Hubert Chathi | 1 | -1/+4 | |
2019-10-18 | use the right function for when we're already in runInteraction | Hubert Chathi | 1 | -4/+4 | |
2019-10-18 | Update docker-compose.yml for a static config file, and update traefik ↵ | przemas75 | 2 | -29/+27 | |
examples (#6142) | |||||
2019-10-18 | Fix changelog v1.4.1 github/release-v1.4.1 release-v1.4.1 | Brendan Abolivier | 1 | -1/+1 | |
2019-10-18 | 1.4.1 | Brendan Abolivier | 3 | -1/+13 | |
2019-10-18 | Add missing BOOLEAN_COLUMNs to synapse_port_db (#6216) | Bart Noordervliet | 2 | -0/+3 | |
Small fix to synapse_port_db to be able to convert from database schema v56. | |||||
2019-10-18 | Fix presence timeouts when synchrotron restarts. (# |