summary refs log tree commit diff
path: root/webclient/recents/recents-controller.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-34/+0
* Make recents[controller/filter/html] use modelService.Kegan Dougal2014-11-031-2/+5
* Recents must not show temporary fake messagesEmmanuel ROHEE2014-09-151-2/+5
* Recents uses data directly from $rootscope.eventsEmmanuel ROHEE2014-09-151-124/+3
* Clean data when user logs outEmmanuel ROHEE2014-09-121-2/+7
* Handle NAME_EVENT to get room name update eventEmmanuel ROHEE2014-09-121-0/+5
* Show room topic change in the chat history and in the recentsEmmanuel ROHEE2014-09-111-0/+5
* Made users count auto updating. Do show it if the info is not available (ex:u...Emmanuel ROHEE2014-09-101-11/+27
* Removed wrong comments about recents-controller.js: it uses $rootScope.rooms ...Emmanuel ROHEE2014-09-101-22/+0
* When the user has been kicked or banned from a room, remove the room from his...Emmanuel ROHEE2014-09-091-1/+8
* Made recents list display something when joining a room which we do not have ...Emmanuel ROHEE2014-09-091-0/+8
* Removed historical code: recents does not need to manage presences. It is alr...Emmanuel ROHEE2014-09-091-6/+0
* Bodge to default to '1 users' when you create a room, which is better than bl...Kegan Dougal2014-09-081-0/+5
* Added big massive TODOs on a huge design problem with initial syncKegan Dougal2014-09-081-1/+18
* Added number of users in recent rooms.Kegan Dougal2014-09-081-0/+13
* App startup improvements:Emmanuel ROHEE2014-09-081-33/+33
* Moved mRoomName filter into matrix-filter.js, a place for all generic filters...Emmanuel ROHEE2014-09-041-1/+1
* BF: Do not filter incoming member events. Before, only invitations to the cur...Emmanuel ROHEE2014-09-041-7/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* 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 al...Emmanuel ROHEE2014-09-011-3/+4
* Handle call events in the recents view as well to get consistency with what i...David Baker2014-09-011-0/+5
* Recents update: do not care of events coming from the past (they are fired wh...Emmanuel ROHEE2014-08-291-2/+4
* Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayNameEmmanuel ROHEE2014-08-291-5/+8
* Do a smart update of the recents from the events stream rather than hammering...Emmanuel ROHEE2014-08-281-7/+21
* 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