summary refs log tree commit diff
path: root/tests/handlers/test_device.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support MSC3814: Dehydrated Devices (#15929)Shay2023-07-241-1/+98
* Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-181-2/+1
* Revert "Federation outbound proxy" (#15910)Eric Eastwood2023-07-101-1/+2
* Federation outbound proxy (#15773)Eric Eastwood2023-07-051-2/+1
* Check appservices for devices during a /user/devices query. (#15539)Patrick Cloke2023-05-051-1/+134
* Revert pruning of old devices (#15360)Erik Johnston2023-03-311-1/+1
* Delete stale non-e2e devices for users, take 3 (#15183)Erik Johnston2023-03-291-1/+1
* Revert the deletion of stale devices due to performance issues. (#14662)reivilibre2022-12-121-32/+1
* Limit the number of devices we delete at once (#14649)Erik Johnston2022-12-091-0/+31
* Delete stale non-e2e devices for users, take 2 (#14595)Erik Johnston2022-12-091-1/+1
* Revert "POC delete stale non-e2e devices for users (#14038)" (#14582)David Robertson2022-11-291-1/+1
* POC delete stale non-e2e devices for users (#14038)Erik Johnston2022-11-291-1/+1
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-6/+13
* Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-2/+2
* Add some type hints to the tests.handlers module. (#12207)Patrick Cloke2022-03-111-36/+40
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Delete messages from `device_inbox` table when deleting device (#10969)Dirk Klimpel2021-10-271-0/+31
* MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-241-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-2/+2
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-1/+1
* Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-0/+82
* Create function to check for long names in devices (#8364)Dionysis Grigoropoulos2020-09-221-0/+11
* Convert device handler to async/await (#7871)Patrick Cloke2020-07-171-8/+5
* Reject device display names that are too long (#6882)Patrick Cloke2020-02-101-0/+18
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-68/+75
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-44/+54
* run isortAmber Brown2018-07-091-1/+1
* Fix upErik Johnston2017-06-271-2/+1
* Implement device key caching over federationErik Johnston2017-01-261-9/+9
* Implement updating devicesRichard van der Hoff2016-07-261-0/+16
* Implement deleting devicesRichard van der Hoff2016-07-261-2/+20
* make /devices return a listRichard van der Hoff2016-07-211-4/+7
* Fix PEP8 errorsRichard van der Hoff2016-07-211-0/+1
* Implement GET /device/{deviceId}Richard van der Hoff2016-07-211-10/+27
* Fix PEP8 errorsRichard van der Hoff2016-07-201-1/+1
* GET /devices endpointRichard van der Hoff2016-07-201-12/+66
* Add device_id support to /loginRichard van der Hoff2016-07-181-0/+75