summary refs log tree commit diff
path: root/jsfiddles/event_stream (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-12Remove unused importsErik Johnston3-3/+0
2014-12-12Make auth module use EventTypes constantsErik Johnston1-27/+23
2014-12-12Fix tests and remove debug loggingErik Johnston2-6/+7
2014-12-12Consistently url decode and decode as utf 8 the URL partsErik Johnston5-43/+35
2014-12-12Store json as UTF-8 and not bytesErik Johnston1-1/+1
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
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 f...Mark Haines4-6/+43
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