0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-30 00:18:22 +02:00
synapse/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 Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_admin.py Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
test_background_updates.py Use literals in place of HTTPStatus constants in tests (#13488) 2022-08-10 11:01:12 -07:00
test_device.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
test_event_reports.py Admin API endpoint to delete a reported event (#15116) 2023-02-28 12:09:10 +00:00
test_federation.py Update ruff config (#16283) 2023-09-08 11:24:36 -04:00
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 Use literals in place of HTTPStatus constants in tests (#13488) 2022-08-10 11:01:12 -07:00
test_room.py Ensure local invited & knocking users leave before purge. (#16559) 2023-10-27 12:50:50 -04:00
test_server_notice.py Add automatic purge after all users forget a room (#15488) 2023-09-15 15:37:44 +02:00
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 Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00