| Commit message (Expand) | Author | Files | Lines |
2021-01-21 | Return a 404 if no valid thumbnail is found. (#9163) | Patrick Cloke | 4 | -82/+183 |
2021-01-21 | Align the directories linted in CI with the defaults in scripts-dev/lint.sh (... | Andrew Morgan | 3 | -2/+5 |
2021-01-21 | Speed up chain cover calculation (#9176) | Erik Johnston | 3 | -55/+161 |
2021-01-21 | Increase perf of handling concurrent use of StreamIDGenerators. (#9190) | Erik Johnston | 2 | -8/+14 |
2021-01-21 | Add schema update to fix existing DBs affected by #9193 (#9195) | Erik Johnston | 3 | -1/+20 |
2021-01-21 | Fix receipts or account data not being sent down sync (#9193) | Erik Johnston | 5 | -7/+62 |
2021-01-21 | Use execute_batch in more places (#9188) | Erik Johnston | 12 | -31/+26 |
2021-01-21 | Add tests for List Users Admin API (#9045) | Dirk Klimpel | 3 | -30/+215 |
2021-01-21 | Add a check for duplicate IdP ids (#9184) | Richard van der Hoff | 2 | -0/+12 |
2021-01-21 | Prefix idp_id with "oidc-" (#9189) | Richard van der Hoff | 4 | -9/+35 |
2021-01-21 | Use execute_batch instead of executemany in places (#9181) | Erik Johnston | 3 | -12/+12 |
2021-01-20 | Specify that the long description is rST in the package metadata. (#9180) | Patrick Cloke | 2 | -0/+2 |
2021-01-20 | Fix a typo in the release notes. | Patrick Cloke | 1 | -1/+1 |
2021-01-20 | Fix reStructuredText formatting. | Patrick Cloke | 1 | -1/+1 |
2021-01-20 | Point people to the upgrade notes. v1.26.0rc1 | Patrick Cloke | 1 | -0/+4 |
2021-01-20 | Formatting. | Patrick Cloke | 1 | -1/+1 |
2021-01-20 | SQL formatting in UPGRADE. | Patrick Cloke | 1 | -0/+4 |
2021-01-20 | Add upgrade notes about chain cover. | Patrick Cloke | 1 | -8/+12 |
2021-01-20 | Include upgrade notes. | Patrick Cloke | 1 | -0/+42 |
2021-01-20 | Re-run towncrier. | Patrick Cloke | 4 | -4/+2 |
2021-01-20 | Tighten the restrictions on `idp_id` (#9177) | Richard van der Hoff | 2 | -3/+10 |
2021-01-20 | Support icons for Identity Providers (#9154) | Richard van der Hoff | 19 | -91/+146 |
2021-01-20 | Various improvements to the federation client. (#9129) | Patrick Cloke | 2 | -58/+68 |
2021-01-20 | docs: Add link to Matrix VoIP tester for turn-howto (#9135) | rht | 2 | -0/+7 |
2021-01-20 | Give `public_baseurl` a default value (#9159) | Richard van der Hoff | 14 | -83/+48 |
2021-01-20 | Reword confusing sentence in CHANGES. | Patrick Cloke | 1 | -1/+1 |
2021-01-20 | Fix tenses in CHANGES. | Patrick Cloke | 1 | -5/+5 |
2021-01-20 | Re-arrange CHANGES.md. | Patrick Cloke | 1 | -10/+10 |
2021-01-20 | 1.26.0rc1 | Patrick Cloke | 76 | -75/+83 |
2021-01-20 | Use the account handler in additional places. (#9166) | Patrick Cloke | 3 | -2/+5 |
2021-01-19 | Validate the server name for the /publicRooms endpoint. (#9161) | Patrick Cloke | 2 | -2/+18 |
2021-01-19 | Replace 'perspectives' config block with 'trusted_key_servers' in docker home... | Andrew Morgan | 2 | -6/+5 |
2021-01-19 | Fix error messages from OIDC config parsing (#9153) | Richard van der Hoff | 2 | -10/+16 |
2021-01-18 | Quote pip install with brackets to avoid shell interpretation. (#9151) | Patrick Cloke | 3 | -2/+3 |
2021-01-18 | Allow moving account data and receipts streams off master (#9104) | Erik Johnston | 27 | -280/+855 |
2021-01-18 | Enforce all replication HTTP clients calls use kwargs (#9144) | Erik Johnston | 2 | -1/+2 |
2021-01-18 | Properly raise an exception when the body exceeds the max size. (#9145) | Patrick Cloke | 3 | -2/+3 |
2021-01-18 | Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) | Richard van der Hoff | 9 | -86/+189 |
2021-01-18 | Fix the Python 3.5 old-deps build. (#9146) | Patrick Cloke | 2 | -0/+4 |
2021-01-18 | Ensure the user ID is serialized in the payload instead of used as an instanc... | Patrick Cloke | 2 | -1/+2 |
2021-01-18 | link to the scalability blog post from workers.md | Matthew Hodgson | 1 | -0/+3 |
2021-01-15 | Fix test failure due to bad merge | Richard van der Hoff | 1 | -1/+3 |
2021-01-15 | Make chain cover index bg update go faster (#9124) | Erik Johnston | 3 | -181/+366 |
2021-01-15 | Ensure we store pusher data as text (#9117) | Richard van der Hoff | 2 | -3/+3 |
2021-01-15 | Land support for multiple OIDC providers (#9110) | Richard van der Hoff | 7 | -382/+456 |
2021-01-15 | Add an admin API endpoint to protect media. (#9086) | Patrick Cloke | 4 | -18/+79 |
2021-01-15 | Avoid raising the body exceeded error multiple times. (#9108) | Patrick Cloke | 4 | -3/+115 |
2021-01-15 | Remote dependency on distutils (#9125) | Richard van der Hoff | 6 | -8/+33 |
2021-01-15 | Add type hints to media rest resources. (#9093) | Patrick Cloke | 13 | -165/+286 |
2021-01-15 | Improve UsernamePickerTestCase (#9112) | Richard van der Hoff | 5 | -125/+114 |
2021-01-15 | Store an IdP ID in the OIDC session (#9109) | Richard van der Hoff | 4 | -10/+42 |
2021-01-15 | Add some extra notes for getting Synapse running on macOS. (#8997) | Eric Eastwood | 4 | -1/+25 |
2021-01-14 | Fix event chain bg update. (#9118) | Erik Johnston | 3 | -1/+10 |
2021-01-14 | Fix perf of get_cross_signing_keys (#9116) | Erik Johnston | 3 | -14/+30 |
2021-01-14 | |