summary refs log tree commit diff
path: root/synapse/storage/databases/main/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow admins to proactively block rooms (#11228)David Robertson2021-11-091-1/+6
* Add search by room ID and room alias to List Room admin API (#11099)Dirk Klimpel2021-11-021-11/+18
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-4/+7
* Move experimental & retention config out of the server module. (#11070)Patrick Cloke2021-10-151-4/+4
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-4/+4
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Populate `rooms.creator` field for easy lookup (#10697)Eric Eastwood2021-09-011-4/+93
* Allow /createRoom to be run on workers (#10564)Andrew Morgan2021-08-171-34/+34
* Remove the unused public_room_list_stream (#10565)Andrew Morgan2021-08-171-177/+38
* Add a return type to parse_string. (#10438)Patrick Cloke2021-07-211-1/+1
* Replace `room_depth.min_depth` with a BIGINT (#10289)Richard van der Hoff2021-07-121-7/+97
* Integrate knock rooms with the public rooms directory (#9359)Andrew Morgan2021-06-091-5/+9
* Add new admin APIs to remove media by media ID from quarantine. (#10044)Dirk Klimpel2021-06-021-10/+20
* Make reason and score optional for report_event (#10077)Callum Brown2021-05-271-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add an admin API to manage ratelimit for a specific user (#9648)Dirk Klimpel2021-04-131-5/+59
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-8/+15
* Fix some typos.Patrick Cloke2021-02-121-1/+1
* Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-4/+2
* Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-111-2/+49
* Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-2/+2
* Generalise _maybe_store_room_on_invite (#8754)Andrew Morgan2020-11-131-4/+6
* Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-17/+87
* Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-131-85/+83
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-12/+12
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-3/+3
* Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+95
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-1/+2
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-21/+28
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-5/+11
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-2/+2
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-3/+3
* Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-201-3/+2
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-4/+0
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1429