Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-22 | Add config option to disable media_repo on main synapse | Richard van der Hoff | 4 | -9/+30 | |
... to stop us doing the cache cleanup jobs on the master. | |||||
2017-11-22 | Build MediaRepositoryResource as a homeserver dependency | Richard van der Hoff | 4 | -5/+19 | |
This avoids the scenario where we have four different PreviewUrlResources configured on a single app, each of which have their own caches and cache clearing jobs. | |||||
2017-11-21 | Improve documentation of workers | Richard van der Hoff | 1 | -21/+133 | |
Fixes https://github.com/matrix-org/synapse/issues/2554 | |||||
2017-11-21 | sanity checks | Matthew Hodgson | 1 | -1/+4 | |
2017-11-21 | Clean up dependency list | Richard van der Hoff | 1 | -16/+15 | |
remove those that aren't used at all, and replace the ones that don't have builders with simple getters rather than dynamically-generated methods. | |||||
2017-11-19 | don't double-invite in sync_room_to_group.pl | Matthew Hodgson | 1 | -3/+6 | |
2017-11-17 | Bump version in __init__.py v0.25.1 github/release-v0.25.1 release-v0.25.1 | Richard van der Hoff | 1 | -1/+1 | |
2017-11-17 | Prep changelog for v0.25.1 | Richard van der Hoff | 1 | -0/+8 | |
2017-11-17 | Fix auth handler #2678 | Jurek | 1 | -1/+1 | |
2017-11-17 | typo | Matthew Hodgson | 1 | -1/ |