summary refs log tree commit diff
path: root/synapse/groups/attestations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-261-218/+0
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-171-1/+3
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Rewrite the KeyRing (#10035)Erik Johnston2021-06-021-1/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Add type hints to groups code. (#9393)Patrick Cloke2021-02-171-13/+24
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-8/+4
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* Convert groups and visibility code to async / await. (#7951)Patrick Cloke2020-07-271-14/+11
* Add `HomeServer.signing_key` property (#7805)Richard van der Hoff2020-07-081-1/+1
* Port group attestation renewal slow down from matrix-org-hotfixes (#7442)Andrew Morgan2020-05-061-4/+2
* Fix incorrect metrics reporting for renew_attestations (#7344)Richard van der Hoff2020-04-271-10/+9
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-16/+19
* Merge pull request #5385 from matrix-org/erikj/reduce_http_exceptionsErik Johnston2019-06-171-2/+2
|\
| * Handle HttpResponseException when using federation client.Erik Johnston2019-06-071-2/+2
* | Only start background group attestation renewals on masterErik Johnston2019-06-071-3/+4
|/
* Associate a request_name with each verify request, for loggingRichard van der Hoff2019-06-051-1/+3
* Enforce validity period on server_keys for fed requests. (#5321)Richard van der Hoff2019-06-031-2/+3
* Correctly handle RequestSendFailed exceptionsErik Johnston2019-02-141-1/+6
* Fix some looping_call calls which were broken in #3604Richard van der Hoff2018-07-261-1/+1
* Wrap a number of things that run in the backgroundRichard van der Hoff2018-07-251-1/+5
* another typoMatthew Hodgson2018-07-101-1/+1
* typo (i think)Matthew Hodgson2018-07-101-1/+1
* run isortAmber Brown2018-07-091-3/+2
* Merge remote-tracking branch 'origin/develop' into rav/use_run_in_backgroundRichard van der Hoff2018-04-271-20/+24
|\
| * Improve exception handling for background processesRichard van der Hoff2018-04-271-20/+24
* | Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-271-2/+2
|/
* Revert "Merge branch 'master' of github.com:matrix-org/synapse into develop"Erik Johnston2017-11-071-1/+10
* Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2017-11-071-10/+1
|\
| * Revert "Add jitter to validity period of attestations"Erik Johnston2017-10-271-12/+1
* | Merge branch 'erikj/attestation_jitter' of github.com:matrix-org/synapse into...Erik Johnston2017-10-271-1/+11
|\|
| * Add jitter to validity period of attestationsErik Johnston2017-10-271-1/+12
* | Merge branch 'erikj/attestation_local_fix' of github.com:matrix-org/synapse i...Erik Johnston2017-10-271-4/+16
|\ \
| * | Import loggerErik Johnston2017-10-271-0/+5
| * | FixupErik Johnston2017-10-271-3/+3
| * | Remove incorrect attestationsErik Johnston2017-10-271-0/+1
| * | Log if we try to do attestations for our own user and groupErik Johnston2017-10-271-2/+8
| |/
* / Add comment about attestationsErik Johnston2017-10-271-0/+22
|/
* Fix typo in group attestation handlingErik Johnston2017-10-191-1/+2
* Fix typoErik Johnston2017-10-191-1/+1
* CommentErik Johnston2017-07-111-5/+8
* TypoErik Johnston2017-07-111-1/+1
* CommentsErik Johnston2017-07-111-2/+2
* CommentsErik Johnston2017-07-111-1/+28
* Initial group server implementationErik Johnston2017-07-101-0/+120