| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix using dehydrated devices (MSC2697) & refresh tokens (#16288) | Hanadi | 2023-09-13 | 1 | -1/+9 |
* | Update ruff config (#16283) | Patrick Cloke | 2023-09-08 | 1 | -1/+1 |
* | Delete device messages asynchronously and in staged batches (#16240) | Mathieu Velten | 2023-09-06 | 1 | -0/+47 |
* | Prepare unit tests for Python 3.12 (#16099) | V02460 | 2023-08-25 | 1 | -12/+12 |
* | Replace make_awaitable with AsyncMock (#16179) | Patrick Cloke | 2023-08-24 | 1 | -8/+5 |
* | Support MSC3814: Dehydrated Devices Part 2 (#16010) | Shay | 2023-08-08 | 1 | -4/+5 |
* | Support MSC3814: Dehydrated Devices (#15929) | Shay | 2023-07-24 | 1 | -1/+98 |
* | Re-introduce the outbound federation proxy (#15913) | Eric Eastwood | 2023-07-18 | 1 | -2/+1 |
* | Revert "Federation outbound proxy" (#15910) | Eric Eastwood | 2023-07-10 | 1 | -1/+2 |
* | Federation outbound proxy (#15773) | Eric Eastwood | 2023-07-05 | 1 | -2/+1 |
* | Check appservices for devices during a /user/devices query. (#15539) | Patrick Cloke | 2023-05-05 | 1 | -1/+134 |
* | Revert pruning of old devices (#15360) | Erik Johnston | 2023-03-31 | 1 | -1/+1 |
* | Delete stale non-e2e devices for users, take 3 (#15183) | Erik Johnston | 2023-03-29 | 1 | -1/+1 |
* | Revert the deletion of stale devices due to performance issues. (#14662) | reivilibre | 2022-12-12 | 1 | -32/+1 |
* | Limit the number of devices we delete at once (#14649) | Erik Johnston | 2022-12-09 | 1 | -0/+31 |
* | Delete stale non-e2e devices for users, take 2 (#14595) | Erik Johnston | 2022-12-09 | 1 | -1/+1 |
* | Revert "POC delete stale non-e2e devices for users (#14038)" (#14582) | David Robertson | 2022-11-29 | 1 | -1/+1 |
* | POC delete stale non-e2e devices for users (#14038) | Erik Johnston | 2022-11-29 | 1 | -1/+1 |
* | Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) | Patrick Cloke | 2022-11-22 | 1 | -6/+13 |
* | Consolidate the logic of delete_device/delete_devices. (#12970) | Patrick Cloke | 2022-06-07 | 1 | -2/+2 |
* | Add some type hints to the tests.handlers module. (#12207) | Patrick Cloke | 2022-03-11 | 1 | -36/+40 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -2/+2 |
* | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 1 | -0/+31 |
* | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+3 |
* | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -2/+2 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -1/+1 |
* | Add support for MSC2697: Dehydrated devices (#8380) | Hubert Chathi | 2020-10-07 | 1 | -0/+82 |
* | Create function to check for long names in devices (#8364) | Dionysis Grigoropoulos | 2020-09-22 | 1 | -0/+11 |
* | Convert device handler to async/await (#7871) | Patrick Cloke | 2020-07-17 | 1 | -8/+5 |
* | Reject device display names that are too long (#6882) | Patrick Cloke | 2020-02-10 | 1 | -0/+18 |
* | Fix tests on postgresql (#3740) | Amber Brown | 2018-09-04 | 1 | -68/+75 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+1 |
* | Run black. | black | 2018-08-10 | 1 | -44/+54 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+1 |
* | Fix up | Erik Johnston | 2017-06-27 | 1 | -2/+1 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -9/+9 |
* | Implement updating devices | Richard van der Hoff | 2016-07-26 | 1 | -0/+16 |
* | Implement deleting devices | Richard van der Hoff | 2016-07-26 | 1 | -2/+20 |
* | make /devices return a list | Richard van der Hoff | 2016-07-21 | 1 | -4/+7 |
* | Fix PEP8 errors | Richard van der Hoff | 2016-07-21 | 1 | -0/+1 |
* | Implement GET /device/{deviceId} | Richard van der Hoff | 2016-07-21 | 1 | -10/+27 |
* | Fix PEP8 errors | Richard van der Hoff | 2016-07-20 | 1 | -1/+1 |
* | GET /devices endpoint | Richard van der Hoff | 2016-07-20 | 1 | -12/+66 |
* | Add device_id support to /login | Richard van der Hoff | 2016-07-18 | 1 | -0/+75 |