summary refs log tree commit diff
path: root/tests/util (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-03Variable renaming, general cleanup. Don't feed state events from /initialSync...Kegan Dougal2-38/+29
2014-11-03Fix broken redact enable logic.Kegan Dougal1-1/+1
2014-11-03Fix hidden event keys being incorrectly shown in the even info dialog.Kegan Dougal1-1/+5
2014-11-03Fix bug which prevented pagination from bumping the list down, causing infini...Kegan Dougal1-1/+1
2014-11-03Fix bug which prevented room name invites appearing correctly.Kegan Dougal3-86/+47
2014-11-03Fix bug which prevented the number of users being visible on the recents view.Kegan Dougal3-5/+4
2014-11-03Remove events.rooms[room_id] entirely from event-handler-service.Kegan Dougal4-232/+59
2014-11-03Make recents[controller/filter/html] use modelService.Kegan Dougal5-25/+66
2014-11-03Make call stuff use modelService.Kegan Dougal2-5/+5
2014-11-03Keep matrixService stateless and make matrixFilter use modelService.Kegan Dougal5-53/+53
2014-11-03Prevent EventStreamService from knowing too much about the EventHandlerServic...Kegan Dougal2-21/+20
2014-10-31Replace lots of .events.rooms[room_id] with .roomKegan Dougal</