summary refs log tree commit diff
path: root/synapse/storage (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-22Support filtering events represented as dicts.Mark Haines1-3/+22
2015-10-22Don't keep appending report_stats to demo configErik Johnston1-2/+6
2015-10-21Doc string for the SyncHandler.typing_by_room methodMark Haines1-0/+12
2015-10-21Include banned rooms in the archived section of v2 syncMark Haines2-8/+11
2015-10-21Cap the time to retry txns to appservices to 8.5 minutesKegan Dougal1-2/+2
2015-10-21Use 403 and message to match handlers/authKegan Dougal1-3/+1
2015-10-20Include typing events in initial v2 syncMark Haines1-14/+29
2015-10-20DocstringErik Johnston1-0/+5
2015-10-20Refactor api.filtering to have a Filter APIErik Johnston3-126/+88
2015-10-20Allow rejecting invitesDaniel Wagner-Hall8-93/+353
2015-10-20Don't 500 when the email doesn't map to a valid user ID.Kegan Dougal1-0/+4
2015-10-19Fix pep8Mark Haines1-1/+0
2015-10-19