| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of connection timeouts in outgoing http requests (#8400) | Richard van der Hoff | 2020-09-29 | 1 | -13/+12 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 1 | -3/+2 |
* | Remove signature check on v1 identity server lookups (#8001) | Andrew Morgan | 2020-08-03 | 1 | -31/+3 |
* | Fix up types and comments that refer to Deferreds. (#7945) | Patrick Cloke | 2020-07-24 | 1 | -126/+145 |
* | Stop passing bytes when dumping JSON (#7799) | Patrick Cloke | 2020-07-08 | 1 | -2/+2 |
* | Convert identity handler to async/await. (#7561) | Patrick Cloke | 2020-05-26 | 1 | -55/+39 |
* | Convert sending mail to async/await. (#7557) | Erik Johnston | 2020-05-22 | 1 | -5/+4 |
* | import urllib.parse when using urllib.parse.quote (#7319) | Andrew Morgan | 2020-04-22 | 1 | -1/+1 |
* | Validate client_secret parameter (#6767) | Andrew Morgan | 2020-01-24 | 1 | -1/+3 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -3/+3 |
* | Move lookup-related functions from RoomMemberHandler to IdentityHandler (#5978) | Andrew Morgan | 2019-09-27 | 1 | -0/+353 |
* | Add sid to next_link for email validation (#6097) | J. Ryan Stinnett | 2019-09-24 | 1 | -0/+10 |
* | Add submit_url response parameter to msisdn /requestToken (#6079) | Andrew Morgan | 2019-09-23 | 1 | -1/+11 |
* | Use the federation blacklist for requests to untrusted Identity Servers (#6000) | Andrew Morgan | 2019-09-23 | 1 | -3/+15 |
* | Add POST submit_token endpoint for MSISDN (#6078) | Andrew Morgan | 2019-09-23 | 1 | -0/+34 |
* | Implement MSC2290 (#6043) | Andrew Morgan | 2019-09-23 | 1 | -51/+83 |
* | Return timeout error to user for identity server calls (#6073) | Andrew Morgan | 2019-09-23 | 1 | -2/+14 |
* | Allow HS to send emails when adding an email to the HS (#6042) | Andrew Morgan | 2019-09-20 | 1 | -14/+3 |
* | Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976) | Andrew Morgan | 2019-09-11 | 1 | -22/+34 |
* | Fix existing v2 identity server calls (MSC2140) (#6013) | Andrew Morgan | 2019-09-11 | 1 | -2/+26 |
* | Merge pull request #6011 from matrix-org/anoa/fix_3pid_validation | Erik Johnston | 2019-09-10 | 1 | -40/+33 |
|\ |
|
| * | Add changelog | Andrew Morgan | 2019-09-10 | 1 | -3/+3 |
| * | Use account_threepid_delegate for 3pid validation | Andrew Morgan | 2019-09-10 | 1 | -40/+33 |
* | | Ensure a sid parameter is passed to bind_threepid (#5995) | Andrew Morgan | 2019-09-06 | 1 | -1/+7 |
|/ |
|
* | Allow Synapse to send registration emails + choose Synapse or an external ser... | Andrew Morgan | 2019-09-06 | 1 | -42/+136 |
* | Switch to using v2 Identity Service APIs other than lookup (MSC 2140) (#5892) | Andrew Morgan | 2019-09-05 | 1 | -41/+119 |
* | Add POST /_matrix/client/r0/account/3pid/unbind (MSC2140) (#5980) | Andrew Morgan | 2019-09-05 | 1 | -1/+2 |
* | Revert "Use the v2 lookup API for 3PID invites (#5897)" (#5937) | Andrew Morgan | 2019-08-30 | 1 | -13/+0 |
* | Use the v2 lookup API for 3PID invites (#5897) | Andrew Morgan | 2019-08-28 | 1 | -0/+13 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -9/+9 |
* | Typo | Brendan Abolivier | 2019-07-10 | 1 | -1/+1 |
* | Send 3PID bind requests as JSON data | Brendan Abolivier | 2019-07-10 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -82/+50 |
* | Add ability to perform password reset via email without trusting the identity... | Andrew Morgan | 2019-06-06 | 1 | -2/+11 |
* | Remove threepid binding if id server returns 400/404/501 | Erik Johnston | 2019-04-02 | 1 | -9/+10 |
* | Fixup docstrings | Erik Johnston | 2019-04-02 | 1 | -2/+4 |
* | Allowing specifying IS to use in unbind API. | Erik Johnston | 2019-04-01 | 1 | -5/+8 |
* | For unbind poke IS used during binding of 3PID | Erik Johnston | 2019-04-01 | 1 | -9/+35 |
* | Track IS used to bind 3PIDs | Erik Johnston | 2019-04-01 | 1 | -0/+15 |
* | sign_request -> build_auth_headers (#4408) | Richard van der Hoff | 2019-01-17 | 1 | -3/+6 |
* | Log when we 3pid/unbind request fails | Erik Johnston | 2018-08-09 | 1 | -0/+2 |
* | Don't fail requests to unbind 3pids for non supporting ID servers | Erik Johnston | 2018-08-08 | 1 | -9/+21 |
* | Kill off MatrixCodeMessageException | Richard van der Hoff | 2018-08-01 | 1 | -17/+8 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+5 |
* | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 1 | -1/+1 |
* | Remove run_on_reactor (#3395) | Amber Brown | 2018-06-14 | 1 | -8/+0 |
* | doc fixes | David Baker | 2018-06-05 | 1 | -1/+1 |
* | docstring | David Baker | 2018-06-04 | 1 | -1/+9 |
* | pep8 | David Baker | 2018-05-24 | 1 | -3/+4 |
* | comment | David Baker | 2018-05-24 | 1 | -0/+4 |
* | Hit the 3pid unbind endpoint on deactivation | David Baker | 2018-05-23 | 1 | -0/+35 |
* | Use simplejson throughout | Richard van der Hoff | 2018-03-29 | 1 | -3/+5 |
* | Revert accidental commit | David Baker | 2017-04-26 | 1 | -4/+4 |
* | Use CodeMessageException subclass instead | David Baker | 2017-04-25 | 1 | -10/+19 |
* | Propagate errors sensibly from proxied IS requests | David Baker | 2017-04-21 | 1 | -5/+5 |
* | Support registration / login with phone number | David Baker | 2017-03-13 | 1 | -1/+36 |
* | Revert "Support registration & login with phone number" | Erik Johnston | 2017-03-13 | 1 | -36/+1 |
* | WIP support for msisdn 3pid proxy methods | David Baker | 2017-02-14 | 1 | -1/+36 |
* | requestToken update | David Baker | 2016-06-30 | 1 | -14/+27 |
* | Add missing param to the log line | Mark Haines | 2016-01-29 | 1 | -1/+2 |
* | Add config option for setting the trusted id servers, disabling checking the ... | Mark Haines | 2016-01-29 | 1 | -8/+17 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Reuse a single http client, rather than creating new ones | Mark Haines | 2015-12-02 | 1 | -9/+5 |
* | Add endpoint that proxies ID server request token and errors if the given ema... | David Baker | 2015-08-04 | 1 | -0/+25 |
* | Add vector.im as trusted ID server | David Baker | 2015-08-03 | 1 | -1/+1 |
* | Accept camelcase + underscores in binding too | David Baker | 2015-04-29 | 1 | -2/+17 |
* | Fix includes | David Baker | 2015-04-29 | 1 | -1/+2 |
* | Accept both camelcase and underscore threepid creds for transition | David Baker | 2015-04-29 | 1 | -4/+19 |
* | Change to https for ID server communication | David Baker | 2015-04-24 | 1 | -3/+2 |
* | Use underscores instead of camelcase for id server stuff | David Baker | 2015-04-24 | 1 | -6/+6 |
* | pep8 | David Baker | 2015-04-17 | 1 | -3/+3 |
* | Return user ID in use error straight away | David Baker | 2015-04-16 | 1 | -1/+24 |
* | Dummy login so we can do the first POST request to get login flows without it... | David Baker | 2015-04-15 | 1 | -3/+3 |
* | Regstration with email in v2 | David Baker | 2015-04-15 | 1 | -0/+66 |