summary refs log tree commit diff
path: root/tests/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-15Fix some of the tests to reflect changes in the storage layer.Erik Johnston1-15/+7
2014-08-15Also include users' presence when responding to /rooms/:room_id/members/listPaul "LeoNerd" Evans1-0/+7
2014-08-15Rename method name to not clash with other ones in storage.Erik Johnston2-4/+4
2014-08-15Fix typo of key nameErik Johnston1-1/+1
2014-08-15We no longer need to special case room config events.Erik Johnston1-2/+2
2014-08-15PEP8 cleanupsErik Johnston7-16/+29
2014-08-15Comment.Erik Johnston1-0/+1
2014-08-15Support generic events.Erik Johnston2-5/+8
2014-08-15Fix bug when generating a key when get_room_events_stream returned zero rowsErik Johnston1-3/+7
2014-08-15Actually use MAX_STREAM_SIZE constant.Erik Johnston1-1/+1
2014-08-15Fix pagination to work with new db schemaErik Johnston2-31/+48
2014-08-15Fix imsync's SELECT query to only find the rooms I'm actually joined in, not ...Paul "LeoNerd" Evans1-2/+5
2014-08-15