summary refs log tree commit diff
path: root/synapse/storage/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add descErik Johnston2017-06-221-0/+1
* Include users who share room with requester in user directoryErik Johnston2017-06-151-22/+39
* Implement updating users who share rooms on the flyErik Johnston2017-06-151-1/+110
* Implement initial population of users who share rooms tableErik Johnston2017-06-151-7/+117
* Fix user directory insertion due to missing room_idErik Johnston2017-06-131-1/+2
* Fix up sqlErik Johnston2017-06-131-10/+12
* Fix user dir to not assume existence of userErik Johnston2017-06-131-22/+37
* Tweak the ranking of PG user dir searchErik Johnston2017-06-131-13/+40
* Handle profile updates in user directoryErik Johnston2017-06-011-0/+49
* Fix sqliteErik Johnston2017-06-011-1/+1
* Split the table in twoErik Johnston2017-06-011-3/+74
* Tweak search queryErik Johnston2017-06-011-1/+1
* Tweak search queryErik Johnston2017-06-011-2/+2
* Remove spurious inlineCallbacksErik Johnston2017-06-011-1/+0
* Bug fixes and loggingErik Johnston2017-06-011-1/+1
* Order by if they have profile infoErik Johnston2017-06-011-2/+11
* Use prefix matchingErik Johnston2017-06-011-5/+29
* Comment on why arbitrary commentsErik Johnston2017-05-311-2/+6
* Convert to intErik Johnston2017-05-311-0/+1
* Fix testsErik Johnston2017-05-311-0/+1
* Limit number of things we fetch out of the dbErik Johnston2017-05-311-9/+30
* Add stream change cacheErik Johnston2017-05-311-1/+3
* Split out directory and search tablesErik Johnston2017-05-311-18/+42
* Pull max id from correct tableErik Johnston2017-05-311-0/+8
* Handle the server leaving a public roomErik Johnston2017-05-311-0/+11
* Add commentsErik Johnston2017-05-311-3/+36
* Weight differentlyErik Johnston2017-05-311-10/+24
* Add searchErik Johnston2017-05-311-0/+35
* Update room column when room becomes unpublicErik Johnston2017-05-311-0/+10
* Add user_directory to databaseErik Johnston2017-05-311-0/+145