summary refs log tree commit diff
path: root/webclient/js (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-23fix yet more room id leak disastersMatthew Hodgson1-5/+12
2014-09-23oops, stupid bug on room/$room/stateMatthew Hodgson2-4/+4
2014-09-23manu: what's going on here?Matthew Hodgson1-3/+4
2014-09-23Bugfix for older Pythons that lack hmac.compare_digest()Paul "LeoNerd" Evans1-1/+11
2014-09-23use all new /rooms/<room id>/state to actually gather the state for rooms whe...Matthew Hodgson3-8/+49
2014-09-23patch over another scenario whe we leak room IDs. i have *zero* idea why or ...Matthew Hodgson1-1/+1
2014-09-23fix a case of rampaging SYWEB-78Matthew Hodgson1-0/+5
2014-09-23Fix SYWEB-72 : Improve performance when typing.Kegan Dougal2-2/+16
2014-09-23SYWEB-28: Fixed weird members list ordering: sort members on their last activ...Emmanuel ROHEE1-3/+10
2014-09-23remove old commented-out codeMatthew Hodgson1-2/+1
2014-09-23fix one cause of SYWEB-53Matthew Hodgson1-7/+4
2014-09-23Send an HMAC(SHA1) protecting the User ID for the ReCAPTCHA bypass, rather th...Paul "LeoNerd" Evans1-7/+26
2014-09-23Update API docs to include notes on /rooms/$roomid/stateKegan Dougal1-1/+1
2014-09-23Implemented /rooms/$roomid/state API.Kegan Dougal2-6/+23
2014-09-23Config values are almost never 'None', but they might be empty string. Detect...Paul "LeoNerd" Evans1-1/+1
2014-09-23Make sure the config actually /has/ a captcha_bypass_secret set before trying...Paul "LeoNerd" Evans1-2/+3
2014-09-23Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se...Paul "LeoNerd" Evans2-6/+24
2014-09-23Partial fix of SYWEB-28: If members do not have last_active_ago, compare thei...Emmanuel ROHEE1-1/+17
2014-09-23send messages to users from the home page (SYWEB-19)Matthew Hodgson3-4/+42
2014-09-23fix NPEMatthew Hodgson1-2/+1
2014-09-23Fix SYWEB-8 : Buggy tab-complete.Kegan Dougal1-19/+40
2014-09-22Show display name changes in the message list.Kegan Dougal2-8/+30
2014-09-22