| Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update CHANGES github/release-v0.12.0 release-v0.12.0 | Richard van der Hoff | 1 | -0/+4 |
2016-01-02 | Expose /login under r0 | Richard van der Hoff | 1 | -1/+1 |
2015-12-23 | Bump version and update changelog for v0.12.0-rc3 v0.12.0-rc3 | Mark Haines | 2 | -1/+25 |
2015-12-23 | Add some docstring explaining the snapshot cache does | Mark Haines | 1 | -1/+23 |
2015-12-23 | Missing yield on guest access auth check | Mark Haines | 1 | -1/+1 |
2015-12-23 | Add a unit test for the snapshot cache | Mark Haines | 2 | -2/+62 |
2015-12-22 | Move the doc string to the public facing method | Mark Haines | 1 | -16/+17 |
2015-12-22 | Add a cache for initialSync responses that expires after 5 minutes | Mark Haines | 2 | -1/+94 |
2015-12-22 | Fix merge fail with anon access stuff | David Baker | 1 | -2/+2 |
2015-12-22 | Add mocks to make tests work again | David Baker | 2 | -0/+16 |
2015-12-22 | pep8 & unused variable | David Baker | 3 | -4/+3 |
2015-12-22 | Add some comments to areas that could be optimised. | David Baker | 3 | -1/+14 |
2015-12-22 | Remove the list of problems (moved to jira issues) | David Baker | 1 | -5/+0 |
2015-12-22 | Insert push actions in a single db query rather than one per user/profile_tag | David Baker | 2 | -17/+24 |
2015-12-22 | Include the list of bad room ids in the error | Mark Haines | 2 | -2/+24 |
2015-12-22 | clarify problems | David Baker | 1 | -1/+1 |
2015-12-22 | Add bulk push rule evaluator which actually still evaluates rules one by one,... | David Baker | 4 | -22/+159 |
2015-12-22 | Use a list comprehension | Mark Haines | 1 | -3/+4 |
2015-12-22 | Hook up read receipts and typing notifications for guest access | Mark Haines | 1 | -13/+11 |
2015-12-22 | Add top level filters for filtering by room id | Mark Haines | 2 | -34/+35 |
2015-12-22 | Allow guest access to /sync | Mark Haines | 1 | -46/+98 |
2015-12-22 | Allow guest access if the user provides a list of rooms in the filter | Mark Haines | 3 | -1/+22 |
2015-12-21 | Add top level filtering by room id | Mark Haines | 1 | -33/+30 |
2015-12-21 | Remove bogus comment about branch coverage | Mark Haines | 1 | -1/+0 |
|