summary refs log tree commit diff
path: root/synapse/util/msisdn.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and clarify "Create or modify Account" Admin API documentation (#15544)Andrew Morgan2023-05-051-1/+5
|
* Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-5/+5
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Run Black. (#5482)Amber Brown2019-06-201-3/+3
|
* run isortAmber Brown2018-07-091-0/+1
|
* Support registration / login with phone numberDavid Baker2017-03-131-0/+40
| | | | Changes from https://github.com/matrix-org/synapse/pull/1971
* Revert "Support registration & login with phone number"Erik Johnston2017-03-131-40/+0
|
* DocsDavid Baker2017-03-081-0/+13
|
* Incorrectly copied copyrightDavid Baker2017-03-081-1/+0
| | | | This file post-dates OM
* pep8David Baker2017-03-081-0/+1
|
* Add msisdn util fileDavid Baker2017-03-081-0/+27