summary refs log tree commit diff
path: root/synapse/rest/key (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-20Revert "Query missing cross-signing keys on local sig upload"Richard van der Hoff3-141/+12
This was incorrectly merged to the release branch before it was ready. This reverts commit 72fe2affb6ac86d433b80b6452da57052365aa26.
2020-04-20Always send the user updates to their own device list (#7160)David Baker3-3/+19
2020-04-17Query missing cross-signing keys on local sig uploadAndrew Morgan3-12/+141
Add changelog Save retrieved keys to the db lint Fix and de-brittle remote result dict processing Use query_user_devices instead, assume only master, self_signing key types Make changelog more useful Remove very specific exception handling Wrap get_verify_key_from_cross_signing_key in a try/except Note that _get_e2e_cross_signing_verify_key can raise a SynapseError lint Add comment explaining why this is useful Only fetch master and self_signing key types Fix log statements, docstrings Remove extraneous items from remote query try/except lint Factor key retrieval out into a separate function Send device updates, modeled after SigningKeyEduUpdater._handle_signing_key_updates Update method docstring
2020-04-14Only register devices edu handler on the master process (#7255)Andrew Morgan2-7/+12
2020-04-03tweak changelog v1.12.3 release-v1.12.3Richard van der Hoff1-5/+2
2020-04-031.12.3Richard van der Hoff4-4/+16
2020-04-03Fix the debian build in a better way. (#7212)Richard van der Hoff4-9/+36
2020-04-02Fix changelog wording