summary refs log tree commit diff
path: root/webclient/recents/recents.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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