summary refs log tree commit diff
path: root/synapse/storage/databases/main/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a constant for m.federate. (#10775)Patrick Cloke2021-09-081-2/+2
* Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-221-0/+2
* Add type hints to additional servlet functions (#10437)Patrick Cloke2021-07-211-1/+1
* Add a return type to parse_string. (#10438)Patrick Cloke2021-07-211-1/+1
* Fix the user directory becoming broken (and noisy errors being logged) when k...reivilibre2021-07-091-2/+6
* Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-081-290/+1
* Implement knock feature (#6739)Sorunome2021-06-091-0/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add `order_by` to list user admin API (#9691)Dirk Klimpel2021-04-011-3/+22
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-9/+13
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+127
* Fix missing null character check on guest_access room stateAndrew Morgan2020-09-221-0/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat...Andrew Morgan2020-09-081-30/+6
* Do not try to store invalid data in the stats table (#8226)Patrick Cloke2020-09-021-8/+26
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-40/+42
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-5/+5
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+886