| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 1 | -34/+0 |
* | Make recents[controller/filter/html] use modelService. | Kegan Dougal | 2014-11-03 | 1 | -2/+5 |
* | Recents must not show temporary fake messages | Emmanuel ROHEE | 2014-09-15 | 1 | -2/+5 |
* | Recents uses data directly from $rootscope.events | Emmanuel ROHEE | 2014-09-15 | 1 | -124/+3 |
* | Clean data when user logs out | Emmanuel ROHEE | 2014-09-12 | 1 | -2/+7 |
* | Handle NAME_EVENT to get room name update event | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+5 |
* | Show room topic change in the chat history and in the recents | Emmanuel ROHEE | 2014-09-11 | 1 | -0/+5 |
* | Made users count auto updating. Do show it if the info is not available (ex:u... | Emmanuel ROHEE | 2014-09-10 | 1 | -11/+27 |
* | Removed wrong comments about recents-controller.js: it uses $rootScope.rooms ... | Emmanuel ROHEE | 2014-09-10 | 1 | -22/+0 |
* | When the user has been kicked or banned from a room, remove the room from his... | Emmanuel ROHEE | 2014-09-09 | 1 | -1/+8 |
* | Made recents list display something when joining a room which we do not have ... | Emmanuel ROHEE | 2014-09-09 | 1 | -0/+8 |
* | Removed historical code: recents does not need to manage presences. It is alr... | Emmanuel ROHEE | 2014-09-09 | 1 | -6/+0 |
* | Bodge to default to '1 users' when you create a room, which is better than bl... | Kegan Dougal | 2014-09-08 | 1 | -0/+5 |
* | Added big massive TODOs on a huge design problem with initial sync | Kegan Dougal | 2014-09-08 | 1 | -1/+18 |
* | Added number of users in recent rooms. | Kegan Dougal | 2014-09-08 | 1 | -0/+13 |
* | App startup improvements: | Emmanuel ROHEE | 2014-09-08 | 1 | -33/+33 |
* | Moved mRoomName filter into matrix-filter.js, a place for all generic filters... | Emmanuel ROHEE | 2014-09-04 | 1 | -1/+1 |
* | BF: Do not filter incoming member events. Before, only invitations to the cur... | Emmanuel ROHEE | 2014-09-04 | 1 | -7/+2 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | 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 | 1 | -3/+4 |
* | Handle call events in the recents view as well to get consistency with what i... | David Baker | 2014-09-01 | 1 | -0/+5 |
* | Recents update: do not care of events coming from the past (they are fired wh... | Emmanuel ROHEE | 2014-08-29 | 1 | -2/+4 |
* | 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 | 1 | -1/+5 |
* | Moved recents things into a separate (and reusable) controler | Emmanuel ROHEE | 2014-08-27 | 1 | -0/+66 |