summary refs log tree commit diff
path: root/synapse/util/threepids.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-2/+2
|
* Add types to synapse.util. (#10601)reivilibre2021-09-101-4/+8
|
* Limit length of accepted email addresses (#9855)Erik Johnston2021-04-221-0/+30
|
* 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>`
* Fix inconsistent handling of upper and lower cases of email addresses. (#7021)Dirk Klimpel2020-07-031-0/+23
| | | fixes #7016
* Run Black. (#5482)Amber Brown2019-06-201-4/+6
|
* fix PR nitpickingMatthew Hodgson2018-01-191-3/+6
|
* rewrite based on PR feedback:Matthew Hodgson2018-01-191-0/+45
* [ ] split config options into allowed_local_3pids and registrations_require_3pid * [ ] simplify and comment logic for picking registration flows * [ ] fix docstring and move check_3pid_allowed into a new util module * [ ] use check_3pid_allowed everywhere @erikjohnston PTAL