Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-28 | Config templating (#5900) | Jorik Schellekens | 9 | -46/+366 | |
Template config files * Imagine a system composed entirely of x, y, z etc and the basic operations.. Wait George, why XOR? Why not just neq? George: Eh, I didn't think of that.. Co-Authored-By: Erik Johnston <erik@matrix.org> | |||||
2019-08-28 | Implement a structured logging output system. (#5680) | Amber Brown | 31 | -82/+1328 | |
2019-08-28 | Fix a cache-invalidation bug for worker-based deployments (#5920) | Richard van der Hoff | 2 | -8/+17 | |
Some of the caches on worker processes were not being correctly invalidated when a room's state was changed in a way that did not affect the membership list of the room. We need to make sure we send out cache invalidations even when no memberships are changing. | |||||
2019-08-28 | Typographical corrections in docker/README (#5921) | Victor Goff | 1 | -5/+5 | |
2019-08-27 | Fix off by one error in SRV result shuffling | Erik Johnston | 1 | -8/+13 | |
2019-08-27 | Document GET method for retrieving admin bit of user in admin API | Olivier Wilkinson (reivilibre) | 1 | -0/+19 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Add GET method to admin API /users/@user:dom/admin | Olivier Wilkinson (reivilibre) | 4 | -9/+43 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Update 5909.misc | Richard van der Hoff | 1 | -1/+1 | |
2019-08-27 | Add Admin API capability to set adminship of a user (#5878) | reivilibre | 6 | -0/+132 | |
Admin API: Set adminship of a user | |||||
2019-08-27 |