summary refs log tree commit diff
path: root/synapse/storage/databases/main/roommember.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not include rooms with an unknown room version in a sync response. (#10644)Patrick Cloke2021-08-191-3/+5
* Convert room member storage tuples to attrs. (#10629)Patrick Cloke2021-08-181-2/+6
* Improve event caching code (#10119)Erik Johnston2021-08-041-4/+2
* [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-191-1/+1
* Show all joinable rooms in the spaces summary. (#10298)Patrick Cloke2021-07-131-2/+11
* Fix incorrect time magnitude on delayed call (#10195)Andrew Morgan2021-06-171-1/+1
* Use get_current_users_in_room from store and not StateHandler (#9910)Erik Johnston2021-05-051-2/+6
* Only store data in caches, not "smart" objects (#9845)Erik Johnston2021-04-231-72/+89
* Remove `synapse.types.Collection` (#9856)Richard van der Hoff2021-04-221-2/+12
* User directory: use calculated room membership state instead (#9821)Andrew Morgan2021-04-161-0/+27
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-8/+9
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-5/+1
* Speed up remote invite rejection database call (#8815)Andrew Morgan2020-11-251-1/+33
* Consistently use wrap_as_background_task in more places (#8599)Patrick Cloke2020-10-201-9/+7
* Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-191-1/+1
* Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-1/+4
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-10/+3
* Add EventStreamPosition type (#8388)Erik Johnston2020-09-241-5/+9
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix typing for SyncHandler (#8237)Erik Johnston2020-09-031-3/+3
* Convert `event_push_actions`, `registration`, and `roommember` datastores to ...Patrick Cloke2020-08-281-25/+27
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-2/+2
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-11/+6
* Convert the roommember database to async/await. (#8070)Patrick Cloke2020-08-121-165/+98
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1139