MatrixSynapse/tests/rest/admin
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_admin.py Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
test_background_updates.py
test_device.py
test_event_reports.py
test_federation.py
test_jwks.py Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16672) 2023-11-23 12:35:37 +00:00
test_media.py Return attrs for more media repo APIs. (#16611) 2023-11-09 11:00:30 -05:00
test_registration_tokens.py
test_room.py Ensure local invited & knocking users leave before purge. (#16559) 2023-10-27 12:50:50 -04:00
test_server_notice.py
test_statistics.py Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
test_user.py Add an Admin API to temporarily grant the ability to update an existing cross-signing key without UIA (#16634) 2023-11-15 17:28:10 +00:00
test_username_available.py