summary refs log tree commit diff
path: root/synapse/storage/databases/main/monthly_active_users.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Safe async event cache (#13308)Nick Mills-Barrett2022-07-191-0/+1
* Add storage and module API methods to get monthly active users and their apps...Matt C2022-05-271-0/+45
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-3/+3
* Move `update_client_ip` background job from the main process to the backgroun...reivilibre2022-04-011-24/+36
* Add some type hints to datastore (#12248)Dirk Klimpel2022-03-181-16/+22
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-141-2/+2
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-3/+17
* Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-101-1/+2
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-3/+6
* Revert change to counting of deactivated users towards the monthly active use...Sean Quah2021-10-201-24/+0
* Add functionality to remove deactivated users from the monthly_active_users t...Hillery Shay2021-10-041-0/+24
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-6/+6
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-1/+1
* Replace `or_ignore` in `simple_insert` with `simple_upsert` (#10442)Erik Johnston2021-07-221-7/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a type hints for service notices to the HomeServer object. (#9675)Patrick Cloke2021-03-241-2/+2
* Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-091-0/+2
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-1/+0
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-54/+55
* Filter out appservices from mau count (#8404)Will Hunt2020-09-291-1/+8
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-8/+7
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-7/+8
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-19/+12
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+361