MatrixSynapse/tests/rest/client
Patrick Cloke 89a23c9406
Do not allow deactivated users to login with JWT. (#15624)
To improve the organization of this code it moves the JWT login
checks to a separate handler and then fixes the bug (and a
deprecation warning).
2023-05-19 08:06:54 -04:00
..
__init__.py
test_account.py Delete server-side backup keys when deactivating an account. (#15181) 2023-04-04 20:16:08 +00:00
test_account_data.py
test_auth.py
test_capabilities.py
test_consent.py
test_devices.py
test_directory.py
test_ephemeral_message.py
test_events.py
test_filter.py Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 2023-04-26 16:03:26 -07:00
test_identity.py
test_keys.py
test_login.py Do not allow deactivated users to login with JWT. (#15624) 2023-05-19 08:06:54 -04:00
test_login_token_request.py
test_models.py
test_mutual_rooms.py Update Mutual Rooms (MSC2666) implementation (#15621) 2023-05-18 12:49:12 -04:00
test_notifications.py
test_password_policy.py
test_power_levels.py
test_presence.py
test_profile.py
test_push_rule_attrs.py
test_read_marker.py Handle missing previous read marker event. (#15464) 2023-05-18 14:37:31 -04:00
test_receipts.py
test_redactions.py Implement MSC2174: move redacts to a content property. (#15395) 2023-04-13 13:47:07 +00:00
test_register.py Revert pruning of old devices (#15360) 2023-03-31 13:51:51 +01:00
test_relations.py Initial implementation of MSC3981: recursive relations API (#15315) 2023-05-02 07:59:55 -04:00
test_rendezvous.py
test_report_event.py
test_retention.py
test_room_batch.py
test_rooms.py Move Spam Checker callbacks to a dedicated file (#15453) 2023-04-18 00:57:40 +00:00
test_sendtodevice.py
test_shadow_banned.py
test_sync.py
test_third_party_rules.py Move ThirdPartyEventRules into module_api/callbacks (#15535) 2023-05-04 14:18:22 +00:00
test_transactions.py
test_typing.py
test_upgrade_room.py
utils.py