Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make use of new argument to eliminate IS checks outside of registration github/anoa/3pid_check_invite_exemption anoa/3pid_check_invite_exemption | Andrew Morgan | 2020-09-29 | 1 | -1/+7 |
| | |||||
* | Add argument specifying whether 3pid check is happening during registration | Andrew Morgan | 2020-09-29 | 1 | -1/+3 |
| | |||||
* | Add some logging around checking 3PIDs are allowed | Andrew Morgan | 2020-09-29 | 1 | -0/+13 |
| | |||||
* | Merge remote-tracking branch 'origin/release-v1.20.0' into ↵ github/bbz/info-mainline-1.20.0 bbz/info-mainline-1.20.0 | Ben Banfield-Zanin | 2020-09-15 | 1 | -0/+23 |
|\ | | | | | | | bbz/info-mainline-1.20.0 | ||||
| * | Fix inconsistent handling of upper and lower cases of email addresses. (#7021) | Dirk Klimpel | 2020-07-03 | 1 | -0/+23 |
| | | | | | | fixes #7016 | ||||
* | | Implement use of internal-info | Brendan Abolivier | 2020-04-23 | 1 | -1/+27 |
|/ | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -4/+6 |
| | |||||
* | fix PR nitpicking | Matthew Hodgson | 2018-01-19 | 1 | -3/+6 |
| | |||||
* | rewrite based on PR feedback: | Matthew Hodgson | 2018-01-19 | 1 | -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 |