summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-26Fix phone home stats (#6418)Erik Johnston2-1/+2
Fix phone home stats
2019-11-26Fixup docsErik Johnston2-2/+6
2019-11-25Make sure that we close cursors before returning from a query (#6408)Richard van der Hoff3-10/+44
There are lots of words in the comment as to why this is a good idea. Fixes #6403.
2019-11-26Improve the performance of structured logging (#6322)Amber Brown4-30/+93
2019-11-251.6.0rc2 v1.6.0rc2Richard van der Hoff3-2/+10
2019-11-25Fix exceptions from background database update for event labels. (#6407)Richard van der Hoff2-18/+26
Add some exception handling here so that events whose json cannot be parsed are ignored rather than getting us stuck in a loop. Fixes #6404.
2019-11-23Add working build command for docker image (#6390)Andrew Morgan2-0/+13
* Add working build command for docker image * Add changelog
2019-11-21Fix link to user_dir_populate.sql in the user directory docs (#6388)Aaron Raimist2-2/+2
2019-11-21Clean up newline quote marks around the codebase (#6362)Andrew Morgan26-46/+43
2019-11-20update macOS installation instructionsMatthew Hodgson1-2/<