Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-08 | Display a 'Set Topic' button if there is no topic or it's a 0-len string. | Kegan Dougal | 3 | -11/+30 | |
2014-09-08 | Add ability to set topic by double-clicking on the topic text then hitting ↵ | Kegan Dougal | 5 | -1/+59 | |
enter. | |||||
2014-09-08 | Fixed bug which displayed an older room topic because it was being returned ↵ | Kegan Dougal | 1 | -1/+13 | |
from /initialSync messages key. Check the ts of the event before clobbering state. | |||||
2014-09-08 | long topic is long. CSS support it | Kegan Dougal | 1 | -0/+4 | |
2014-09-08 | Display public room topics if they exist on the public room list. | Kegan Dougal | 2 | -0/+10 | |
2014-09-08 | Display the room topic in the room, underneath the name of the room. | Kegan Dougal | 3 | -8/+33 | |
2014-09-08 | Update jsfiddles to have more helpful error messages when there is no ↵ | Kegan Dougal | 4 | -5/+30 | |
connection when logging in. | |||||
2014-09-08 | Add slightly helpful advice on how to generate config if you don'y already ↵ | Erik Johnston | 1 | -0/+1 | |
have one | |||||
2014-09-08 | Don't autogen config in synctl for the same reasons we don't turn of ↵ | Erik Johnston | 1 | -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. | |||||