Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-27 | Move note above changes. v1.26.0 | Patrick Cloke | 1 | -2/+2 | |
2021-01-27 | Copy the upgrade note to 1.26.0. | Patrick Cloke | 1 | -3/+7 | |
2021-01-27 | 1.26.0 | Patrick Cloke | 2 | -1/+7 | |
2021-01-25 | Tweak changes. v1.26.0rc2 | Patrick Cloke | 1 | -2/+2 | |
2021-01-25 | 1.26.0rc2 | Patrick Cloke | 7 | -6/+18 | |
2021-01-22 | Fix chain cover update to handle events with duplicate auth events (#9210) | Erik Johnston | 3 | -1/+14 | |
2021-01-22 | Bump psycopg2 version (#9204) | Erik Johnston | 3 | -3/+4 | |
As we use `execute_values` with the `fetch` parameter. | |||||
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 | |
Introduced in #9104 This wasn't picked up by the tests as this is all fine the first time you run Synapse (after upgrading), but then when you restart the wrong value is pulled from `stream_positions`. | |||||
2021-01-21 | Prefix idp_id with "oidc-" (#9189) | Richard van der Hoff | 4 | -9/+35 | |
... to avoid clashes with other SSO mechanisms | |||||
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 | 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 | |
If a remote server name is provided, ensure it is something reasonable before making remote connections to it. | |||||
2021-01-19 | Replace 'perspectives' config block with 'trusted_key_servers' in docker ↵ | Andrew Morgan | 2 | -6/+5 | |
homeserver.yaml template (#9157) | |||||
2021-01-19 | Fix error messages from OIDC config parsing (#9153) | Richard van der Hoff | 2 | -10/+16 | |
Make sure we report the correct config path for errors in the OIDC configs. | |||||
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 | |
...instead of just creating the exception object and doing nothing with it. | |||||
2021-01-18 | Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) | Richard van der Hoff | 9 | -86/+189 | |
* Factor out a common TestHtmlParser Looks like I'm doing this in a few different places. * Improve OIDC login test Complete the OIDC login flow, rather than giving up halfway through. * Ensure that OIDC login works with multiple OIDC providers * Fix bugs in handling clientRedirectUrl - don't drop duplicate query-params, or params with no value - allow utf-8 in query-params | |||||
2021-01-18 | Fix the Python 3.5 old-deps build. (#9146) | Patrick Cloke | 2 | -0/+4 | |
setuptools 51.0.0 dropped support for Python 3.5. | |||||
2021-01-18 | Ensure the user ID is serialized in the payload instead of used as an ↵ | Patrick Cloke | 2 | -1/+2 | |
instance name. (#9130) | |||||
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 | |
0dd2649c1 (#9112) changed the signature of `auth_via_oidc`. Meanwhile, 26d10331e (#9091) introduced a new test which relied on the old signature of `auth_via_oidc`. The two branches were never tested together until they landed in develop. | |||||
2021-01-15 | Make chain cover index bg update go faster (#9124) | Erik Johnston | 3 | -181/+366 | |
We do this by allowing a single iteration to process multiple rooms at a time, as there are often a lot of really tiny rooms, which can massively slow things down. | |||||
2021-01-15 | Ensure we store pusher data as text (#9117) | Richard van der Hoff | 2 | -3/+3 | |
I don't think there's any need to use canonicaljson here. Fixes: #4475. | |||||
2021-01-15 | Land support for multiple OIDC providers (#9110) | Richard van der Hoff | 7 | -382/+456 | |
This is the final step for supporting multiple OIDC providers concurrently. First of all, we reorganise the config so that you can specify a list of OIDC providers, instead of a single one. Before: oidc_config: enabled: true issuer: "https://oidc_provider" # etc After: oidc_providers: - idp_id: prov1 issuer: "https://oidc_provider" - idp_id: prov2 issuer: "https://another_oidc_provider" The old format is still grandfathered in. With that done, it's then simply a matter of having OidcHandler instantiate a new OidcProvider for each configured provider. | |||||
2021-01-15 | Add an admin API endpoint to protect media. (#9086) | Patrick Cloke | 4 | -18/+79 | |
Protecting media stops it from being quarantined when e.g. all media in a room is quarantined. This is useful for sticker packs and other media that is uploaded by server administrators, but used by many people. | |||||
2021-01-15 | Avoid raising the body exceeded error multiple times. (#9108) | Patrick Cloke | 4 | -3/+115 | |
Previously this code generated unreferenced `Deferred` instances which caused "Unhandled Deferreds" errors to appear in error situations. | |||||
2021-01-15 | Remote dependency on distutils (#9125) | Richard van der Hoff | 6 | -8/+33 | |
`distutils` is pretty much deprecated these days, and replaced with `setuptools`. It's also annoying because it's you can't `pip install` it, and it's hard to figure out which debian package we should depend on to make sure it's there. Since we only use it for a tiny function anyway, let's just vendor said function into our codebase. | |||||
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 | |
* make the OIDC bits of the test work at a higher level - via the REST api instead of poking the OIDCHandler directly. * Move it to test_login.py, where I think it fits better. | |||||
2021-01-15 | Store an IdP ID in the OIDC session (#9109) | Richard van der Hoff | 4 | -10/+42 | |
Again in preparation for handling more than one OIDC provider, add a new caveat to the macaroon used as an OIDC session cookie, which remembers which OIDC provider we are talking to. In future, when we get a callback, we'll need it to make sure we talk to the right IdP. As part of this, I'm adding an idp_id and idp_name field to the OIDC configuration object. They aren't yet documented, and we'll just use the old values by default. | |||||
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 | |
We passed in a graph to `sorted_topologically` which didn't have an entry for each node (as we dropped nodes with no edges). | |||||
2021-01-14 | Fix perf of get_cross_signing_keys (#9116) | Erik Johnston | 3 | -14/+30 | |
2021-01-14 | Fix chain cover background update to work with split out event persisters ↵ | Erik Johnston | 5 | -29/+38 | |
(#9115) | |||||
2021-01-14 | Fix get destinations to catch up query. (#9114) | Erik Johnston | 2 | -13/+12 | |
t was doing a sequential scan on `destination_rooms`, which took minutes. | |||||
2021-01-14 | Add background update for add chain cover index (#9029) | Erik Johnston | 7 | -18/+360 | |
2021-01-14 | Split OidcProvider out of OidcHandler (#9107) | Richard van der Hoff | 4 | -144/+197 | |
The idea here is that we will have an instance of OidcProvider for each configured IdP, with OidcHandler just doing the marshalling of them. For now it's still hardcoded with a single provider. | |||||
2021-01-14 | Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098) | Tim Leung | 2 | -1/+1 | |
A reactor was being passed instead of a whitelist for the BlacklistingAgentWrapper used by the WellyKnownResolver. This coulld cause exceptions when attempting to connect to IP addresses that are blacklisted, but in reality this did not have any observable affect since this code is not used for IP literals. | |||||
2021-01-13 | Add a test for wrong user returned by SSO | Richard van der Hoff | 1 | -0/+27 | |
2021-01-13 | Move `complete_sso_ui_auth` into SSOHandler | Richard van der Hoff | 2 |