0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-07 14:14:46 +01:00
synapse/tests/rest/client
David Robertson 32a59a6495
Keep track of user_ips and monthly_active_users when delegating auth (#16672)
* Describe `insert_client_ip`
* Pull out client_ips and MAU tracking to BaseAuth
* Define HAS_AUTHLIB once in tests

sick of copypasting

* Track ips and token usage when delegating auth
* Test that we track MAU and user_ips
* Don't track `__oidc_admin`
2023-11-23 12:35:37 +00:00
..
__init__.py
test_account.py
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
test_identity.py
test_keys.py
test_login.py
test_login_token_request.py
test_models.py
test_mutual_rooms.py
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
test_receipts.py
test_redactions.py
test_register.py
test_relations.py
test_rendezvous.py
test_report_event.py
test_retention.py
test_rooms.py
test_sendtodevice.py
test_shadow_banned.py
test_sync.py
test_third_party_rules.py
test_transactions.py
test_typing.py
test_upgrade_room.py
utils.py