summary refs log tree commit diff
path: root/synapse/rest/client/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize Pydantic models and types used in handlers (#17279)Eric Eastwood2024-06-101-2/+2
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-11/+16
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-1/+6
* Support MSC3814: Dehydrated Devices Part 2 (#16010)Shay2023-08-081-15/+1
* Fix endpoint improperly declaring support for MSC3814 (#16068)Shay2023-08-071-10/+8
* Fix deletion for Dehydrated Devices (#16046)Shay2023-08-041-4/+10
* Support MSC3814: Dehydrated Devices (#15929)Shay2023-07-241-6/+226
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-3/+3
* Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-301-2/+9
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+2
* Fix conflicting URLs for dehydrated devices. (#15180)Patrick Cloke2023-03-021-1/+1
* 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