summary refs log tree commit diff
path: root/tests/rest/media (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-25Refactor the user-interactive auth handling (#6105)Richard van der Hoff5-141/+265
Pull the checkers out to their own classes, rather than having them lost in a massive 1000-line class which does everything. This is also preparation for some more intelligent advertising of flows, as per #6100
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-23