summary refs log tree commit diff
path: root/webclient/recents (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added roomName, a directive to compute a room name based on its alias (not ↵Emmanuel ROHEE2014-09-012-4/+5
| | | | aliases for now) and its users displaynames or ids
* Handle call events in the recents view as well to get consistency with what ↵David Baker2014-09-011-0/+5
| | | | it displays when refreshed.
* Just show 'Call' for call events. Don't just splat out the content of the ↵David Baker2014-09-011-1/+3
| | | | event for other events: it's rarely going to be sesnible.
* Recents update: do not care of events coming from the past (they are fired ↵Emmanuel ROHEE2014-08-291-2/+4
| | | | when doing pagination of room messages in the past)
* Display emotes in the recents listEmmanuel ROHEE2014-08-291-0/+5
|
* Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayNameEmmanuel ROHEE2014-08-291-5/+8
|
* Do a smart update of the recents from the events stream rather than ↵Emmanuel ROHEE2014-08-281-7/+21
| | | | hammering initialSync each time
* Cleaned up depsEmmanuel ROHEE2014-08-281-2/+2
|
* Wired the recents list with the stream events for realtime updateEmmanuel ROHEE2014-08-271-9/+10
|
* Highlight the current room in the recents listEmmanuel ROHEE2014-08-272-2/+9
|
* BF: use room_id if there is no aliasEmmanuel ROHEE2014-08-271-1/+1
|
* Sort recents in anti-chronological orderEmmanuel ROHEE2014-08-272-1/+48
|
* Moved recents things into a separate (and reusable) controlerEmmanuel ROHEE2014-08-272-0/+119