summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add `rooms.room_version` column (#6729)Erik Johnston2020-01-271-6/+88
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-1/+124
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-131-1/+115
* Shuffle the codeErik Johnston2020-01-081-25/+16
* CommentsErik Johnston2020-01-081-0/+3
* Do not rely on streaming events, as media repo doesn'tErik Johnston2020-01-081-12/+26
* Move media admin store functions to worker storeErik Johnston2020-01-081-120/+120
* Add a background update to clear tombstoned rooms from the directory (#6648)Richard van der Hoff2020-01-071-0/+64
* Give the server config to the RoomWorkerStoreBrendan Abolivier2019-12-101-0/+5
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-4/+5
* Move background update handling out of storeErik Johnston2019-12-051-5/+4
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-35/+39
* Merge pull request #6464 from matrix-org/erikj/make_public_sql_baseErik Johnston2019-12-051-17/+17
|\
| * Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-17/+17
* | Fix background updates for synapse_port_dbBrendan Abolivier2019-12-041-2/+10
|/
* Fix worker modeBrendan Abolivier2019-11-191-56/+56
* LintBrendan Abolivier2019-11-191-25/+24
* Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+252
* Make room directory search case insensitiveErik Johnston2019-10-291-4/+8
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+681