- May 16, 2019
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Matthew Hodgson authored
-
David Baker authored
Merge pull request #5187 from matrix-org/dbkr/only_check_threepid_not_in_use_if_actually_registering Only check 3pids not in use when registering
-
- May 15, 2019
-
-
David Baker authored
-
Amber Brown authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
Allow client event serialization to be async
-
Erik Johnston authored
Expose DataStore._get_events as get_events_as_list
-
Erik Johnston authored
Use correct config option for ratelimiting in tests
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- May 14, 2019
-
-
David Baker authored
-
David Baker authored
We checked that 3pids were not already in use before we checked if we were going to return the account previously registered in the same UI auth session, in which case the 3pids will definitely be in use. https://github.com/vector-im/riot-web/issues/9586
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This is in preparation for reaction work which requires it.
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 13, 2019
-
-
Amber Brown authored
Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171)
-
Andrew Morgan authored
-
Brendan Abolivier authored
Fix CI after new release of isort
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
- May 10, 2019
-
-
Richard van der Hoff authored
-
Andrew Morgan authored
Prevents a SynapseError being raised inside of a IResolutionReceiver and instead opts to just return 0 results. This thus means that we have to lump a failed lookup and a blacklisted lookup together with the same error message, but the substitute should be generic enough to cover both cases.
-
David Baker authored
Accidentally went straight to develop
-
David Baker authored
This allows the client to complete the email last which is more natual for the user. Without this stage, if the client would complete the recaptcha (and terms, if enabled) stages and then the registration request would complete because you've now completed a flow, even if you were intending to complete the flow that's the same except has email auth at the end. Adding a dummy auth stage to the recaptcha-only flow means it's always unambiguous which flow the client was trying to complete. Longer term we should think about changing the protocol so the client explicitly says which flow it's trying to complete. https://github.com/vector-im/riot-web/issues/9586
-
Richard van der Hoff authored
-
Gergely Polonkai authored
Signed-off-by:
Gergely Polonkai <gergely@polonkai.eu>
-
Christoph Müller authored
-
Amber Brown authored
-