summary refs log tree commit diff
path: root/webclient/recents/recents-controller.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Handle "m.room.create" in order to inform controllers about new roomsEmmanuel ROHEE2014-09-021-0/+5
|
* Added roomName, a directive to compute a room name based on its alias (not ↵Emmanuel ROHEE2014-09-011-3/+4
| | | | 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.
* 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)
* 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-271-1/+5
|
* Moved recents things into a separate (and reusable) controlerEmmanuel ROHEE2014-08-271-0/+66