Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change check_3pid_allowed to async (#76) | Mathieu Velten | 2021-01-18 | 1 | -13/+10 |
| | |||||
* | Merge commit '5cdca53aa' into dinsic | Andrew Morgan | 2020-08-03 | 1 | -0/+23 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5cdca53aa': Merge different Resource implementation classes (#7732) Fix inconsistent handling of upper and lower cases of email addresses. (#7021) Allow YAML config file to contain None (#7779) Fix a typo. Move 1.15.2 after 1.16.0rc2. 1.16.0rc2 Remove an extraneous space. Add links to the fixes. Fix tense in the release notes. Hack to add push priority to push notifications (#7765) Add early returns to `_check_for_soft_fail` (#7769) Use symbolic names for replication stream names (#7768) Type checking for `FederationHandler` (#7770) Fix new metric where we used ms instead of seconds (#7771) Fix incorrect error message when database CTYPE was set incorrectly. (#7760) Pin link in CHANGES.md Fixes to CHANGES.md | ||||
| * | Fix inconsistent handling of upper and lower cases of email addresses. (#7021) | Dirk Klimpel | 2020-07-03 | 1 | -0/+23 |
| | | | | | | fixes #7016 | ||||
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -4/+6 |
| | | |||||
* | | Dinsic Blacking with black==18.6b2 | Andrew Morgan | 2020-02-11 | 1 | -11/+14 |
| | | |||||
* | | Prevent exception when hs or shadow_hs missing (#5012) dinsic_2019-04-04_2 | Michael Kaye | 2019-04-04 | 1 | -2/+2 |
| | | | | | | | | * Prevent exception when hs or shadow_hs missing | ||||
* | | Fixups | Erik Johnston | 2019-03-15 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'dinsic_anoa/info_split' of github.com:matrix-org/synapse into ↵ | Andrew Morgan | 2019-02-27 | 1 | -1/+1 |
|\ \ | | | | | | | | | | dinsic_anoa/info_split | ||||
| * | | Update synapse/util/threepids.py | Richard van der Hoff | 2019-02-25 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com> | ||||
* | | | Check shadow_hs as well as hs during 3pid reg | Andrew Morgan | 2019-02-27 | 1 | -6/+8 |
|/ / | |||||
* | | Use internal-info for identity server. Block reg on fields dinsic_2019-02-19-beta11 | Andrew Morgan | 2019-02-19 | 1 | -2/+10 |
| | | |||||
* | | incorporate PR feedback and rename URL | Matthew Hodgson | 2018-03-14 | 1 | -6/+2 |
| | | |||||
* | | add 'allow_invited_3pids' option to invited 3PIDs to register | Matthew Hodgson | 2018-03-13 | 1 | -1/+4 |
| | | |||||
* | | pep8 | Matthew Hodgson | 2018-03-13 | 1 | -1/+1 |
| | | |||||
* | | typos | Matthew Hodgson | 2018-03-13 | 1 | -2/+2 |
| | | |||||
* | | delegate to the IS to check 3PID signup eligibility | Matthew Hodgson | 2018-03-13 | 1 | -4/+21 |
|/ | |||||
* | 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 |