Commit Graph

117 Commits (81ecaf945d7cbb21547664c4de03747e71c8084b)

Author SHA1 Message Date
Emmanuel ROHEE 81ecaf945d BF: Made /op work when providing no power value. 50 is used as default in this case 11 years ago
Emmanuel ROHEE b63dd9506e Improved requests: pagination is done from the data received in initialSync 11 years ago
David Baker 253c327252 Don't play an engaged tone if we hang up locally. 11 years ago
Emmanuel ROHEE 1ef51e7939 Improved room page loading flow: do pagination only when the members list is available. 11 years ago
Emmanuel ROHEE 332986ba43 BF: prevent joined messages to be displayed twice when joining a room. 11 years ago
Kegan Dougal e8f19b4c0d Display a 'Set Topic' button if there is no topic or it's a 0-len string. 11 years ago
Kegan Dougal 6bdb23449a Add ability to set topic by double-clicking on the topic text then hitting enter. 11 years ago
Matthew Hodgson a0a609e8af fix embarassing bug where in-progress messages get vaped when the previous one gets delivered 11 years ago
Matthew Hodgson dc1f202eca fix desktop notifs, which were broken in eab463fd 11 years ago
Matthew Hodgson ef0304beff disable broken event dup suppression, and fix echo for /me 11 years ago
Emmanuel ROHEE 24f0bb4af5 Revert "BF: Made notification work again (forgot to renamed "offline" to "unavailable")" 11 years ago
Emmanuel ROHEE c3f9d8e41b BF: Made notification work again (forgot to renamed "offline" to "unavailable") 11 years ago
Matthew Hodgson 41907209bb fix desktop notifs, which were broken in eab463fd 11 years ago
Matthew Hodgson 44bd5e04dd disable broken event dup suppression, and fix echo for /me 11 years ago
Matthew Hodgson a1bf28b7f0 handle m.room.aliases for id<->alias mapping; remove local_storage map; stop local echo flickering by removing opacity transition for now; implement /join 11 years ago
Emmanuel ROHEE 8a7f7f5004 BF: Update the members list on banned & kicked "events" 11 years ago
Emmanuel ROHEE 12a23f01b4 autoscroll down(if the scroller was already at the bottom) when receiving member events 11 years ago
Emmanuel ROHEE 3be6156774 Created kick & unban methods in matrixService. Made some factorisation. 11 years ago
Emmanuel ROHEE cf4c17deaf Added sanity checks in commands 11 years ago
Emmanuel ROHEE 3501478828 BF: Make /unban work again 11 years ago
Emmanuel ROHEE 584591c3e3 Fixed duplicated messages sending in slow network condition. 11 years ago
Emmanuel ROHEE 43369cbe06 Cleaned all sending references as it not used 11 years ago
Emmanuel ROHEE 3bfffab201 Do not systematically scroll to the bottom on new events in the room 11 years ago
Matthew Hodgson 3bc7bba262 switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces 11 years ago
Emmanuel ROHEE 7346ea85c0 Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 11 years ago
Emmanuel ROHEE 069a9745b0 Ignore leave members in the list too 11 years ago
Emmanuel ROHEE 1a32b1f002 Normalise users power levels so that the user with the higher power level will have a bar covering 100% of the width of his avatar 11 years ago
Emmanuel ROHEE 5dd1a738f8 Use /rooms/$room_id/state/m.room.member/$user_id to change the membership of another user 11 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 11 years ago
Emmanuel ROHEE ede161d296 Added /kick $user_id 11 years ago
Emmanuel ROHEE 277fd2250a Added /unban $user_id 11 years ago
Emmanuel ROHEE c06d07a276 Send unrecognized commands as text message (as before) 11 years ago
Emmanuel ROHEE 4c7da89219 Do not define power level limits in setUserPowerLevel. Update the function to be used as a resetUserPowerLevel 11 years ago
Emmanuel ROHEE 932f35a7f0 Added /deop $user_id 11 years ago
Emmanuel ROHEE 4b85c5f52c Added /op $user_id $powerLevel 11 years ago
Emmanuel ROHEE d29d41322a Better indicate in the page feedback section that a user can't join a room (because he has been banned for ex). May be worth to be put in the middle of screen 11 years ago
Emmanuel ROHEE 4ba5b4b55d Do not show banned people in member list. Format ban events strings in room and recent flows 11 years ago
Emmanuel ROHEE 56427b8057 Added /ban command 11 years ago
Emmanuel ROHEE 65c7f78e9f Made IRC style command easier to handle specifically for possible arguments 11 years ago
Emmanuel ROHEE bcf30b29ad BF: Reset base timer time ($scope.now) everytime last_active_ago is touched 11 years ago
Emmanuel ROHEE 828101dd51 Represent user power level in a room by a red bar at the bottom of his avatar image. The width of this bar depends on the power level. 11 years ago
Emmanuel ROHEE 1bc05aef20 BF: Armed updateMemberListPresenceAge only once 11 years ago
Emmanuel ROHEE 07d609cbc2 BF: Take into account MEMBER_EVENT and PRESENCE_EVENT events only after the initialSync is done 11 years ago
Emmanuel ROHEE 0271e8e692 Follow API renaming. state -> presence. mtime_ago -> last_active_ago 11 years ago
David Baker 57f047a05a Fairly simple move of the call status widget to the header bar (and therefore into the index page rather than the rooms page). 11 years ago
Emmanuel ROHEE 26a95988da Fixed presence change that occurs -Xs ago 11 years ago
Emmanuel ROHEE c9ee9b45c7 Fixed presence state update. Specifically, the current user was sometimes indicated as offline 11 years ago
Matthew Hodgson 1bc036a12d nasty big monolithic commit of a whole bunch of UI/UX improvements: 11 years ago
David Baker 8c36179d35 Give basic feedback on the state of VoIP calls in the UI (manually adding to master having added to develop) 11 years ago
David Baker 490f142d73 Give basic feedback on the state of VoIP calls in the UI. 11 years ago