summary refs log tree commit diff
path: root/docs/client-server/web/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-09Improved room page loading flow: do pagination only when the members list is ↵Emmanuel ROHEE1-3/+5
available. Killed an unexpected pagination trigger when the page load: paginateMore
2014-09-09When the user has been kicked or banned from a room, remove the room from ↵Emmanuel ROHEE1-1/+8
his recents list
2014-09-09Made recents list display something when joining a room which we do not have ↵Emmanuel ROHEE1-0/+8
state data yet
2014-09-09BF: prevent joined messages to be displayed twice when joining a room.Emmanuel ROHEE1-4/+16
Do this by synchronizing the m.room.member joined event from the events stream and the start of the pagination
2014-09-09make calls work in FirefoxDavid Baker1-8/+21
2014-09-09Removed historical code: recents does not need to manage presences. It is ↵Emmanuel ROHEE1-6/+0
already done by initialSync in eventStreamService
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 ↵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