summary refs log tree commit diff
path: root/syweb/webclient/room (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYWEB-152: Unbreak /meKegan Dougal2014-11-131-2/+6
* SYWEB-152: Migrate IRC command logic to commands-service.Kegan Dougal2014-11-131-168/+14
* 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-122-27/+17
* Add recents-service to store shared state between recents-controllers.Kegan Dougal2014-11-121-3/+3
* SYWEB-57: Highlight rooms where the history has changed.Kegan Dougal2014-11-121-1/+1
* SYWEB-140: Redact button layout.Kegan Dougal2014-11-122-2/+7
* Move room alias/id mapping logic from matrixService to modelService.Kegan Dougal2014-11-121-2/+2
* linky topicsMatthew Hodgson2014-11-111-2/+2
* wrap fully qualified user IDs more intelligentlyMatthew Hodgson2014-11-111-8/+2
* fix weird shaped message table rowsMatthew Hodgson2014-11-111-2/+2
* major CSS overhaul to try to make things look a bit cleanerMatthew Hodgson2014-11-112-73/+77
* Various fixes to try & make openwebrtc safari extension work (still doesn't w...David Baker2014-11-071-2/+2
* Don't cache isWebRTCSupported because whether webRTC is supported might chang...David Baker2014-11-061-6/+6
* Swap from using raw m.room.member events for room members to using actual Roo...Kegan Dougal2014-11-061-2/+2
* 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-043-0/+1561