summary refs log tree commit diff
path: root/synapse/storage/databases/main/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-291-2/+8
* Add desc to `get_earliest_token_for_stats` (#13085)Erik Johnston2022-06-161-0/+1
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-5/+0
* Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-281-1/+1
* Add type hints to `synapse/storage/databases/main/stats.py` (#11653)Dirk Klimpel2021-12-291-41/+53
* Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-141-1/+1
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-2/+7
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+5
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* 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