summary refs log tree commit diff
path: root/webclient/room/room-directive.js (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-09Fix bug where we used an unbound local variable if we ended up rolling back t...Erik Johnston1-4/+1
2014-09-09Improved room page loading flow: do pagination only when the members list is ...Emmanuel ROHEE1-3/+5
2014-09-09When the user has been kicked or banned from a room, remove the room from his...Emmanuel ROHEE1-1/+8
2014-09-09Made recents list display something when joining a room which we do not have ...Emmanuel ROHEE1-0/+8
2014-09-09BF: prevent joined messages to be displayed twice when joining a room.Emmanuel ROHEE1-4/+16
2014-09-09make calls work in FirefoxDavid Baker1-8/+21
2014-09-09Removed historical code: recents does not need to manage presences. It is alr...Emmanuel ROHEE1-6/+0
2014-09-09BF: Made the grey background of the current room cover all the cell widthEmmanuel ROHEE1-1/+1
2014-09-09Show call invites in the message tableDavid Baker2-0/+7
2014-09-08CSS tweakageKegan Dougal1-0/+3
2014-09-08Display a 'Set Topic' button if there is no topic or it's a 0-len string.Kegan Dougal3-11/