Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-21 | Ensure worker config exists in systemd service (#7528) | David Vo | 2 | -1/+2 | |
2020-05-21 | add a comment | Richard van der Hoff | 1 | -0/+3 | |
2020-05-21 | Fix bug in persist events when dealing with non member types. (#7548) | Erik Johnston | 2 | -2/+3 | |
`_is_server_still_joined` will throw if it is given state updates with non-user ID state keys with local user leaves. This is actually rarely a problem since local leaves almost always get persisted by themselves. (I discovered this on a branch that was otherwise broken, so I haven't seen this in the wild) | |||||
2020-05-20 | Update CONTRIBUTING.md (#7541) | Richard van der Hoff | 1 | -15/+4 | |
2020-05-20 | Remove Ubuntu Cosmic and Disco which are both EOL. (#7539) | Patrick Cloke | 2 | -2/+1 | |
2020-05-20 | Hash passwords earlier in the password reset process (#7538) | Patrick Cloke | 5 | -11/+33 | |
This now matches the logic of the registration process as modified in 56db0b1365965c02ff539193e26c333b7f70d101 / #7523. | |||||
2020-05-20 | Minor clarifications to the TURN docs (#7533) | Richard van der Hoff | 2 | -15/+43 | |
2020-05-19 | Update changelog based on feedback. v1.13.0 github/release-v1.13.0 release-v1.13.0 | Patrick Cloke | 1 | -1/+1 | |
2020-05-19 | Move warnings in the changelog and re-iterate changes to branches. | Patrick Cloke | 1 | -18/+32 | |
2020-05-19 | 1.13.0 | Patrick Cloke | 4 | -4/+16 | |
2020-05-19 | update dh-virtualenv (#7526) | Richard van der Hoff | 5 | -11/+11 | |
2020-05-19 | synctl warns when no process is stopped and avoids start (#6598) | Romain Bouyé | 2 | -3/+29 | |
* If an error occurs when stopping a process synctl now logs a warning. * During a restart, synctl will avoid attempting to start Synapse if an error occurs during stopping Synapse. | |||||
2020-05-19 | Improve API doc readability (#7527) | Paul Tötterman | 1 | -10/+11 | |
2020-05-19 | Omit displayname or avatar_url if they aren't set instead of returning null ↵ | Aaron Raimist | 2 | -2/+7 | |
(#7497) Per https://github.com/matrix-org/matrix-doc/issues/1436#issuecomment-410089470 they should be omitted instead of returning null or "". They aren't marked as required in the spec. Fixes https://github.com/matrix-org/synapse/issues/7333 Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||||
2020-05-18 | 1.13.0rc3 v1.13.0rc3 | Patrick Cloke | 3 | -2/+10 | |
2020-05-18 | Hash passwords earlier in the registration process (#7523) | Patrick Cloke | 4 | -31/+31 | |