Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no longer assert default was loaded, and better test for if using default | Azrenbeth | 2021-08-25 | 1 | -2/+4 |
| | |||||
* | Added (unneccesary?) parentheses to try and make python3.6 happy | Azrenbeth | 2021-08-24 | 1 | -1/+1 |
| | |||||
* | Port the saml mapping providers to new module interface | Azrenbeth | 2021-08-24 | 1 | -51/+307 |
| | |||||
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 1 | -1/+1 |
| | | | | | | | | | This PR is tantamount to running ``` pyupgrade --py36-plus --keep-percent-format `find synapse/ -type f -name "*.py"` ``` Part of #9744 | ||||
* | Use inline type hints in `handlers/` and `rest/`. (#10382) | Jonathan de Jong | 2021-07-16 | 1 | -3/+3 |
| | |||||
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 1 | -0/+517 |