matrix-org_synapse/tests/config
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 Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test___main__.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_api.py Allow selecting "prejoin" events by state keys (#14642) 2022-12-13 00:54:46 +00:00
test_appservice.py Throw if the appservice config list is the wrong type (#15425) 2023-04-12 11:28:46 +00:00
test_background_update.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_base.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_cache.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_database.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_generate.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_load.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_oauth_delegation.py Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16672) 2023-11-23 12:35:37 +00:00
test_ratelimiting.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
test_registration_config.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_room_directory.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_server.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_tls.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_util.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00
test_workers.py Remove `worker_replication_*` deprecated settings, with helpful errors on startup (#15860) 2023-07-07 07:45:25 +00:00
utils.py Add missing type hints to tests.config. (#14681) 2022-12-16 08:53:28 -05:00