summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-04Update CHANGES release-v0.12.0Richard van der Hoff1-0/+4
2016-01-02Expose /login under r0Richard van der Hoff1-1/+1
2015-12-23Bump version and update changelog for v0.12.0-rc3 v0.12.0-rc3Mark Haines2-1/+25
2015-12-23Add some docstring explaining the snapshot cache doesMark Haines1-1/+23
2015-12-23Missing yield on guest access auth checkMark Haines1-1/+1
2015-12-23Add a unit test for the snapshot cacheMark Haines2-2/+62
2015-12-22Move the doc string to the public facing methodMark Haines1-16/+17
2015-12-22Add a cache for initialSync responses that expires after 5 minutesMark Haines2-1/+94
2015-12-22Fix merge fail with anon access stuffDavid Baker1-2/+2
2015-12-22Add mocks to make tests work againDavid Baker2-0/+16
2015-12-22pep8 & unused variableDavid Baker3-4/+3
2015-12-22Add some comments to areas that could be optimised.David Baker3-1/+14
2015-12-22Remove the list of problems (moved to jira issues)David Baker1-5/+0
2015-12-22Insert push actions in a single db query rather than one per user/profile_tagDavid Baker2-17/+24
2015-12-22Include the list of bad room ids in the errorMark Haines2-2/+24
2015-12-22clarify problemsDavid Baker1-1/+1
2015-12-22Add bulk push rule evaluator which actually still evaluates rules one by one,...David Baker4-22/+159
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-21