summary refs log tree commit diff
path: root/synapse/storage/databases/main/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0cd2938bc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-4/+2
|\
| * Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-4/+2
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-2/+49
|\|
| * Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-111-2/+49
* | Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-201-2/+2
|\|
| * Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-2/+2
* | Show knock rooms in the public room directory and inform clients they can be ...Andrew Morgan2021-02-101-6/+9
* | Merge commit 'f12589547' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-4/+6
|\|
| * Generalise _maybe_store_room_on_invite (#8754)Andrew Morgan2020-11-131-4/+6
* | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-17/+87
|\|
| * Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-17/+87
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-311-97/+95
|\|
| * 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
* | Merge commit '2983049a7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-3/+3
|\|
| * Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-3/+3
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-3/+98
|\|
| * 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
* | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+2
|\|
| * Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-1/+2
* | Merge commit '5bf8e5f55' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-21/+28
|\|
| * Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-21/+28
* | Merge commit '9b7ac03af' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-5/+11
|\|
| * Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-5/+11
* | Merge commit '4a739c73b' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+2
|\|
| * Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-2/+2
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-5/+5
|\|
| * Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-16/+12
|\|
| * 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
* | Merge commit 'dc22090a6' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-4/+0
|\|
| * Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-4/+0
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-0/+25
|/
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1429