| Commit message (Expand) | Author | Files | Lines |
2014-09-23 | manu: what's going on here? | Matthew Hodgson | 1 | -3/+4 |
2014-09-23 | Bugfix for older Pythons that lack hmac.compare_digest() | Paul "LeoNerd" Evans | 1 | -1/+11 |
2014-09-23 | use all new /rooms/<room id>/state to actually gather the state for rooms whe... | Matthew Hodgson | 3 | -8/+49 |
2014-09-23 | patch over another scenario whe we leak room IDs. i have *zero* idea why or ... | Matthew Hodgson | 1 | -1/+1 |
2014-09-23 | fix a case of rampaging SYWEB-78 | Matthew Hodgson | 1 | -0/+5 |
2014-09-23 | Fix SYWEB-72 : Improve performance when typing. | Kegan Dougal | 2 | -2/+16 |
2014-09-23 | SYWEB-28: Fixed weird members list ordering: sort members on their last activ... | Emmanuel ROHEE | 1 | -3/+10 |
2014-09-23 | remove old commented-out code | Matthew Hodgson | 1 | -2/+1 |
2014-09-23 | fix one cause of SYWEB-53 | Matthew Hodgson | 1 | -7/+4 |
2014-09-23 | Send an HMAC(SHA1) protecting the User ID for the ReCAPTCHA bypass, rather th... | Paul "LeoNerd" Evans | 1 | -7/+26 |
2014-09-23 | Update API docs to include notes on /rooms/$roomid/state | Kegan Dougal | 1 | -1/+1 |
2014-09-23 | Implemented /rooms/$roomid/state API. | Kegan Dougal | 2 | -6/+23 |
2014-09-23 | Config values are almost never 'None', but they might be empty string. Detect... | Paul "LeoNerd" Evans | 1 | -1/+1 |
2014-09-23 | Make sure the config actually /has/ a captcha_bypass_secret set before trying... | Paul "LeoNerd" Evans | 1 | -2/+3 |
2014-09-23 | Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se... | Paul "LeoNerd" Evans | 2 | -6/+24 |
2014-09-23 | Partial fix of SYWEB-28: If members do not have last_active_ago, compare thei... | Emmanuel ROHEE | 1 | -1/+17 |
2014-09-23 | send messages to users from the home page (SYWEB-19) | Matthew Hodgson | 3 | -4/+42 |
2014-09-23 | fix NPE | Matthew Hodgson | 1 | -2/+1 |
2014-09-23 | Fix SYWEB-8 : Buggy tab-complete. | Kegan Dougal | 1 | -19/+40 |
2014-09-22 | Show display name changes in the message list. | Kegan Dougal | 2 | -8/+30 |
2014-09-22 | Bump versions and changelog v0.3.3 | Erik Johnston | 3 | -2/+22 |
2014-09-22 | Add working protractor e2e test. | Kegan Dougal | 4 | -8/+26 |
2014-09-22 | Set required environment variables for e2e testing. | Kegan Dougal | 3 | -6/+15 |
2014-09-22 |