summary refs log tree commit diff
path: root/debian/compat (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-17Fix TypeError in synapse.notifier (#7880)Erik Johnston2-0/+9
2020-07-17Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke4-4/+18
2020-07-17Change "unknown room ver" logging to warning. (#7881)Erik Johnston2-1/+2
2020-07-17Convert device handler to async/await (#7871)Patrick Cloke6-166/+162
2020-07-17Convert synapse.app to async/await. (#7868)Patrick Cloke4-41/+37
2020-07-17Convert _base, profile, and _receipts handlers to async/await (#7860)Patrick Cloke6-59/+53
2020-07-16Add admin endpoint to get members in a room. (#7842)Michael Albert5-1/+107
2020-07-16Consistently use `db_to_json` to convert from database values to JSON objects...Patrick Cloke22-82/+80
2020-07-16Combine nginx federation server blocks (#7823)Luke Faraone1-11/+5
2020-07-16Optimise queueing of inbound replication commands (#7861)Richard van der Hoff2-116/+216
2020-07-16Reject attempts to join empty rooms over federation (#7859)Richard van der Hoff2-2/+14
2020-07-16Allow moving typing off master (#7869)Erik Johnston10-178/