Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-14 | Fix login to error for nonexistent users | David Baker | 1 | -1/+1 | |
Fixes SYN-680 | |||||
2016-04-14 | fix urlparse import thinko breaking tiny URLs | Matthew Hodgson | 1 | -5/+5 | |
2016-04-14 | Make v2_alpha reg follow the AS API specification | Kegan Dougal | 1 | -0/+5 | |
The spec is clear the key should be 'user' not 'username' and this is indeed the case for v1. This is not true for v2_alpha though, which is what this commit is fixing. | |||||
2016-04-14 | comment out 2c838f6459db35ad9812a83184d85a06ca5d940a due to risk of ↵ | Matthew Hodgson | 1 | -16/+16 | |
https://en.wikipedia.org/wiki/Billion_laughs attacks - thanks @torhve | |||||
2016-04-14 | Measure push action generator | Erik Johnston | 1 | -11/+15 | |
2016-04-14 | Don't push for everyone who ever sent an RR to the room | David Baker | 1 | -1/+13 | |
2016-04-14 | Add missing yield | Erik Johnston | 1 | -1/+1 | |
2016-04-14 | Rename log context | Erik Johnston | 1 | -1/+1 | |
2016-04-14 | Make send_badge private | Erik Johnston | 1 | -2/+2 | |
2016-04-14 | Add desc arg | Erik Johnston | 1 | -1/+5 | |
2016-04-14 |