summary refs log tree commit diff
path: root/webclient/recents/recents.html (follow)
Commit message (Collapse)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
| | | | | This breaks functionality whilst both events.rooms and modelService are in use.
* switch from the deprecated msg.content.prev to msg.prev_content.membership, ↵Matthew Hodgson2014-10-241-4/+4
| | | | and fix the bug where kicks of unjoined users aren't displayed sensibly in the history
* 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 ↵Kegan Dougal2014-09-181-1/+1
| | | | plays nicer with federation.
* webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which ↵Kegan Dougal2014-09-171-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 ROHEE2014-09-161-1/+1
| | | | sidepanel - takes up too much room
* 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
| | | | Update it with the latest value
* 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 ↵Emmanuel ROHEE2014-09-101-1/+3
| | | | (ex:user has not joined the room yet)
* 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 ↵Kegan Dougal2014-09-081-1/+1
| | | | blindly assuming a recents controller is writing to rootScope.rooms and setting numUsersInRoom there.
* Added num_joined_users key to /publicRooms for each room. Show this ↵Kegan Dougal2014-09-081-1/+1
| | | | information in the webclient.
* 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 ↵Emmanuel ROHEE2014-09-041-1/+1
| | | | filters using Matrix data.
* 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 ↵Emmanuel ROHEE2014-09-031-2/+2
| | | | and recent flows
* Added roomName, a directive to compute a room name based on its alias (not ↵Emmanuel ROHEE2014-09-011-1/+1
| | | | aliases for now) and its users displaynames or ids
* Just show 'Call' for call events. Don't just splat out the content of the ↵David Baker2014-09-011-1/+3
| | | | event for other events: it's rarely going to be sesnible.
* 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