summary refs log tree commit diff
path: root/synapse/storage/registration.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-25Add --no-pep-517 to README instructionsRichard van der Hoff1-2/+2
2019-04-25set PIP_USE_PEP517 = False for testsRichard van der Hoff1-0/+5
2019-04-25Fix handling of SYNAPSE_NO_TLS in docker image (#5005)*=0=1=4=*3-2/+16
2019-04-25Config option for verifying federation certificates (MSC 1711) (#4967)Andrew Morgan8-17/+158
2019-04-24Remove log error for .well-known/matrix/client (#4972)Michael Kaye2-1/+2
2019-04-24Prevent "producer not unregistered" message (#5009)Amber Brown2-0/+5
2019-04-22add gpg key fingerprintRichard van der Hoff1-0/+2
2019-04-18Don't crash on lack of expiry templatesBrendan Abolivier2-2/+7
2019-04-17Update debian install docs for new key and repo (#5074)Richard van der Hoff1-5/+25
2019-04-17Add management endpoints for account validityBrendan Abolivier8-26/+246
2019-04-17Send out emails with links to extend an account's validity periodBrendan Abolivier17-43/+699
2019-04-17Make sure we're not registering the same 3pid twiceBrendan Abolivier2-0/