summary refs log tree commit diff
path: root/synapse/python_dependencies.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-04Fix registration with register_mxid_from_3pid enabled (#5011) dinsic_2019-04-04_1Erik Johnston1-1/+1
2019-04-04Rewrite more internal IS urls. (#5006) dinsic_2019-04-04Michael Kaye1-4/+22
* Rewrite more internal IS urls.
2019-04-03Sample configErik Johnston1-0/+5
2019-04-03Add config option to use email as display name for new usersErik Johnston2-14/+25
2019-03-21Fix commentsErik Johnston2-3/+5
2019-03-21Update sample configErik Johnston2-3/+54
2019-03-21Add another testErik Johnston1-0/+42
2019-03-21Run black on tests/rulecheck/Erik Johnston1-44/+64
2019-03-21Add 3PID invite support to spam checkerErik Johnston7-18/+51
2019-03-21Correctly handle 3PID invites in create room spam checkErik Johnston4-6/+39
We also add an option to outright deny third party invites
2019-03-21Turn off newsfile checkErik Johnston1-10/+0
2019-03-21Fix typo and add descriptionErik Johnston1-1/+5
2019-03-21Rejig testcase to make it more extensibleErik Johnston1-17/+22
2019-03-21Remove debugErik Johnston1-1/+0
2019-03-21Add testsErik Johnston1-1/+66
2019-03-21Fix upsertErik Johnston1-0/+1
2019-03-20Log requests which are simulated by the unit tests. (#4905)Richard van der Hoff2-8/+2
Rather than stubbing out the access_log, make it actually log the requests, which makes it a lot more obvious what is going on during tests.
2019-03-20Revert spurious deleteErik Johnston1-0/+4
2019-03-20