Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SYWEB-57: Highlight rooms which have had their bingers go off in blue. | Kegan Dougal | 2014-11-12 | 2 | -1/+7 |
| | | | | Priority is the same as xchat so selected > blue > red. | ||||
* | Migrate unread messages logic to recentsService. | Kegan Dougal | 2014-11-12 | 1 | -19/+7 |
| | |||||
* | Add recents-service to store shared state between recents-controllers. | Kegan Dougal | 2014-11-12 | 1 | -6/+9 |
| | | | | | | Remove the selectedRoomId from rootScope and instead store it in recents-service. Add a broadcast to notify listeners (recents-controller) to updates of this. | ||||
* | SYWEB-57: Highlight rooms where the history has changed. | Kegan Dougal | 2014-11-12 | 2 | -6/+28 |
| | | | | | This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour. | ||||
* | Swap from using raw m.room.member events for room members to using actual ↵ | Kegan Dougal | 2014-11-06 | 1 | -0/+3 |
| | | | | RoomMember objects, so User objects can be tacked on. Update tests. | ||||
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 3 | -0/+215 |