Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix search_user_dir multiple sqlite versions do different things | Neil Johnson | 2018-03-28 | 1 | -2/+2 |
* | Fix SQL for user search | Richard van der Hoff | 2018-01-27 | 1 | -7/+7 |
* | fix SQL when searching all users | Matthew Hodgson | 2018-01-17 | 1 | -2/+7 |
* | fix pep8 and tests | Matthew Hodgson | 2017-12-04 | 1 | -4/+3 |
* | switch to a simpler 'search_all_users' button as per review feedback | Matthew Hodgson | 2017-12-04 | 1 | -24/+16 |
* | fix alternation operator for FTS4 - how did this ever work!? | Matthew Hodgson | 2017-11-30 | 1 | -1/+1 |
* | fix thinkos galore | Matthew Hodgson | 2017-11-30 | 1 | -7/+13 |
* | untested WIP but might actually work | Matthew Hodgson | 2017-11-29 | 1 | -12/+23 |
* | Add user_directory_include_pattern config param to expand search results to a... | Matthew Hodgson | 2017-11-29 | 1 | -4/+12 |
* | s/users_in_pubic_room/users_in_public_rooms/g | Matthew Hodgson | 2017-11-04 | 1 | -10/+10 |
* | Add desc | Erik Johnston | 2017-06-22 | 1 | -0/+1 |
* | Include users who share room with requester in user directory | Erik Johnston | 2017-06-15 | 1 | -22/+39 |
* | Implement updating users who share rooms on the fly | Erik Johnston | 2017-06-15 | 1 | -1/+110 |
* | Implement initial population of users who share rooms table | Erik Johnston | 2017-06-15 | 1 | -7/+117 |
* | Fix user directory insertion due to missing room_id | Erik Johnston | 2017-06-13 | 1 | -1/+2 |
* | Fix up sql | Erik Johnston | 2017-06-13 | 1 | -10/+12 |
* | Fix user dir to not assume existence of user | Erik Johnston | 2017-06-13 | 1 | -22/+37 |
* | Tweak the ranking of PG user dir search | Erik Johnston | 2017-06-13 | 1 | -13/+40 |
* | Handle profile updates in user directory | Erik Johnston | 2017-06-01 | 1 | -0/+49 |
* | Fix sqlite | Erik Johnston | 2017-06-01 | 1 | -1/+1 |
* | Split the table in two | Erik Johnston | 2017-06-01 | 1 | -3/+74 |
* | Tweak search query | Erik Johnston | 2017-06-01 | 1 | -1/+1 |
* | Tweak search query | Erik Johnston | 2017-06-01 | 1 | -2/+2 |
* | Remove spurious inlineCallbacks | Erik Johnston | 2017-06-01 | 1 | -1/+0 |
* | Bug fixes and logging | Erik Johnston | 2017-06-01 | 1 | -1/+1 |
* | Order by if they have profile info | Erik Johnston | 2017-06-01 | 1 | -2/+11 |
* | Use prefix matching | Erik Johnston | 2017-06-01 | 1 | -5/+29 |
* | Comment on why arbitrary comments | Erik Johnston | 2017-05-31 | 1 | -2/+6 |
* | Convert to int | Erik Johnston | 2017-05-31 | 1 | -0/+1 |
* | Fix tests | Erik Johnston | 2017-05-31 | 1 | -0/+1 |
* | Limit number of things we fetch out of the db | Erik Johnston | 2017-05-31 | 1 | -9/+30 |
* | Add stream change cache | Erik Johnston | 2017-05-31 | 1 | -1/+3 |
* | Split out directory and search tables | Erik Johnston | 2017-05-31 | 1 | -18/+42 |
* | Pull max id from correct table | Erik Johnston | 2017-05-31 | 1 | -0/+8 |
* | Handle the server leaving a public room | Erik Johnston | 2017-05-31 | 1 | -0/+11 |
* | Add comments | Erik Johnston | 2017-05-31 | 1 | -3/+36 |
* | Weight differently | Erik Johnston | 2017-05-31 | 1 | -10/+24 |
* | Add search | Erik Johnston | 2017-05-31 | 1 | -0/+35 |
* | Update room column when room becomes unpublic | Erik Johnston | 2017-05-31 | 1 | -0/+10 |
* | Add user_directory to database | Erik Johnston | 2017-05-31 | 1 | -0/+145 |