summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-25Refactor code for calculating registration flows (#6106)Richard van der Hoff4-83/+145
because, frankly, it looked like it was written by an axe-murderer. This should be a non-functional change, except that where `m.login.dummy` was previously advertised *before* `m.login.terms`, it will now be advertised afterwards. AFAICT that should have no effect, and will be more consistent with the flows that involve passing a 3pid.
2019-09-24remove unused parameter to get_user_id_by_threepid (#6099)Richard van der Hoff2-1/+2
Added in #5377, apparently in error
2019-09-24Incorporate reviewBrendan Abolivier1-3/+3
2019-09-24Add sid to next_link for email validation (#6097)J. Ryan Stinnett2-0/+11
2019-09-24Fix loggingBrendan Abolivier1-1/+1
2019-09-24docstrings and commentsRichard van der Hoff1-7/+21
2019-09-23Add submit_url response parameter to msisdn /requestToken (#6079)Andrew Morgan4-1/+16
Second part of solving #6076 Fixes #6076 We return a submit_url parameter on calls to POST */msisdn/requestToken so that clients know where to submit token information to.
2019-09-23Add an unstable feature flag for separate add/bind 3pid APIs (#6044)Andrew Morgan2-0/+3
Add a m.separate_add_and_bind flag set to True. See MSC2290's Backward Compatibility section for details.
2019-09-23Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan5-4/+28
Uses a SimpleHttpClient instance equipped with the federation_ip_range_blacklist list for requests to identity servers provided by user input. Does not use a blacklist when contacting identity se