summary refs log tree commit diff
path: root/webclient/user/user.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-08Add ability to set topic by double-clicking on the topic text then hitting ↵Kegan Dougal5-1/+59
enter.
2014-09-08Fixed bug which displayed an older room topic because it was being returned ↵Kegan Dougal1-1/+13
from /initialSync messages key. Check the ts of the event before clobbering state.
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 ↵Kegan Dougal4-5/+30
connection when logging in.
2014-09-08Add slightly helpful advice on how to generate config if you don'y already ↵Erik Johnston1-0/+1
have one
2014-09-08Don't autogen config in synctl for the same reasons we don't turn of ↵Erik Johnston1-6/+2
--generate-config by default on the homeserver - it is liable to confuse people who have moved the config file or have chosen a non standard location. Also, don't override log file location.
2014-09-08Apparently we can't do txn.rollback(), so raise and catch an exception instead.Erik Johnston1-11/