summary refs log tree commit diff
path: root/synapse/util/threepids.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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