Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-11-18 | Improve appservice handler to send only the most recent read receipts when ↵ | Will Hunt | 4 | -3/+10 | |
no stream_id is stored. (#8744) * Make this line debug (it's noisy) * Don't include from_key for presence if we are at 0 * Limit read receipts for all rooms to 100 * changelog.d/8744.bugfix * Allow from_key to be None * Update 8744.bugfix * The from_key is superflous * Update comment | |||||
2020-11-18 | Fix tests on develop (#8777) | Erik Johnston | 2 | -16/+1 | |
This was broken due to #8617 and #8761. | |||||
2020-11-18 | SAML: Document allowing a clock/time difference from IdP (#8731) | Marcus Schopen | 3 | -0/+13 | |
Updates the sample configuration with the pysaml2 configuration for accepting clock skew/drift between the homeserver and IdP. | |||||
2020-11-18 | Update changelog v1.23.0 github/release-v1.23.0 release-v1.23.0 | Erik Johnston | 1 | -1/+1 | |
2020-11-18 | Fix formatting in upgrades | Erik Johnston | 1 | -1/+1 | |
2020-11-18 | Update changelog | Erik Johnston | 1 | -0/+4 | |
2020-11-18 | 1.23.0 | Erik Johnston | 4 | -2/+16 | |
2020-11-17 | Cap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767) | Andrew Morgan | 3 | -1/+7 | |
Short-term fix for https://github.com/matrix-org/synapse/issues/8766. | |||||
2020-11-17 | Abstract shared SSO code. (#8765) | Patrick Cloke | 6 | -120/+159 | |