Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-03-04 | Use if not results rather than len, as per feedback. | David Baker | 1 | -1/+1 |
2015-03-02 | s/user_name/user/ as per mjark's comment | David Baker | 3 | -8/+8 |
2015-03-02 | Oops, missed a replacement. | David Baker | 1 | -1/+1 |
2015-03-02 | Fix upgrade instructions | David Baker | 1 | -2/+2 |
2015-03-02 | Add missing comma | Erik Johnston | 1 | -1/+1 |
2015-03-02 | We purposefully don't have a version 14 delta script. | Erik Johnston | 1 | -1/+1 |
2015-03-02 | Blank lines | David Baker | 2 | -0/+2 |
2015-03-02 | Fix bug which prevented the HS pushing events to the AS due to FrozenEvents | Kegan Dougal | 1 | -1/+1 |
2015-03-02 | Bump webclient version | Erik Johnston | 1 | -3/+3 |
2015-03-02 | Wording tweaks | Kegan Dougal | 1 | -4/+3 |
2015-03-02 | Run deltas and bump user_version in upgrade script | Kegan Dougal | 3 | -6/+29 |
2015-03-02 | Use contextlib.contextmanager instead of a custom class | Erik Johnston | 1 | -22/+12 |
2015-03-02 | Rename the room-with-two-people rule to be more compatible if we have actual ... | David Baker | 1 | -1/+1 |
2015-03-02 | If we're yielding don't add errback | Erik Johnston |