summary refs log tree commit diff
path: root/synapse/rest/client/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use ClientRestResource on both the main process and workers. (#14528)Patrick Cloke2022-12-021-4/+6
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-4/+13
* Fix dehydrated device REST checks (#14336)David Robertson2022-10-311-3/+2
* Use Pydantic to validate /devices endpoints (#14054)David Robertson2022-10-071-46/+52
* Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-191-0/+27
* Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-1/+3
* Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-131-2/+4
* Remove unnecessary parentheses around tuples returned from methods (#10889)Andrew Morgan2021-09-231-2/+2
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-22/+26
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+300