summary refs log tree commit diff
path: root/webclient/CAPTCHA_SETUP (unfollow)
Commit message (Expand)AuthorFilesLines
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 Dougal