Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-09-25 | Refactor code for calculating registration flows (#6106) | Richard van der Hoff | 4 | -83/+145 |
2019-09-25 | A few more cleanups | Richard van der Hoff | 1 | -14/+15 |
2019-09-25 | address ryan's review comment | Richard van der Hoff | 1 | -4/+3 |
2019-09-25 | fix flake8 fails | Richard van der Hoff | 2 | -1/+2 |
2019-09-25 | remove errant print | Neil Johnson | 1 | -1/+0 |
2019-09-25 | black | Neil Johnson | 1 | -4/+2 |
2019-09-25 | remove email dependency on msisdn validity checks in _check_threepid | Neil Johnson | 2 | -30/+39 |
2019-09-25 | Refactor the user-interactive auth handling | Richard van der Hoff | 5 | -141/+265 |
2019-09-24 | remove unused parameter to get_user_id_by_threepid (#6099) | Richard van der Hoff | 2 | -1/+2 |
2019-09-24 | Incorporate review | Brendan Abolivier | 1 | -3/+3 |
2019-09-24 | Add sid to next_link for email validation (#6097) | J. Ryan Stinnett | 2 | -0/+11 |
2019-09-24 | Fix logging | Brendan Abolivier | 1 | -1/+1 |
2019-09-24 | docstrings and comments | Richard van der Hoff | 1 | -7/+21 |
2019-09-23 | Add submit_url response parameter |