Kegan Dougal
|
1c86ec5b8d
|
Rejig display names when paginating to lie less.
|
2014-11-04 10:18:46 +00:00 |
|
Kegan Dougal
|
fd535183ee
|
Remove events.rooms[room_id] entirely from event-handler-service.
Everything now uses modelService, but there are still one or two
minor teething problems to fix.
|
2014-11-03 12:18:22 +00:00 |
|
Kegan Dougal
|
6bc1dc4020
|
Make recents[controller/filter/html] use modelService.
This breaks functionality whilst both events.rooms and modelService
are in use.
|
2014-11-03 11:44:39 +00:00 |
|
Kegan Dougal
|
395bb64b26
|
Keep matrixService stateless and make matrixFilter use modelService.
|
2014-11-03 10:23:14 +00:00 |
|
Kegan Dougal
|
f21960ec9d
|
Replace lots of .events.rooms[room_id] with .room
|
2014-10-31 17:13:27 +00:00 |
|
Kegan Dougal
|
b0f0b7b75e
|
room.html now displays messages from model-service. Add debugging fields. Hook up the room member *at the time* to the message so it can display the right historical member info.
|
2014-10-31 16:22:15 +00:00 |
|
Kegan Dougal
|
ea80b9208d
|
Hook into more of event-handler-service and mimic its functions for now.
|
2014-10-31 15:16:43 +00:00 |
|
Kegan Dougal
|
394f77c3ff
|
Parse /initialSync data and populate the new data structures.
|
2014-10-31 14:50:31 +00:00 |
|
Kegan Dougal
|
2aa79f4fbe
|
Added model-service.js to store model data.
|
2014-10-31 14:26:51 +00:00 |
|