Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename unstable `access_token_lifetime` configuration option to ↵ | reivilibre | 2021-11-23 | 1 | -1/+3 |
| | | | | `refreshable_access_token_lifetime` to make it clear it only concerns refreshable access tokens. (#11388) | ||||
* | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 1 | -13/+13 |
| | |||||
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -3/+3 |
| | |||||
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -14/+16 |
| | | | | | | | | This avoids the overhead of searching through the various configuration classes by directly referencing the class that the attributes are in. It also improves type hints since mypy can now resolve the types of the configuration variables. | ||||
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 1 | -4/+7 |
| | |||||
* | Additional type hints for client REST servlets (part 4) (#10728) | Patrick Cloke | 2021-09-01 | 1 | -7/+7 |
| | |||||
* | Additional type hints for the client REST servlets (part 3). (#10707) | Patrick Cloke | 2021-08-31 | 1 | -48/+30 |
| | |||||
* | Remove unused `compare_digest` function. (#10706) | Patrick Cloke | 2021-08-27 | 1 | -13/+0 |
| | |||||
* | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 1 | -0/+72 |
| | | | | | Signed-off-by: Callum Brown <callum@calcuode.com> This is part of my GSoC project implementing [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231). | ||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+879 |