summary refs log tree commit diff
path: root/synapse/storage/databases/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-2711-72/+99
* Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#...Erik Johnston2020-08-261-2/+2
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-2615-67/+86
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-2512-44/+48
* 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
* Don't fail /submit_token requests on incorrect session ID if request_token_in...Brendan Abolivier2020-08-241-6/+19
* Micro-optimisations to get_auth_chain_ids (#8132)Richard van der Hoff2020-08-211-23/+17
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-202-1/+63
* Be more tolerant of membership events in unknown rooms (#8110)Richard van der Hoff2020-08-201-6/+25
* Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-204-16/+12
* Add more types to synapse.storage.database. (#8127)Patrick Cloke2020-08-201-3/+8
* Do not assume calls to runInteraction return Deferreds. (#8133)Patrick Cloke2020-08-203-22/+26
* Remove `ChainedIdGenerator`. (#8123)Erik Johnston2020-08-191-19/+17
* Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-191-2/+14
* Separate `get_current_token` into two. (#8113)Erik Johnston2020-08-191-2/+2
* Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-183-75/+88
* Fix the return type of send_nonmember_events. (#8112)Patrick Cloke2020-08-181-4/+15
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-174-15/+15
* Convert stream database to async/await. (#8074)Patrick Cloke2020-08-172-188/+201
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-142-1/+26
* Convert pusher databases to async/await. (#8075)Patrick Cloke2020-08-142-91/+84
* Convert receipts and events databases to async/await. (#8076)Patrick Cloke2020-08-143-82/+79
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-146-244/+18
* Convert misc database code to async (#8087)Patrick Cloke2020-08-149-55/+33
* Convert the roommember database to async/await. (#8070)Patrick Cloke2020-08-122-240/+98
* Convert devices database to async/await. (#8069)Patrick Cloke2020-08-121-153/+180
* Convert account data, device inbox, and censor events databases to async/awai...Patrick Cloke2020-08-123-86/+96
* Convert appservice, group server, profile and more databases to async (#8066)Patrick Cloke2020-08-127-104/+78
* Convert tags and metrics databases to async/await (#8062)Patrick Cloke2020-08-112-64/+59
* Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-112-153/+118
* Implement new experimental push rules (#7997)Brendan Abolivier2020-08-101-4/+12
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p...Brendan Abolivier2020-08-061-4/+12
* | Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-075-102/+95
* | Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-074-150/+104
* | Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-079-45/+38
* | Revert #7736 (#8039)Brendan Abolivier2020-08-064-151/+2
* | Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-3/+2
|/
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-05261-0/+34416