Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-06-01 | Don't fail all of an iteration of the device list retry loop on error (#7609) | Brendan Abolivier | 2 | -15/+22 | |
Without this patch, if an error happens which isn't caught by `user_device_resync`, then `_maybe_retry_device_resync` would fail, without retrying the next users in the iteration. This patch fixes this so that it now only logs an error in this case. | |||||
2020-06-01 | Use upsert when inserting read receipts (#7607) | Dagfinn Ilmari Mannsåker | 2 | -9/+5 | |
Fixes #7469 Signed-off-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | |||||
2020-05-30 | Update OpenBSD installation instructions (#7587) | hashashini | 2 | -22/+41 | |
Synapse was added to the ports tree in Nov, 2019 by Renaud Allard (https://marc.info/?l=openbsd-ports&m=157417848805329). With the release of OpenBSD 6.7 on May 22, 2020 a pre-compiled binary is available as well. | |||||
2020-05-29 | Fix 'FederationGroupsRoomsServlet' API when group has room server is not in. ↵ | Erik Johnston | 2 | -8/+13 | |
(#7599) | |||||
2020-05-29 | Make inflight background metrics more efficient. (#7597) | Erik Johnston | 2 | -34/+71 | |
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | |||||
2020-05-28 | Add entry to set dependency against psql service (#7591) | David Rio Deiros | 2 | -0/+4 | |
2020-05-28 | Update debian changelog v1.14.0 | Brendan Abolivier | 1 | -0/+6 | |
2020-05-28 | 1.14.0 | Brendan Abolivier | 2 | -1/+7 | |
2020-05-27 | Ensure we persist and ack the same token | Erik Johnston | 1 | -5/+7 | |