summary refs log tree commit diff
path: root/tests/handlers/test_admin.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
| | | All handlers now available via get_*_handler() methods on the HomeServer.
* Fixup from review comments.Erik Johnston2019-07-041-5/+5
|
* Add basic function to get all data for a user out of synapseErik Johnston2019-07-021-0/+210