summary refs log tree commit diff
path: root/webclient (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-05BF: Fixed members list layout when the scrollbar appearsEmmanuel ROHEE1-1/+3
2014-09-05BF: Show "Bob invited you" in recents when Bob invites the userEmmanuel ROHEE1-1/+5
2014-09-05hide the forgot password link until it worksDavid Baker1-2/+2
2014-09-05Fixed duplicated messages sending in slow network condition.Emmanuel ROHEE3-5/+55
2014-09-05Cleaned all sending references as it not usedEmmanuel ROHEE1-22/+4
2014-09-05Do not systematically scroll to the bottom on new events in the roomEmmanuel ROHEE1-2/+8
2014-09-04merge spec changesMatthew Hodgson1-13/+27
2014-09-04switch IRC-style command parser to use regexps rather than split(" ") so that...Matthew Hodgson2-55/+96
2014-09-04Add version 0 of the VoIP specification.David Baker1-11/+97
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ev...Emmanuel ROHEE1-1/+1
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ev...Emmanuel ROHEE1-1/+1
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Added mUserDisplayName, a filter to resolve a user display name from a user_idEmmanuel ROHEE2-9/+42
2014-09-04Moved mRoomName filter into matrix-filter.js, a place for all generic filters...Emmanuel ROHEE7-86/+106
2014-09-04Re-apply fixes to the link-email screen to make it work again (in a somewhat ...David Baker2-27/+54
2014-09-04BF: Do not filter incoming member events. Before, only invitations to the cur...Emmanuel ROHEE1-7/+2
2014-09-04Report ban/unban messages to recents listsEmmanuel ROHEE1-8/+19
2014-09-04big warningMatthew Hodgson1-0/+17
2014-09-04target live siteMatthew Hodgson1-2/+2
2014-09-04changelog for v0.2.1Matthew Hodgson1-0/+16
2014-09-04update README to know about synctlMatthew Hodgson1-14/+24
2014-09-03