summary refs log tree commit diff
path: root/synapse/storage (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-22Include the list of bad room ids in the errorMark Haines2-2/+24
2015-12-22Use a list comprehensionMark Haines1-3/+4
2015-12-22Hook up read receipts and typing notifications for guest accessMark Haines1-13/+11
2015-12-22Add top level filters for filtering by room idMark Haines2-34/+35
2015-12-22Allow guest access to /syncMark Haines1-46/+98
2015-12-22Allow guest access if the user provides a list of rooms in the filterMark Haines3-1/+22
2015-12-21Add top level filtering by room idMark Haines1-33/+30
2015-12-21Remove bogus comment about branch coverageMark Haines1-1/+0
2015-12-21Return room avatar URLs in /publicRoomsDaniel Wagner-Hall1-2/+21
2015-12-21Delete all the .coverage files, including the combined .coverageMark Haines1-1/+2
2015-12-21Use an absolute path when specifying the directory for synapse in jenkins.shMark Haines1-8/+8
2015-12-21Remove accidentally committed debug loggingMark Haines1-1/+0
2015-12-18Actually look up required remote server key IDsPaul "LeoNerd" Evans1-1/+3
2015-12-18Generate code coverage report when running jenkins.shMark Haines2-6/+18
2015-12-18Fix typo that broke registration on the mobile clientsDavid Baker1-1/+1
2015-12-17fix indentation levelMatthew Hodgson1-3/+3
2015-12-17stop generating default identicons. reverts most of 582019f870adbc4a8a8a9ef97...Matthew Hodgson1-19/+3
2015-12-17Add display_name to 3pid invite in m.room.member invitesDaniel Wagner-Hall1-1/+31
2015-12-17Strip address and such out of 3pid invitesDaniel Wagner-Hall2-2/+13
2015-12-17Fix 500 error when back-paginating search resultsRichard van der Hoff1-2/+4
2015-12-16Fix typoDaniel Wagner-Hall1-1/+1
2015-12-16Give the IS a bunch more 3pid invite contextDaniel Wagner-Hall1-7/+60
2015-12-15Allow users to change which account a 3pid is bound toMark Haines1-1/+1
2015-12-14Changelog and version bump for v0.12.0-rc2 v0.12.0-rc2Mark Haines2-1/+12
2015-12-14Fix spacingMark Haines1-1/+1
2015-12-14Fix logging to lie lessMark Haines1-2/+9
2015-12-14Fix a race between started/stopped streamMark Haines1-3/+8
2015-12-14Add commentary for fix in PR#442Mark Haines1-0/+6
2015-12-14Combine the prev content testsMark Haines1-14/+12
2015-12-14Check whether prev_content or prev_sender is set before trying to rollback stateMark Haines1-8/+13
2015-12-14Skip events that where the body, name or topic isn't a string when back popul...Mark Haines1-0/+5
2015-12-14Include errcode on Internal Server ErrorDaniel Wagner-Hall1-2/+5
2015-12-14Fix typoDaniel Wagner-Hall1-1/+1
2015-12-14