summary refs log tree commit diff
path: root/webclient/room (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-09Show call invites in the message tableDavid Baker1-0/+4
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-08Add slightly helpful advice on how to generate config if you don'y already ha...Erik Johnston1-0/+1
2014-09-08Don't autogen config in synctl for the same reasons we don't turn of --genera...Erik Johnston1-6/+2
2014-09-08Apparently we can't do txn.rollback(), so raise and catch an exception instead.Erik Johnston1-11/<