MatrixSynapse/synapse/storage
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
..
controllers Simplify event persistence code (#16584) 2023-11-03 07:30:31 -04:00
databases Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16672) 2023-11-23 12:35:37 +00:00
engines Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00
schema Speed up purge room by adding index (#16657) 2023-11-17 14:15:44 +00:00
util Bulk-invalidate e2e cached queries after claiming keys (#16613) 2023-11-09 15:57:09 +00:00
__init__.py
_base.py
background_updates.py Use attempt_to_set_autocommit everywhere. (#16615) 2023-11-09 16:19:42 -05:00
database.py Convert simple_select_one_txn and simple_select_one to return tuples. (#16612) 2023-11-09 11:13:31 -05:00
keys.py
prepare_database.py
push_rule.py
roommember.py
types.py