Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | speed up the rate of initial spam for users | Matthew Hodgson | 2017-12-04 | 1 | -11/+12 |
| | |||||
* | fix pep8 and tests | Matthew Hodgson | 2017-12-04 | 1 | -3/+2 |
| | |||||
* | switch to a simpler 'search_all_users' button as per review feedback | Matthew Hodgson | 2017-12-04 | 1 | -3/+3 |
| | |||||
* | fix thinkos galore | Matthew Hodgson | 2017-11-30 | 1 | -4/+6 |
| | |||||
* | untested WIP but might actually work | Matthew Hodgson | 2017-11-29 | 1 | -4/+42 |
| | |||||
* | Add user_directory_include_pattern config param to expand search results to ↵ | Matthew Hodgson | 2017-11-29 | 1 | -2/+2 |
| | | | | | | | | | | additional users Initial commit; this doesn't work yet - the LIKE filtering seems too aggressive. It also needs _do_initial_spam to be aware of prepopulating the whole user_directory_search table with all users... ...and it needs a handle_user_signup() or something to be added so that new signups get incrementally added to the table too. Committing it here as a WIP | ||||
* | s/intial/initial/ | Matthew Hodgson | 2017-11-04 | 1 | -2/+2 |
| | |||||
* | Make some more params configurable | Erik Johnston | 2017-06-22 | 1 | -5/+8 |
| | |||||
* | Typo. ARGH. | Erik Johnston | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Fix thinko in unhandled user spam | Erik Johnston | 2017-06-22 | 1 | -2/+2 |
| | |||||
* | Don't work out users who share room with appservice users | Erik Johnston | 2017-06-21 | 1 | -2/+11 |
| | |||||
* | Initial worker impl | Erik Johnston | 2017-06-16 | 1 | -6/+13 |
| | |||||
* | Include users who share room with requester in user directory | Erik Johnston | 2017-06-15 | 1 | -2/+2 |
| | |||||
* | Implement updating users who share rooms on the fly | Erik Johnston | 2017-06-15 | 1 | -23/+125 |
| | |||||
* | Implement initial population of users who share rooms table | Erik Johnston | 2017-06-15 | 1 | -2/+76 |
| | |||||
* | Fix user directory insertion due to missing room_id | Erik Johnston | 2017-06-13 | 1 | -3/+7 |
| | |||||
* | Don't assume existance of events when updating user directory | Erik Johnston | 2017-06-13 | 1 | -3/+6 |
| | |||||
* | Change is_host_joined to use current_state table | Erik Johnston | 2017-06-09 | 1 | -3/+3 |
| | | | | | | This bypasses a bug where using the state groups to figure out if a host is in a room sometimes errors if the servers isn't in the room. (For example when the server rejected an invite to a remote room) | ||||
* | Don't start user_directory handling on workers | Erik Johnston | 2017-06-07 | 1 | -0/+3 |
| | |||||
* | Add some logging to user directory | Erik Johnston | 2017-06-07 | 1 | -0/+7 |
| | |||||
* | Handle profile updates in user directory | Erik Johnston | 2017-06-01 | 1 | -0/+25 |
| | |||||
* | Split the table in two | Erik Johnston | 2017-06-01 | 1 | -27/+50 |
| | |||||
* | Comments | Erik Johnston | 2017-06-01 | 1 | -3/+3 |
| | |||||
* | Check if host is still in room | Erik Johnston | 2017-06-01 | 1 | -0/+11 |
| | |||||
* | Fix removing users | Erik Johnston | 2017-06-01 | 1 | -0/+5 |
| | |||||
* | Bug fixes and logging | Erik Johnston | 2017-06-01 | 1 | -1/+21 |
| | | | | | - Check if room is public when a user joins before adding to user dir - Fix typo of field name "content.join_rules" -> "content.join_rule" | ||||
* | Comment briefly on how we keep user_directory up to date | Erik Johnston | 2017-05-31 | 1 | -0/+10 |
| | |||||
* | Lifts things into separate function | Erik Johnston | 2017-05-31 | 1 | -56/+54 |
| | |||||
* | Typos | Erik Johnston | 2017-05-31 | 1 | -8/+8 |
| | |||||
* | Fix tests | Erik Johnston | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | Pull max id from correct table | Erik Johnston | 2017-05-31 | 1 | -4/+2 |
| | |||||
* | Handle the server leaving a public room | Erik Johnston | 2017-05-31 | 1 | -3/+20 |
| | |||||
* | Add comments | Erik Johnston | 2017-05-31 | 1 | -41/+120 |
| | |||||
* | Add search | Erik Johnston | 2017-05-31 | 1 | -0/+3 |
| | |||||
* | Update room column when room becomes unpublic | Erik Johnston | 2017-05-31 | 1 | -2/+21 |
| | |||||
* | Add call later | Erik Johnston | 2017-05-31 | 1 | -0/+2 |
| | |||||
* | Start later | Erik Johnston | 2017-05-31 | 1 | -1/+4 |
| | |||||
* | Don't go round in circles | Erik Johnston | 2017-05-31 | 1 | -4/+2 |
| | |||||
* | Add user_directory to database | Erik Johnston | 2017-05-31 | 1 | -0/+218 |