summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2020-02-241-2/+2
|\
| * Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-2/+2
* | Replace returnValue with return (#5736)Andrew Morgan2020-02-191-2/+2
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
| * Run Black. (#5482)Amber Brown2019-06-201-5/+2
* | Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-17/+10
* | Add a /user/:user_id/info servlet to give user deactivated/expired informatio...Andrew Morgan2019-11-141-0/+89
* | Merge branch 'master' into dinsicBrendan Abolivier2019-06-121-2/+2
|\|
| * Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-2/+2
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dinsic-mergedErik Johnston2019-03-211-0/+6
|\|
| * Add option to disable searching in the user dirErik Johnston2019-03-191-0/+6
* | 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