Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 1 | -2/+1 |
| | | | The CI appears to use the latest version of isort, which is a problem when isort gets a major version bump. Rather than try to pin the version, I've done the necessary to make isort5 happy with synapse. | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+2 |
| | |||||
* | Port over enough to get some sytests running on Python 3 (#3668) | Amber Brown | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | Only import secrets when available | Krombel | 2018-07-30 | 1 | -4/+3 |
| | | | | | | | | | | secrets got introduced in python 3.6 so this class is not available in 3.5 and before. This now checks for the current running version and only tries using secrets if the version is 3.6 or above Signed-Off-By: Matthias Kesler <krombel@krombel.de> | ||||
* | Admin API for creating new users (#3415) | Amber Brown | 2018-07-20 | 1 | -0/+42 |