summary refs log tree commit diff
path: root/synapse/util/threepids.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make use of new argument to eliminate IS checks outside of registration github/anoa/3pid_check_invite_exemption anoa/3pid_check_invite_exemptionAndrew Morgan2020-09-291-1/+7
|
* Add argument specifying whether 3pid check is happening during registrationAndrew Morgan2020-09-291-1/+3
|
* Add some logging around checking 3PIDs are allowedAndrew Morgan2020-09-291-0/+13
|
* Merge remote-tracking branch 'origin/release-v1.20.0' into ↵ github/bbz/info-mainline-1.20.0 bbz/info-mainline-1.20.0Ben Banfield-Zanin2020-09-151-0/+23
|\ | | | | | | bbz/info-mainline-1.20.0
| * Fix inconsistent handling of upper and lower cases of email addresses. (#7021)Dirk Klimpel2020-07-031-0/+23
| | | | | | fixes #7016
* | Implement use of internal-infoBrendan Abolivier2020-04-231-1/+27
|/
* 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