Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |