| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 3 | -215/+0 |
* | Variable renaming, general cleanup. Don't feed state events from /initialSync... | Kegan Dougal | 2014-11-03 | 1 | -5/+1 |
* | Fix bug which prevented room name invites appearing correctly. | Kegan Dougal | 2014-11-03 | 1 | -1/+1 |
* | Fix bug which prevented the number of users being visible on the recents view. | Kegan Dougal | 2014-11-03 | 2 | -3/+3 |
* | Remove events.rooms[room_id] entirely from event-handler-service. | Kegan Dougal | 2014-11-03 | 1 | -2/+2 |
* | Make recents[controller/filter/html] use modelService. | Kegan Dougal | 2014-11-03 | 3 | -12/+23 |
* | switch from the deprecated msg.content.prev to msg.prev_content.membership, a... | Matthew Hodgson | 2014-10-24 | 1 | -4/+4 |
* | more timestamp fixes | Matthew Hodgson | 2014-10-17 | 2 | -3/+3 |
* | Fixed SYWEB-28: show displayname changes in recents | Emmanuel ROHEE | 2014-09-24 | 1 | -21/+28 |
* | close buttons on recents (SYWEB-68) | Matthew Hodgson | 2014-09-24 | 1 | -1/+3 |
* | SYWEB-14: BF: rooms invitations were not visible in recents after launching/r... | Emmanuel ROHEE | 2014-09-18 | 1 | -0/+4 |
* | Reverted patches done for SYWEB-40 | Emmanuel ROHEE | 2014-09-18 | 1 | -4/+4 |
* | SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it pl... | Kegan Dougal | 2014-09-18 | 1 | -1/+1 |
* | Still add the room to the filtered list even if you can't work out the number... | Kegan Dougal | 2014-09-18 | 1 | -3/+2 |
* | webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which d... | Kegan Dougal | 2014-09-17 | 1 | -1/+1 |
* | WEB-27: We don't need to show the user-count in Recents in the room sidepanel... | Emmanuel ROHEE | 2014-09-16 | 1 | -1/+1 |
* | Filter room where the user has been banned | Emmanuel ROHEE | 2014-09-15 | 1 | -5/+13 |
* | Recents must not show temporary fake messages | Emmanuel ROHEE | 2014-09-15 | 3 | -10/+8 |
* | Recents uses data directly from $rootscope.events | Emmanuel ROHEE | 2014-09-15 | 3 | -163/+60 |
* | BF: inviter field has moved to the room root object | Emmanuel ROHEE | 2014-09-15 | 1 | -1/+1 |
* | Clean data when user logs out | Emmanuel ROHEE | 2014-09-12 | 1 | -2/+7 |
* | Fixed displayname resolution of emote sender | Emmanuel ROHEE | 2014-09-12 | 1 | -1/+1 |
* | Handle NAME_EVENT to get room name update event | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+5 |
* | Show room name updates in room history and recents. | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+4 |
* | Show room topic change in the chat history and in the recents | Emmanuel ROHEE | 2014-09-11 | 2 | -0/+9 |
* | Made users count auto updating. Do show it if the info is not available (ex:u... | Emmanuel ROHEE | 2014-09-10 | 2 | -12/+30 |
* | 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 |
* | BF: Made the grey background of the current room cover all the cell width | Emmanuel ROHEE | 2014-09-09 | 1 | -1/+1 |
* | Bodge to default to '1 users' when you create a room, which is better than bl... | Kegan Dougal | 2014-09-08 | 2 | -1/+6 |
* | Added big massive TODOs on a huge design problem with initial sync | Kegan Dougal | 2014-09-08 | 1 | -1/+18 |
* | Added num_joined_users key to /publicRooms for each room. Show this informati... | Kegan Dougal | 2014-09-08 | 1 | -1/+1 |
* | Added number of users in recent rooms. | Kegan Dougal | 2014-09-08 | 2 | -0/+16 |
* | App startup improvements: | Emmanuel ROHEE | 2014-09-08 | 1 | -33/+33 |
* | 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 |