summary refs log tree commit diff
path: root/synapse/storage/databases/main/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Verify `?chunk_id` actually corresponds to an insertion event that exists (MS...Eric Eastwood2021-09-151-0/+2
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-3/+3
* Persist room hierarchy pagination sessions to the database. (#10613)Patrick Cloke2021-08-241-0/+2
* Remove the unused public_room_list_stream (#10565)Andrew Morgan2021-08-171-3/+1
* Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-221-12/+7
* Add a return type to parse_string. (#10438)Patrick Cloke2021-07-211-1/+1
* Add a distributed lock (#10269)Erik Johnston2021-06-291-0/+2
* Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-211-2/+2
* Split presence out of master (#9820)Erik Johnston2021-04-231-46/+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-4/+22
* Add type hints to user admin API. (#9521)Dirk Klimpel2021-03-031-5/+5
* Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-171-1/+1
* Merge branch 'develop' into jaywink/admin-forward-extremitiesJason Robinson2021-01-231-3/+7
|\
| * Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-3/+7
* | Address pr feedbackJason Robinson2021-01-111-1/+1
* | Add forward extremities endpoint to rooms admin APIJason Robinson2021-01-071-0/+2
|/
* Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-071-33/+0
* Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-3/+4
* Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-3/+0
* Type hints for RegistrationStore (#8615)Erik Johnston2020-10-221-1/+0
* 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-191/+0
* Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-241-1/+7
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Avoid table-scanning users at startup (#8271)Richard van der Hoff2020-09-071-11/+14
* Add more logging to debug slow startup (#8264)Richard van der Hoff2020-09-071-0/+1
* Convert additional databases to async/await (#8199)Patrick Cloke2020-09-011-22/+28
* Move and rename `get_devices_with_keys_by_user` (#8204)Richard van der Hoff2020-09-011-0/+3
* Convert additional database methods to async (select list, search, insert_man...Patrick Cloke2020-08-271-6/+6
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-4/+4
* Wording fixes to 'name' user admin api filter (#8163)Andrew Morgan2020-08-251-1/+1
* Search in columns 'name' and 'displayname' in the admin users endpoint (#7377)Manuel Stahl2020-08-251-12/+19
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+596