Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-26 | Fix 'redaction_retention_period' sampel config to match guidelines | Erik Johnston | 2 | -2/+2 | |
2019-09-26 | s/month/week/ to match config | Neil Johnson | 1 | -1/+1 | |
2019-09-26 | Update CHANGES.md | Richard van der Hoff | 1 | -1/+1 | |
formatting tweak | |||||
2019-09-26 | more changelog updates v1.4.0rc1 | Richard van der Hoff | 1 | -7/+7 | |
2019-09-26 | Changelog formatting | Richard van der Hoff | 1 | -2/+1 | |
2019-09-26 | changelog | Richard van der Hoff | 132 | -132/+156 | |
2019-09-26 | Explicitly log when a homeserver does not have a trusted key server ↵ | Neil Johnson | 4 | -16/+63 | |
configured (#6090) | |||||
2019-09-26 | Clarify upgrade notes ahead of 1.4.0 release | Neil Johnson | 2 | -42/+152 | |
2019-09-26 | bump version | Richard van der Hoff | 1 | -1/+1 | |
2019-09-26 | Fix dummy event insertion consent bug (#6053) | Neil Johnson | 5 | -39/+266 | |
Fixes #5905 | |||||
2019-09-25 | Update comments and docstring | Richard van der Hoff | 1 | -4/+6 | |
2019-09-25 | Enable cleaning up extremities with dummy events by default to prevent undue ↵ | Neil Johnson | 2 | -3/+2 | |
build up of forward extremities. (#5884) | |||||
2019-09-25 | Review comments | Erik Johnston | 4 | -7/+4 | |
2019-09-25 | Use if `is not None` | Erik Johnston | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2019-09-25 | Threepid validity checks on msisdns should not be dependent on ↵ | Neil Johnson | 2 | -29/+35 | |
'threepid_behaviour_email'. (#6104) Fixes #6103 | |||||
2019-09-25 | Stop advertising unsupported flows for registration (#6107) | Richard van der Hoff | 5 | -16/+83 | |
If email or msisdn verification aren't supported, let's stop advertising them for registration. Fixes #6100. | |||||
2019-09-25 | Refactor the user-interactive auth handling (#6105) | Richard van der Hoff | 5 | -141/+265 | |
Pull the checkers out to their own classes, rather than having them lost in a massive 1000-line class which does everything. This is also preparation for some more intelligent advertising of flows, as per #6100 | |||||
2019-09-25 | Refactor code for calculating registration flows (#6106) | Richard van der Hoff | 4 | -83/+145 | |
because, frankly, it looked |