| 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 | -110/+0 |
* | 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 | 1 | -1/+1 |
* | Make recents[controller/filter/html] use modelService. | Kegan Dougal | 2014-11-03 | 1 | -6/+6 |
* | 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 | 1 | -1/+1 |
* | 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-3 : Boldify if the join_rule is public, rather than visibility so it pl... | Kegan Dougal | 2014-09-18 | 1 | -1/+1 |
* | 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 |
* | Recents must not show temporary fake messages | Emmanuel ROHEE | 2014-09-15 | 1 | -1/+1 |
* | Recents uses data directly from $rootscope.events | Emmanuel ROHEE | 2014-09-15 | 1 | -31/+35 |
* | BF: inviter field has moved to the room root object | Emmanuel ROHEE | 2014-09-15 | 1 | -1/+1 |
* | Fixed displayname resolution of emote sender | Emmanuel ROHEE | 2014-09-12 | 1 | -1/+1 |
* | 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 | 1 | -0/+4 |
* | Made users count auto updating. Do show it if the info is not available (ex:u... | Emmanuel ROHEE | 2014-09-10 | 1 | -1/+3 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -0/+3 |
* | 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 | 1 | -1/+1 |
* | Report ban/unban messages to recents lists | Emmanuel ROHEE | 2014-09-04 | 1 | -8/+19 |
* | Do not show banned people in member list. Format ban events strings in room a... | Emmanuel ROHEE | 2014-09-03 | 1 | -2/+2 |
* | Added roomName, a directive to compute a room name based on its alias (not al... | Emmanuel ROHEE | 2014-09-01 | 1 | -1/+1 |
* | Just show 'Call' for call events. Don't just splat out the content of the eve... | David Baker | 2014-09-01 | 1 | -1/+3 |
* | Display emotes in the recents list | Emmanuel ROHEE | 2014-08-29 | 1 | -0/+5 |
* | Highlight the current room in the recents list | Emmanuel ROHEE | 2014-08-27 | 1 | -1/+4 |
* | 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 | 1 | -1/+1 |
* | Moved recents things into a separate (and reusable) controler | Emmanuel ROHEE | 2014-08-27 | 1 | -0/+53 |