summary refs log tree commit diff
path: root/README.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-25SYN-46: An invite received from fedearation didn't wake up the event stream f...Erik Johnston1-1/+9
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-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-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-24Fixed SYWEB-74: Emote desktop notifications sometimes lack a name: "undefined...Emmanuel ROHEE1-32/+49
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-1/+12
2014-09-24State data now provides up-to-date users displaynames. So use it first.Emmanuel ROHEE2-50/