| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-11-04 | 1 | -7/+6 |
|\ |
|
| * | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 1 | -7/+6 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-10-31 | 1 | -2/+3 |
|\| |
|
| * | Port to use state storage | Erik Johnston | 2019-10-30 | 1 | -2/+4 |
* | | Split purge API into events vs state | Erik Johnston | 2019-10-30 | 1 | -2/+5 |
|/ |
|
* | Servlet to purge old rooms (#5845) | Richard van der Hoff | 2019-08-22 | 1 | -0/+17 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -8/+6 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Fix /messages on workers when no from param specified. | Erik Johnston | 2019-06-24 | 1 | -3/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -38/+30 |
* | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 1 | -9/+13 |
* | Log tracebacks correctly | Erik Johnston | 2019-02-25 | 1 | -1/+5 |
* | Merge pull request #4263 from rkfg/develop | Erik Johnston | 2019-02-21 | 1 | -1/+1 |
|\ |
|
| * | Prevent crash on pagination. | rkfg | 2018-12-06 | 1 | -1/+1 |
* | | fix NPE in /messages by checking if all events were filtered out (#4330) | Matthew Hodgson | 2019-01-02 | 1 | -10/+11 |
|/ |
|
* | Refactor state group lookup to reduce DB hits (#4011) | Erik Johnston | 2018-10-25 | 1 | -8/+7 |
* | don't filter membership events based on history visibility (#3874) | Matthew Hodgson | 2018-09-14 | 1 | -8/+1 |
* | lazyload aware /messages (#3589) | Matthew Hodgson | 2018-08-16 | 1 | -1/+34 |
* | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 1 | -1/+1 |
* | Move PaginationHandler to its own file | Erik Johnston | 2018-07-20 | 1 | -0/+265 |