summary refs log tree commit diff
path: root/syweb/webclient/recents (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SYWEB-57: Highlight rooms which have had their bingers go off in blue.Kegan Dougal2014-11-122-1/+7
| | | | Priority is the same as xchat so selected > blue > red.
* Migrate unread messages logic to recentsService.Kegan Dougal2014-11-121-19/+7
|
* Add recents-service to store shared state between recents-controllers.Kegan Dougal2014-11-121-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 Dougal2014-11-122-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 Dougal2014-11-061-0/+3
| | | | RoomMember objects, so User objects can be tacked on. Update tests.
* Move webclient to a python module so that it can be installedMark Haines2014-11-043-0/+215