summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow us to configure http vs https for user_directoryMichael Kaye2018-10-171-1/+1
* fix missing import and run isort dinsic_2018-07-20Matthew Hodgson2018-07-201-1/+2
* Merge remote-tracking branch 'origin/master' into dinsicDavid Baker2018-07-191-0/+1
|\
| * run isortAmber Brown2018-07-091-0/+1
* | Fix spelling & add experimental API commentDavid Baker2018-04-251-1/+1
* | Option to defer to an ID server for user_directoryDavid Baker2018-04-191-0/+10
|/
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Include users who share room with requester in user directoryErik Johnston2017-06-151-2/+6
* Add commentsErik Johnston2017-05-311-0/+16
* Use POSTErik Johnston2017-05-311-1/+1
* Add REST APIErik Johnston2017-05-311-0/+59