Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Emmanuel ROHEE | 2014-09-18 | 1 | -0/+4 |
| | | | | launching/refreshing the web page | ||||
* | 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 ↵ | Kegan Dougal | 2014-09-18 | 1 | -1/+1 |
| | | | | plays nicer with federation. | ||||
* | Still add the room to the filtered list even if you can't work out the ↵ | Kegan Dougal | 2014-09-18 | 1 | -3/+2 |
| | | | | number of users in the room. | ||||
* | webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which ↵ | Kegan Dougal | 2014-09-17 | 1 | -1/+1 |
| | | | | doesn't clutter the recents list. | ||||
* | WEB-27: We don't need to show the user-count in Recents in the room ↵ | Emmanuel ROHEE | 2014-09-16 | 1 | -1/+1 |
| | | | | sidepanel - takes up too much room | ||||
* | 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 |
| | | | | (TODO: recents needs to be directly plugged to $rootScope.events.rooms) | ||||
* | Show room name updates in room history and recents. | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+4 |
| | | | | Update it with the latest value | ||||
* | 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 ↵ | Emmanuel ROHEE | 2014-09-10 | 2 | -12/+30 |
| | | | | (ex:user has not joined the room yet) | ||||
* | Removed wrong comments about recents-controller.js: it uses $rootScope.rooms ↵ | Emmanuel ROHEE | 2014-09-10 | 1 | -22/+0 |
| | | | | not $rootScope.events.rooms managed by event-handler-service.js and used by other controllers | ||||
* | When the user has been kicked or banned from a room, remove the room from ↵ | Emmanuel ROHEE | 2014-09-09 | 1 | -1/+8 |
| | | | | his recents list | ||||
* | Made recents list display something when joining a room which we do not have ↵ | Emmanuel ROHEE | 2014-09-09 | 1 | -0/+8 |
| | | | | state data yet | ||||
* | Removed historical code: recents does not need to manage presences. It is ↵ | Emmanuel ROHEE | 2014-09-09 | 1 | -6/+0 |
| | | | | already done by initialSync in eventStreamService | ||||
* | 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 ↵ | Kegan Dougal | 2014-09-08 | 2 | -1/+6 |
| | | | | blindly assuming a recents controller is writing to rootScope.rooms and setting numUsersInRoom there. | ||||
* | 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 ↵ | Kegan Dougal | 2014-09-08 | 1 | -1/+1 |
| | | | | information in the webclient. | ||||
* | 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 |
| | | | | | | | - do one and only one initialSync when the app starts. (recents-controller does not do its own anymore) - initialSync: get only the last message per room instead of default number of messages (10) Prevent recents-controller from loosing its data each time the page URL changes | ||||
* | 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 ↵ | Emmanuel ROHEE | 2014-09-04 | 2 | -2/+2 |
| | | | | filters using Matrix data. | ||||
* | BF: Do not filter incoming member events. Before, only invitations to the ↵ | Emmanuel ROHEE | 2014-09-04 | 1 | -7/+2 |
| | | | | current user were showned in the recents. | ||||
* | 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 ↵ | Matthew Hodgson | 2014-09-03 | 2 | -2/+2 |
| | | | | hasn't been incorporated in time for launch. | ||||
* | Do not show banned people in member list. Format ban events strings in room ↵ | Emmanuel ROHEE | 2014-09-03 | 1 | -2/+2 |
| | | | | and recent flows | ||||
* | 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 ↵ | Emmanuel ROHEE | 2014-09-01 | 2 | -4/+5 |
| | | | | aliases for now) and its users displaynames or ids | ||||
* | Handle call events in the recents view as well to get consistency with what ↵ | David Baker | 2014-09-01 | 1 | -0/+5 |
| | | | | it displays when refreshed. | ||||
* | Just show 'Call' for call events. Don't just splat out the content of the ↵ | David Baker | 2014-09-01 | 1 | -1/+3 |
| | | | | event for other events: it's rarely going to be sesnible. | ||||
* | Recents update: do not care of events coming from the past (they are fired ↵ | Emmanuel ROHEE | 2014-08-29 | 1 | -2/+4 |
| | | | | when doing pagination of room messages in the past) | ||||
* | 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 ↵ | Emmanuel ROHEE | 2014-08-28 | 1 | -7/+21 |
| | | | | hammering initialSync each time | ||||
* | 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 |