Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't cache isWebRTCSupported because whether webRTC is supported might chang... | David Baker | 2014-11-06 | 2 | -7/+4 |
* | Swap from using raw m.room.member events for room members to using actual Roo... | Kegan Dougal | 2014-11-06 | 4 | -9/+14 |
* | Factor out room name logic: mRoomName is the canonical source. | Kegan Dougal | 2014-11-06 | 1 | -12/+4 |
* | Fix broken tests which were previously skipped. | Kegan Dougal | 2014-11-06 | 1 | -1/+13 |
* | Finish matrixService unit tests. Add missing encodeURIComponent to path args. | Kegan Dougal | 2014-11-05 | 1 | -5/+6 |
* | Don't urlencode event types just yet so older HSes don't 500. | Kegan Dougal | 2014-11-05 | 1 | -1/+3 |
* | Be sure to urlencode/decode event types correctly in both the web client and HS. | Kegan Dougal | 2014-11-05 | 1 | -2/+2 |
* | URL encoding bugfix and add more tests. | Kegan Dougal | 2014-11-04 | 1 | -1/+1 |
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 12 | -0/+3166 |