summary refs log tree commit diff
path: root/synapse/app (unfollow)
Commit message (Expand)AuthorFilesLines
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