summary refs log tree commit diff
path: root/synapse/module_api (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-28Allow guest access to group APIs for readingLuke Barnard1-11/+11
2017-11-27Improve tracebacks on exceptionsRichard van der Hoff1-3/+9
2017-11-27Avoid retrying forever on IntegrityErrorRichard van der Hoff1-0/+7
2017-11-24Fix error handling on dns lookupRichard van der Hoff1-2/+4
2017-11-24Add a comment which might save some confusionRichard van der Hoff1-0/+1
2017-11-24Remove dead sync_callbackRichard van der Hoff1-2/+0
2017-11-23Fix some logcontext leaks in replication resourceRichard van der Hoff1-2/+4
2017-11-23Fix OPTIONS on preview_urlRichard van der Hoff1-1/+5
2017-11-22fix sql failsRichard van der Hoff1-1/+1
2017-11-22Check database in has_completed_background_updatesRichard van der Hoff3-12/+33
2017-11-22Add config option to disable media_repo on main synapseRichard van der Hoff4-9/+30
2017-11-22Build MediaRepositoryResource as a homeserver dependencyRichard van der Hoff4-5/+19
2017-11-21