summary refs log tree commit diff
path: root/webclient/recents/recents.html (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-110/+0
* Fix bug which prevented room name invites appearing correctly.Kegan Dougal2014-11-031-1/+1
* Fix bug which prevented the number of users being visible on the recents view.Kegan Dougal2014-11-031-1/+1
* Make recents[controller/filter/html] use modelService.Kegan Dougal2014-11-031-6/+6
* switch from the deprecated msg.content.prev to msg.prev_content.membership, a...Matthew Hodgson2014-10-241-4/+4
* more timestamp fixesMatthew Hodgson2014-10-171-1/+1
* Fixed SYWEB-28: show displayname changes in recentsEmmanuel ROHEE2014-09-241-21/+28
* close buttons on recents (SYWEB-68)Matthew Hodgson2014-09-241-1/+3
* SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it pl...Kegan Dougal2014-09-181-1/+1
* webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which d...Kegan Dougal2014-09-171-1/+1
* WEB-27: We don't need to show the user-count in Recents in the room sidepanel...Emmanuel ROHEE2014-09-161-1/+1
* Recents must not show temporary fake messagesEmmanuel ROHEE2014-09-151-1/+1
* Recents uses data directly from $rootscope.eventsEmmanuel ROHEE2014-09-151-31/+35
* BF: inviter field has moved to the room root objectEmmanuel ROHEE2014-09-151-1/+1
* Fixed displayname resolution of emote senderEmmanuel ROHEE2014-09-121-1/+1
* Show room name updates in room history and recents.Emmanuel ROHEE2014-09-121-0/+4
* Show room topic change in the chat history and in the recentsEmmanuel ROHEE2014-09-111-0/+4
* Made users count auto updating. Do show it if the info is not available (ex:u...Emmanuel ROHEE2014-09-101-1/+3
* BF: Made the grey background of the current room cover all the cell widthEmmanuel ROHEE2014-09-091-1/+1
* Bodge to default to '1 users' when you create a room, which is better than bl...Kegan Dougal2014-09-081-1/+1
* Added num_joined_users key to /publicRooms for each room. Show this informati...Kegan Dougal2014-09-081-1/+1
* Added number of users in recent rooms.Kegan Dougal2014-09-081-0/+3
* Display ban & kick reasonEmmanuel ROHEE2014-09-051-0/+6
* BF: Show "Bob invited you" in recents when Bob invites the userEmmanuel ROHEE2014-09-051-1/+5
* Added mUserDisplayName, a filter to resolve a user display name from a user_idEmmanuel ROHEE2014-09-041-9/+9
* Moved mRoomName filter into matrix-filter.js, a place for all generic filters...Emmanuel ROHEE2014-09-041-1/+1
* Report ban/unban messages to recents listsEmmanuel ROHEE2014-09-041-8/+19
* Do not show banned people in member list. Format ban events strings in room a...Emmanuel ROHEE2014-09-031-2/+2
* Added roomName, a directive to compute a room name based on its alias (not al...Emmanuel ROHEE2014-09-011-1/+1
* Just show 'Call' for call events. Don't just splat out the content of the eve...David Baker2014-09-011-1/+3
* Display emotes in the recents listEmmanuel ROHEE2014-08-291-0/+5
* Highlight the current room in the recents listEmmanuel ROHEE2014-08-271-1/+4
* BF: use room_id if there is no aliasEmmanuel ROHEE2014-08-271-1/+1
* Sort recents in anti-chronological orderEmmanuel ROHEE2014-08-271-1/+1
* Moved recents things into a separate (and reusable) controlerEmmanuel ROHEE2014-08-271-0/+53