summary refs log tree commit diff
path: root/synapse/storage/databases/main/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-1/+0
|\
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-3/+22
|\|
| * Add `order_by` to list user admin API (#9691)Dirk Klimpel2021-04-011-3/+22
* | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+3
|\|
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* | Merge commit '1baab2035' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-9/+13
|\|
| * Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-9/+13
* | Add knocking support (#81)Andrew Morgan2021-02-091-0/+1
|/
* 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