Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-24 | Don't set the room name to be the room alias on room creation if the client ↵ | Erik Johnston | 1 | -11/+0 | |
didn't supply a name | |||||
2014-09-24 | Fixed getUserDisplayname when the user has a null displayname | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-24 | SYN-70: And fix another bug where I can't type | Erik Johnston | 1 | -1/+1 | |
2014-09-24 | SYN-70: Fix typo | Erik Johnston | 1 | -1/+1 | |
2014-09-24 | Fixed SYWEB-74: Emote desktop notifications sometimes lack a name: ↵ | Emmanuel ROHEE | 1 | -32/+49 | |
"undefined waves" | |||||
2014-09-24 | SYWEB-27: Public rooms with 2 users must not considered as 1:1 chat room and ↵ | Emmanuel ROHEE | 1 | -2/+9 | |
so, they must no be renamed | |||||
2014-09-24 | Fixed SYWEB-28: show displayname changes in recents | Emmanuel ROHEE | 1 | -21/+28 | |
2014-09-24 | Added hasOwnProperty tests when required to be robust to random properties ↵ | Emmanuel ROHEE | 3 | -1/+12 | |
added to he Object prototype | |||||
2014-09-24 | State data now provides up-to-date users displaynames. So use it first. | Emmanuel ROHEE | 2 | -50/+36 | |
Continue to use presence data as fallback solution which is required when users do not join the room yet. Created eventHandlerService.getUserDisplayName() as a single point to compute display name. | |||||
2014-09-24 |