summary refs log tree commit diff
path: root/synapse/_scripts/register_new_matrix_user.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-12/+16
* Force TLS certificate verification in registration script. (#16530)Denis Kasak2023-10-231-2/+2
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-2/+0
* Fix a bug introduced in v1.67.0 where not specifying a config file or a serve...reivilibre2022-12-071-2/+3
* Support `registration_shared_secret` in a file (#13614)Richard van der Hoff2022-08-251-3/+42
* register_new_matrix_user: read server url from config (#13616)Richard van der Hoff2022-08-251-6/+51
* Disallow untyped defs in synapse._scripts (#12422)David Robertson2022-04-111-2/+1
* Add type hints to synapse._scripts (#11297)Patrick Cloke2021-11-101-16/+25
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Strip trailing / from server_url in register_new_matrix_user (#8823)Dmitry Borodaenko2020-11-261-1/+1
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-1/+1
* Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-171-2/+0
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+0
* Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-121-3/+3
* Run Black. (#5482)Amber Brown2019-06-201-11/+13
* Fix flake8 (#4519)Amber Brown2019-01-301-2/+2
* create support user (#4141)Neil Johnson2018-12-141-3/+16
* Port register_new_matrix_user to Python 3 and add tests (#4085)Amber Brown2018-10-261-0/+215