summary refs log tree commit diff
path: root/docs/sphinx/synapse.api.events.room.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-25Make turn server endpoint return an empty object if no turn servers toDavid Baker2-2/+2
2014-09-24Refresh turn server before the ttl runs out. Support firefox.David Baker1-14/+23
2014-09-24The REST API spec only alows for returning a single server so name theDavid Baker2-2/+2
2014-09-24Hopefully implement turn in the web client (probably wrong for Firefox becaus...David Baker2-3/+34
2014-09-24OopsDavid Baker1-1/+1
2014-09-24rename endpoint to better reflect what it is and allow specifying multiple urisDavid Baker2-8/+6
2014-09-24Use standard base64 encoding with padding to get the same result asDavid Baker1-2/+5
2014-09-23The config is not hierarchicalDavid Baker1-3/+3
2014-09-23Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/...David Baker4-2/+104
2014-09-23Partial fix of SYWEB-28: If members do not have last_active_ago, compare thei...Emmanuel ROHEE1-1/+17
2014-09-23send messages to users from the home page (SYWEB-19)Matthew Hodgson3-4/+42
2014-09-23fix NPEMatthew Hodgson1-2/+1
2014-09-23Fix SYWEB-8 : Buggy tab-complete.Kegan Dougal1-19/+40
2014-09-22Show display name changes in the message list.Kegan Dougal2-8/+30
2014-09-22Bump versions and changelog v0.3.3Erik Johnston3-2/+22
2014-09-22Add working protractor e2e test.Kegan Dougal4-8/+26
2014-09-22Set required environment variables for e2e testing.Kegan Dougal3-6/+15
2014-09-22Updated test README to include a section on environment-protractor.jsKegan Dougal1-0/+6
2014-09-22Added boilerplate for running end-to-end tests.\nThis is done using Protracto...Kegan Dougal5-6/+30
2014-09-22Propagate failure reason to the other party.David Baker2-7/+8
2014-09-22Better logging of ICE candidates and fail the call when ICE fails.David Ba