Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-03 | Prevent EventStreamService from knowing too much about the ↵ | Kegan Dougal | 2 | -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-31 | Replace lots of .events.rooms[room_id] with .room | Kegan Dougal | 4 | -16/+22 | |
2014-10-31 | room.html now displays messages from model-service. Add debugging fields. ↵ | Kegan Dougal | 5 | -17/+31 | |
Hook up the room member *at the time* to the message so it can display the right historical member info. | |||||
2014-10-31 | Hook into more of event-handler-service and mimic its functions for now. | Kegan Dougal | 2 | -68/+130 | |
2014-10-31 | Parse /initialSync data and populate the new data structures. | Kegan Dougal | 2 | -4/+33 | |
2014-10-31 | Added model-service.js to store model data. | Kegan Dougal | 4 | -2/+102 | |
2014-10-31 | SYWEB-102: Fix desktop notification msg when a user with no display name ↵ | Kegan Dougal | 1 | -3/+6 | |
joins a room. | |||||
2014-10-31 | Factor out notification logic. | Kegan Dougal | 3 | -27/+39 | |
2014-10-31 | Add notification-service.js to handle binging/notifications. Shift logic to ↵ | Kegan Dougal | 5 | -70/+108 | |
this service. | |||||
2014-10-31 |