summary refs log tree commit diff
path: root/synapse/storage/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix search_user_dir multiple sqlite versions do different thingsNeil Johnson2018-03-281-2/+2
* Fix SQL for user searchRichard van der Hoff2018-01-271-7/+7
* fix SQL when searching all usersMatthew Hodgson2018-01-171-2/+7
* fix pep8 and testsMatthew Hodgson2017-12-041-4/+3
* switch to a simpler 'search_all_users' button as per review feedbackMatthew Hodgson2017-12-041-24/+16
* fix alternation operator for FTS4 - how did this ever work!?Matthew Hodgson2017-11-301-1/+1
* fix thinkos galoreMatthew Hodgson2017-11-301-7/+13
* untested WIP but might actually workMatthew Hodgson2017-11-291-12/+23
* Add user_directory_include_pattern config param to expand search results to a...Matthew Hodgson2017-11-291-4/+12
* s/users_in_pubic_room/users_in_public_rooms/gMatthew Hodgson2017-11-041-10/+10
* 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