forked-synapse/synapse/rest/client
Andrew Morgan 1c6b8752b8
Only assert valid next_link params when provided (#8417)
Broken in https://github.com/matrix-org/synapse/pull/8275 and has yet to be put in a release. Fixes https://github.com/matrix-org/synapse/issues/8418.

`next_link` is an optional parameter. However, we were checking whether the `next_link` param was valid, even if it wasn't provided. In that case, `next_link` was `None`, which would clearly not be a valid URL.

This would prevent password reset and other operations if `next_link` was not provided, and the `next_link_domain_whitelist` config option was set.
2020-09-29 12:36:44 +01:00
..
v1 Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
v2_alpha Only assert valid next_link params when provided (#8417) 2020-09-29 12:36:44 +01:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
transactions.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
versions.py Synapse 1.20.0rc5 (2020-09-18) 2020-09-18 11:17:58 -04:00