summary refs log tree commit diff
path: root/tests/test_federation.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-10Make isort tox check print diff when it failsErik Johnston1-2/+2
2018-12-10Move imports to one lineWill Hunt1-4/+1
2018-12-10Use `send_cors`Will Hunt1-4/+1
2018-12-09changelog & isortWill Hunt2-1/+6
2018-12-09Make /config more CORS-yWill Hunt1-1/+3
2018-12-07Initialise user displayname from SAML2 data (#4272)Richard van der Hoff6-15/+39
2018-12-07Update the example systemd config to use a virtualenv (#4273)Richard van der Hoff3-22/+32
2018-12-07Implement SAML2 authentication (#4267)Richard van der Hoff9-2/+258
2018-12-07Factor SSO success handling out of CAS login (#4264)Richard van der Hoff5-32/+184
2018-12-06Rip out half-implemented m.login.saml2 support (#4265)Richard van der Hoff7-169/+4
2018-12-06drop undocumented dependency on dateutil (#4266)Richard van der Hoff2-7/+7
2018-12-05Implement .well-known handling (#4262)Richard van der Hoff5-0/+140
2018-12-04Remove obsolete settings from docker homeserver.yamlRichard van der Hoff2-3/+2
2018-12-04Notes on upgrading to python3, and README updates.Richard van der Hoff3-53/+82
2018-12-04Add an option to enable recording IPs for appservice users (#3831)Travis Ralston3-9/+26
2018-12-04Fix non-ASCII pushrules (#4248)Amber Brown2-12/+24
2018-12-04Add an option to disable search for homeservers which may not be interested i...Travis Ralston4-1/+21
2018-12-04Add note to UPGRADE.rst about removing riot.im from list of trusted identity ...Aaron Raimist2-0/+10
2018-12-04 add more detail to logging regarding "More than one row matched" error (#4234)Ben Parsons2-6/+7
2018-12-04Fix UnicodeDecodeError when postgres is not configured in english (#4253)Richard van der Hoff3-8/+47
2018-12-04Patch defer.inlineCallbacks to check logcontexts in tests (#4205)Richard van der Hoff4-3/+99
2018-12-04Run the AS senders as background processes (#4189)Richard van der Hoff2