Commit Graph

20 Commits (746ed57c0e5a2d49388c99ba1a51fca0bc207096)

Author SHA1 Message Date
Emmanuel ROHEE 746ed57c0e When the user has been kicked or banned from a room, remove the room from his recents list 11 years ago
Emmanuel ROHEE 5132fcdb8b Made recents list display something when joining a room which we do not have state data yet 11 years ago
Emmanuel ROHEE fd2d3fcfd7 Removed historical code: recents does not need to manage presences. It is already done by initialSync in eventStreamService 11 years ago
Kegan Dougal a3590dfa26 Bodge to default to '1 users' when you create a room, which is better than blindly assuming a recents controller is writing to rootScope.rooms and setting numUsersInRoom there. 11 years ago
Kegan Dougal da9b7b0368 Added big massive TODOs on a huge design problem with initial sync 11 years ago
Kegan Dougal 2eaa199e6a Added number of users in recent rooms. 11 years ago
Emmanuel ROHEE 21d6ce2380 App startup improvements: 11 years ago
Emmanuel ROHEE 7346ea85c0 Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 11 years ago
Emmanuel ROHEE b1b57a3f28 BF: Do not filter incoming member events. Before, only invitations to the current user were showned in the recents. 11 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 11 years ago
Emmanuel ROHEE d5da6b0cef Handle "m.room.create" in order to inform controllers about new rooms 11 years ago
Emmanuel ROHEE 7d99cee3ef Added roomName, a directive to compute a room name based on its alias (not aliases for now) and its users displaynames or ids 11 years ago
David Baker fa6b3490e2 Handle call events in the recents view as well to get consistency with what it displays when refreshed. 11 years ago
Emmanuel ROHEE 089d1b1b78 Recents update: do not care of events coming from the past (they are fired when doing pagination of room messages in the past) 11 years ago
Emmanuel ROHEE 246b2a3c3e Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName 11 years ago
Emmanuel ROHEE b09e531159 Do a smart update of the recents from the events stream rather than hammering initialSync each time 11 years ago
Emmanuel ROHEE 466fbe4c4e Cleaned up deps 11 years ago
Emmanuel ROHEE 04fdcf302d Wired the recents list with the stream events for realtime update 11 years ago
Emmanuel ROHEE d9155b6a25 Highlight the current room in the recents list 11 years ago
Emmanuel ROHEE 308c9273fa Moved recents things into a separate (and reusable) controler 11 years ago