summary refs log tree commit diff
path: root/synapse/storage/databases/main/search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2021-09-281-9/+25
|\
| * Treat "\u0000" as "\u0020" for the purposes of message search (message indexi...Hillery Shay2021-09-221-9/+25
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2021-04-271-2/+1
|\|
| * Remove `synapse.types.Collection` (#9856)Richard van der Hoff2021-04-221-2/+1
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2021-04-191-1/+0
|\|
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* | Merge remote-tracking branch 'origin/release-v1.27.0' into matrix-org-hotfixesErik Johnston2021-02-021-1/+2
|\|
| * Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-1/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2021-01-261-2/+2
|\|
| * Use execute_batch in more places (#9188)Erik Johnston2021-01-211-2/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2020-10-011-2/+2
|\|
| * Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-09-031-6/+9
|\|
| * Convert additional databases to async/await part 3 (#8201)Patrick Cloke2020-09-011-6/+9
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-08-131-1/+1
|/
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-34/+35
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+710