Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-08 | Fix typo in message retention policies doc | Brendan Abolivier | 1 | -1/+1 | |
2020-01-08 | contrib/docker-compose: fixing mount that overrides containers' /etc (#6656) | Fabian Meyer | 2 | -1/+2 | |
The mount in the form of ./matrix-config:/etc overwrites the contents of the container /etc folder. Since all valid ca certificates are stored in /etc, the synapse.push.httppusher, for example, cannot validate the certificate from matrix.org. | |||||
2020-01-07 | typo | Matthew Hodgson | 1 | -1/+1 | |
2020-01-07 | Correctly proxy remote group HTTP errors. (#6654) | Erik Johnston | 2 | -0/+17 | |
e.g. if remote returns a 404 then that shouldn't be treated as an error but should be proxied through. | |||||
2020-01-07 | Fix reference | Brendan Abolivier | 1 | -1/+1 | |
2020-01-07 | Incorporate review | Brendan Abolivier | 1 | -27/+28 | |
2020-01-07 | Apply suggestions from code review | Brendan Abolivier | 1 | -5/+4 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2020-01-07 | Update changelog.d/6624.doc | Brendan Abolivier | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2020-01-07 | Reword | Brendan Abolivier | 2 | -6/+6 | |
2020-01-07 | Change the example from 5min to 12h | Brendan Abolivier | 2 | -8/+8 | |
Have a purge job ru |