0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-23 04:58:20 +02:00
synapse/synapse/http
FadhlanR eabedd9520
Fix email verification redirection (#16761)
Previously, the response status of `HTMLResource` was hardcoded as
`200`. However, for proper redirection after the user verifies their
email, we require the status to be `302`. This PR addresses that issue
by using `code` as response status.
2024-01-02 16:25:26 +00:00
..
federation Update license headers 2023-11-21 15:29:58 -05:00
__init__.py Update license headers 2023-11-21 15:29:58 -05:00
additional_resource.py Update license headers 2023-11-21 15:29:58 -05:00
client.py Update license headers 2023-11-21 15:29:58 -05:00
connectproxyclient.py Update license headers 2023-11-21 15:29:58 -05:00
matrixfederationclient.py Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
proxy.py Update license headers 2023-11-21 15:29:58 -05:00
proxyagent.py Update license headers 2023-11-21 15:29:58 -05:00
replicationagent.py Update license headers 2023-11-21 15:29:58 -05:00
request_metrics.py Update license headers 2023-11-21 15:29:58 -05:00
server.py Fix email verification redirection (#16761) 2024-01-02 16:25:26 +00:00
servlet.py Update license headers 2023-11-21 15:29:58 -05:00
site.py Update license headers 2023-11-21 15:29:58 -05:00
types.py Update license headers 2023-11-21 15:29:58 -05:00