summary refs log tree commit diff
path: root/webclient/js/ng-infinite-scroll-matrix.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-03Prevent EventStreamService from knowing too much about the ↵Kegan Dougal2-21/+20
EventHandlerService by changing the contract to just be a single initialSync response callback. Leave it up the handler to deal with splitting out information from /initialSync.
2014-10-31Replace lots of .events.rooms[room_id] with .roomKegan Dougal4-16/+22
2014-10-31room.html now displays messages from model-service. Add debugging fields. ↵Kegan Dougal5-17/+31
Hook up the room member *at the time* to the message so it can display the right historical member info.
2014-10-31Hook into more of event-handler-service and mimic its functions for now.Kegan Dougal2-68/+130
2014-10-31Parse /initialSync data and populate the new data structures.Kegan Dougal2-4/+33
2014-10-31Added model-service.js to store model data.Kegan Dougal4-2/+102
2014-10-31SYWEB-102: Fix desktop notification msg when a user with no display name ↵Kegan Dougal1-3/+6
joins a room.
2014-10-31Factor out notification logic.Kegan Dougal3-27/+39
2014-10-31Add notification-service.js to handle binging/notifications. Shift logic to ↵Kegan Dougal5-70/+108
this service.
2014-10-31