summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
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-22Sh