summary refs log tree commit diff
path: root/syweb/webclient/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes to try & make openwebrtc safari extension work (still doesn't ↵David Baker2014-11-071-53/+93
| | | | work).
* Detect call type by examining the SDP always rather than just in Firefox as ↵David Baker2014-11-061-2/+3
| | | | it seems Chrome's behaviour is the odd one out here.
* Don't cache isWebRTCSupported because whether webRTC is supported might ↵David Baker2014-11-062-7/+4
| | | | change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension)
* Swap from using raw m.room.member events for room members to using actual ↵Kegan Dougal2014-11-064-9/+14
| | | | RoomMember objects, so User objects can be tacked on. Update tests.
* Factor out room name logic: mRoomName is the canonical source.Kegan Dougal2014-11-061-12/+4
|
* Fix broken tests which were previously skipped.Kegan Dougal2014-11-061-1/+13
|
* Finish matrixService unit tests. Add missing encodeURIComponent to path args.Kegan Dougal2014-11-051-5/+6
|
* Don't urlencode event types just yet so older HSes don't 500.Kegan Dougal2014-11-051-1/+3
| | | | | Skip the tests which test for urlencoding, and add a TODO in matrixService.
* Be sure to urlencode/decode event types correctly in both the web client and HS.Kegan Dougal2014-11-051-2/+2
|
* URL encoding bugfix and add more tests.Kegan Dougal2014-11-041-1/+1
|
* Move webclient to a python module so that it can be installedMark Haines2014-11-0412-0/+3166