summary refs log tree commit diff
path: root/syweb/webclient/room/room-controller.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oops, change videoElement / selector in audio call too.David Baker2014-11-121-1/+1
|
* Fix ability to invite users. Remove unused variables.Kegan Dougal2014-11-121-26/+16
|
* Add recents-service to store shared state between recents-controllers.Kegan Dougal2014-11-121-3/+3
| | | | | | 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-121-1/+1
| | | | | This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour.
* SYWEB-140: Redact button layout.Kegan Dougal2014-11-121-0/+1
|
* Move room alias/id mapping logic from matrixService to modelService.Kegan Dougal2014-11-121-2/+2
|
* major CSS overhaul to try to make things look a bit cleanerMatthew Hodgson2014-11-111-2/+17
|
* Various fixes to try & make openwebrtc safari extension work (still doesn't ↵David Baker2014-11-071-2/+2
| | | | work).
* Swap from using raw m.room.member events for room members to using actual ↵Kegan Dougal2014-11-061-2/+2
| | | | RoomMember objects, so User objects can be tacked on. Update tests.
* Use mRoomName on join notifications as well.Kegan Dougal2014-11-061-1/+1
|
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-0/+1094