summary refs log tree commit diff
path: root/webclient (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-25Fix bug where we tried to insert state events with null state keyErik Johnston1-1/+2
2014-09-25BF: Do a pagination when opening a room from an invitationEmmanuel ROHEE1-5/+8
2014-09-25Fix test where we changed arguments used to call the notifierErik Johnston1-1/+1
2014-09-25SYN-46: An invite received from fedearation didn't wake up the event stream f...Erik Johnston1-1/+9
2014-09-25Add stun server fallback and I-told-you-so message if we get no TURN server a...David Baker2-18/+34
2014-09-25Fixed SYWEB-36: use getUserDisplayName for disambiguating display name in mem...Emmanuel ROHEE2-24/+10
2014-09-25getUserDisplayName: Disambiguate users who have the same displayname in the r...Emmanuel ROHEE1-0/+15
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-24Don't set the room name to be the room alias on room creation if the client d...Erik Johnston1-11/+0
2014-09-24Fixed getUserDisplayname when the user has a null displaynameEmmanuel ROHEE1-1/+1
2014-09-24The REST API spec only alows for returning a single server so name theDavid Baker2-2/+2
2014-09-24SYN-70: And fix another bug where I can't typeErik Johnston1-1/+1
2014-09-24SYN-70: Fix typoErik Johnston1-1/+1
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-24Fixed SYWEB-74: Emote desktop notifications sometimes lack a name: "undefined...Emmanuel ROHEE1-32/+49
2014-09-24Use standard base64 encoding with padding to get the same result asDavid Baker1-2/+5
2014-09-24SYWEB-27: Public rooms with 2 users must not considered as 1:1 chat room and ...Emmanuel ROHEE1-2/+9
2014-09-24Fixed SYWEB-28: show displayname changes in recentsEmmanuel ROHEE1-21/+28
2014-09-24Added hasOwnProperty tests when required to be robust to random properties ad...Emmanuel ROHEE3<