| Commit message (Expand) | Author | Age | Files | Lines |
* | Display ban & kick reason | Emmanuel ROHEE | 2014-09-05 | 1 | -0/+6 |
* | BF: Show "Bob invited you" in recents when Bob invites the user | Emmanuel ROHEE | 2014-09-05 | 1 | -1/+5 |
* | Added mUserDisplayName, a filter to resolve a user display name from a user_id | Emmanuel ROHEE | 2014-09-04 | 1 | -9/+9 |
* | Moved mRoomName filter into matrix-filter.js, a place for all generic filters... | Emmanuel ROHEE | 2014-09-04 | 2 | -2/+2 |
* | BF: Do not filter incoming member events. Before, only invitations to the cur... | Emmanuel ROHEE | 2014-09-04 | 1 | -7/+2 |
* | Report ban/unban messages to recents lists | Emmanuel ROHEE | 2014-09-04 | 1 | -8/+19 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 2 | -2/+2 |
* | Do not show banned people in member list. Format ban events strings in room a... | Emmanuel ROHEE | 2014-09-03 | 1 | -2/+2 |
* | Handle "m.room.create" in order to inform controllers about new rooms | Emmanuel ROHEE | 2014-09-02 | 1 | -0/+5 |
* | Added roomName, a directive to compute a room name based on its alias (not al... | Emmanuel ROHEE | 2014-09-01 | 2 | -4/+5 |
* | Handle call events in the recents view as well to get consistency with what i... | David Baker | 2014-09-01 | 1 | -0/+5 |
* | Just show 'Call' for call events. Don't just splat out the content of the eve... | David Baker | 2014-09-01 | 1 | -1/+3 |
* | Recents update: do not care of events coming from the past (they are fired wh... | Emmanuel ROHEE | 2014-08-29 | 1 | -2/+4 |
* | Display emotes in the recents list | Emmanuel ROHEE | 2014-08-29 | 1 | -0/+5 |
* | Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName | Emmanuel ROHEE | 2014-08-29 | 1 | -5/+8 |
* | Do a smart update of the recents from the events stream rather than hammering... | Emmanuel ROHEE | 2014-08-28 | 1 | -7/+21 |
* | Cleaned up deps | Emmanuel ROHEE | 2014-08-28 | 1 | -2/+2 |
* | Wired the recents list with the stream events for realtime update | Emmanuel ROHEE | 2014-08-27 | 1 | -9/+10 |
* | Highlight the current room in the recents list | Emmanuel ROHEE | 2014-08-27 | 2 | -2/+9 |
* | BF: use room_id if there is no alias | Emmanuel ROHEE | 2014-08-27 | 1 | -1/+1 |
* | Sort recents in anti-chronological order | Emmanuel ROHEE | 2014-08-27 | 2 | -1/+48 |
* | Moved recents things into a separate (and reusable) controler | Emmanuel ROHEE | 2014-08-27 | 2 | -0/+119 |