- May 15, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This will allow us to reuse the same structure when we paginate e.g. relations
-
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
-
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston 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
-
- May 09, 2019
-
-
colonelkrud authored
* Add AllowEncodedSlashes to apache Add `AllowEncodedSlashes On` to apache config to support encoding for v3 rooms. "The AllowEncodedSlashes setting is not inherited by virtual hosts, and virtual hosts are used in many default Apache configurations, such as the one in Ubuntu. The workaround is to add the AllowEncodedSlashes setting inside a <VirtualHost> container (/etc/apache2/sites-available/default in Ubuntu)." Source: https://stackoverflow.com/questions/4390436/need-to-allow-encoded-slashes-on-apache * change allowencodedslashes to nodecode
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We don't ship jessie packages, so these were a bit misleading.
-
Richard van der Hoff authored
... mostly to fix pep8 fails
-
Quentin Dufour authored
Fixes #3951.
-
- May 08, 2019
-
-
Brendan Abolivier authored
-