summary refs log tree commit diff
path: root/synapse/handlers/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change is_host_joined to use current_state tableErik Johnston2017-06-091-3/+3
* Don't start user_directory handling on workersErik Johnston2017-06-071-0/+3
* Add some logging to user directoryErik Johnston2017-06-071-0/+7
* Handle profile updates in user directoryErik Johnston2017-06-011-0/+25
* Split the table in twoErik Johnston2017-06-011-27/+50
* CommentsErik Johnston2017-06-011-3/+3
* Check if host is still in roomErik Johnston2017-06-011-0/+11
* Fix removing usersErik Johnston2017-06-011-0/+5
* Bug fixes and loggingErik Johnston2017-06-011-1/+21
* Comment briefly on how we keep user_directory up to dateErik Johnston2017-05-311-0/+10
* Lifts things into separate functionErik Johnston2017-05-311-56/+54
* TyposErik Johnston2017-05-311-8/+8
* Fix testsErik Johnston2017-05-311-2/+2
* Pull max id from correct tableErik Johnston2017-05-311-4/+2
* Handle the server leaving a public roomErik Johnston2017-05-311-3/+20
* Add commentsErik Johnston2017-05-311-41/+120
* Add searchErik Johnston2017-05-311-0/+3
* Update room column when room becomes unpublicErik Johnston2017-05-311-2/+21
* Add call laterErik Johnston2017-05-311-0/+2
* Start laterErik Johnston2017-05-311-1/+4
* Don't go round in circlesErik Johnston2017-05-311-4/+2
* Add user_directory to databaseErik Johnston2017-05-311-0/+218