summary refs log tree commit diff
path: root/webclient/components (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-09Hangup call if user denies media access.David Baker1-0/+2
2014-09-09Don't try setting up the call if the user has canceled it before allowing per...David Baker1-0/+4
2014-09-09Don't break if you press the hangup button before allowing media permission.David Baker2-2/+3
2014-09-09Don't play an engaged tone if we hang up locally.David Baker3-5/+18
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/+30
2014-09-08Add ability to set topic by double-clicking on the topic text then hitting en...Kegan Dougal5-1/+59
2014-09-08Fixed bug which displayed an older room topic because it was being returned f...Kegan Dougal1-1/+13
2014-09-08long topic is long. CSS support itKegan Dougal1-0/+4
2014-09-08Display public room topics if they exist on the public room list.Kegan Dougal2-0/+10
2014-09-08Display the room topic in the room, underneath the name of the room.Kegan Dougal3-8/+33
2014-09-08Update jsfiddles to have more helpful error messages when there is no connect...Kegan Dougal4-5/+30
2014-09-08