summary refs log tree commit diff
path: root/synapse/rest/initial_sync.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-12PyflakesErik Johnston1-1/+0
2014-12-12Fix membership handler testErik Johnston1-82/+97
2014-12-12Fix test.Erik Johnston1-1/+1
2014-12-12Validate message, topic and name event contentsErik Johnston3-1/+27
2014-12-12Fix stream test. Make sure we add join to auth_events for invitiationsErik Johnston2-4/+6
2014-12-11Fix replication testsErik Johnston1-12/+6
2014-12-11Fix federation testErik Johnston2-19/+25
2014-12-11Allow only one download for a given image at a time, so that we don't end up ↵Mark Haines3-20/+29
downloading the same image twice if two clients request a remote image at the same time
2014-12-11Fix room creation testErik Johnston1-34/+34
2014-12-11Fix public room joining by making sure replaces_state never points to itself.Erik Johnston3-10/+13
2014-12-11Fix prev_contentErik Johnston3-3/+16
2014-12-11Limit the size of images that are thumbnailed serverside. Limit the size of ↵Mark Haines4-6/+43
file that a server will download from a remote server
2014-12-11Fix redaction testsErik Johnston1-6/+8
2014-12-11Fix redactions. Fix 'age' keyErik Johnston6-30/+83
2014-12-11doc the thumbnail methodsMark Haines1-2/+11
2014-12-11Make sure we pass a tuple to string '%' formattingMark Haines1-2/+2
2014-12-10Implement .cancel_call_later() in MockClockPaul "LeoNerd" Evans2-2/+23
2014-12-10Implement .call_later() in MockClockPaul "LeoNerd" Evans2-0/+48