0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00
synapse/tests/rest/client
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
..
__init__.py Update license headers 2023-11-21 15:29:58 -05:00
test_account.py Fix email verification redirection (#16761) 2024-01-02 16:25:26 +00:00
test_account_data.py Update license headers 2023-11-21 15:29:58 -05:00
test_auth.py Update license headers 2023-11-21 15:29:58 -05:00
test_auth_issuer.py Expose OIDC discovery information under the CSAPI (#16726) 2023-12-06 13:48:09 +00:00
test_capabilities.py Update license headers 2023-11-21 15:29:58 -05:00
test_consent.py Update license headers 2023-11-21 15:29:58 -05:00
test_devices.py Update license headers 2023-11-21 15:29:58 -05:00
test_directory.py Update license headers 2023-11-21 15:29:58 -05:00
test_ephemeral_message.py Update license headers 2023-11-21 15:29:58 -05:00
test_events.py Update license headers 2023-11-21 15:29:58 -05:00
test_filter.py Update license headers 2023-11-21 15:29:58 -05:00
test_identity.py Update license headers 2023-11-21 15:29:58 -05:00
test_keys.py Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
test_login.py Update license headers 2023-11-21 15:29:58 -05:00
test_login_token_request.py Update license headers 2023-11-21 15:29:58 -05:00
test_models.py Update license headers 2023-11-21 15:29:58 -05:00
test_mutual_rooms.py Update license headers 2023-11-21 15:29:58 -05:00
test_notifications.py Update license headers 2023-11-21 15:29:58 -05:00
test_password_policy.py Update license headers 2023-11-21 15:29:58 -05:00
test_power_levels.py Update license headers 2023-11-21 15:29:58 -05:00
test_presence.py Update license headers 2023-11-21 15:29:58 -05:00
test_profile.py Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
test_push_rule_attrs.py Update license headers 2023-11-21 15:29:58 -05:00
test_read_marker.py Update license headers 2023-11-21 15:29:58 -05:00
test_receipts.py Update license headers 2023-11-21 15:29:58 -05:00
test_redactions.py Update license headers 2023-11-21 15:29:58 -05:00
test_register.py Update license headers 2023-11-21 15:29:58 -05:00
test_relations.py Update license headers 2023-11-21 15:29:58 -05:00
test_rendezvous.py Update license headers 2023-11-21 15:29:58 -05:00
test_report_event.py Update license headers 2023-11-21 15:29:58 -05:00
test_retention.py Update license headers 2023-11-21 15:29:58 -05:00
test_rooms.py Update license headers 2023-11-21 15:29:58 -05:00
test_sendtodevice.py Update license headers 2023-11-21 15:29:58 -05:00
test_shadow_banned.py Update license headers 2023-11-21 15:29:58 -05:00
test_sync.py Update license headers 2023-11-21 15:29:58 -05:00
test_third_party_rules.py Update license headers 2023-11-21 15:29:58 -05:00
test_transactions.py Update license headers 2023-11-21 15:29:58 -05:00
test_typing.py Update license headers 2023-11-21 15:29:58 -05:00
test_upgrade_room.py Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
utils.py Update license headers 2023-11-21 15:29:58 -05:00