summary refs log tree commit diff
path: root/docs/client-server/swagger_matrix (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-09Hangup call if user denies media access.David Baker2-8/+2
2014-09-09Don't try setting up the call if the user has canceled it before allowing ↵David Baker1-0/+4
permission.
2014-09-09Don't break if you press the hangup button before allowing media permission.David Baker2-2/+3
2014-09-09Don't play an engaged tone if we hang up locally.David Baker3-5/+18
2014-09-09Fix bug where we used an unbound local variable if we ended up rolling back ↵Erik Johnston1-4/+1
the persist_event transaction
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.