Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-12 | 1.92.1 v1.92.1 | Mathieu Velten | 3 | -1/+12 | |
2023-09-12 | Bump mypy from 1.4.1 to 1.5.1. (#16300) | Patrick Cloke | 4 | -48/+32 | |
2023-09-12 | Stop purging tables which are slated for removal. (#16273) | Patrick Cloke | 3 | -5/+6 | |
2023-09-12 | Remove kinetic deb build, it's EOL | Mathieu Velten | 1 | -1/+0 | |
2023-09-12 | Refactor storing of server keys (#16261) | Erik Johnston | 6 | -365/+106 | |
2023-09-12 | Inverse changelog order v1.92.0 | Mathieu Velten | 1 | -6/+7 | |
2023-09-12 | 1.92.0 | Mathieu Velten | 6 | -4/+19 | |
2023-09-11 | Add the List-Unsubscribe header for notification emails. (#16274) | Patrick Cloke | 5 | -6/+110 | |
Adds both the List-Unsubscribe (RFC2369) and List-Unsubscribe-Post (RFC8058) headers to push notification emails, which together should: * Show an "Unsubscribe" link in the MUA UI when viewing Synapse notification emails. * Enable "one-click" unsubscribe (the user never leaves their MUA, which automatically makes a POST request to the specified endpoint). | |||||
2023-09-11 | Filter out down hosts when retrying fetching device lists (#16298) | Erik Johnston | 2 | -1/+15 | |
2023-09-11 | Bump types-pillow from 10.0.0.2 to 10.0.0.3 (#16293) | dependabot[bot] | 1 | -3/+3 | |
2023-09-11 | Bump types-setuptools from 68.0.0.3 to 68.2.0.0 (#16292) | dependabot[bot] | 1 | -3/+3 | |
2023-09-11 | Bump mypy-zope from 1.0.0 to 1.0.1 (#16291) | dependabot[bot] | 1 | -4/+4 | |
2023-09-11 | Bump black from 23.7.0 to 23.9.1 (#16295) | dependabot[bot] | 1 | -24/+24 | |
2023-09-11 | Bump serde_json from 1.0.105 to 1.0.106 (#16296) | dependabot[bot] | 1 | -2/+2 | |
2023-09-08 | Improve type hints for attrs classes (#16276) | David Robertson | 7 | -39/+37 | |
2023-09-08 | Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280) | V02460 | 2 | -1/+2 | |
2023-09-08 | Update ruff config (#16283) | Patrick Cloke | 26 | -64/+63 | |
Enable additional checks & clean-up unneeded configuration. | |||||
2023-09-08 | Log values at DEBUG level with execute_values (#16281) | David Robertson | 2 | -2/+4 | |
2023-09-08 | Fix-up incorrect spellings in docs. (#16282) | Patrick Cloke | 18 | -119/+120 | |
2023-09-08 | Fix bug with new task scheduler using lots of CPU. (#16278) | Erik Johnston | 2 | -21/+23 | |
Using the new `TaskScheduler` meant that we'ed create lots of new metrics (due to adding task ID to the desc of background process), resulting in requests for metrics taking an increasing amount of CPU. | |||||
2023-09-08 | Bump gitpython from 3.1.34 to 3.1.35 (#16279) | dependabot[bot] | 1 | -3/+3 | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
2023-09-08 | Avoid temporary storage of sensitive information. (#16272) | Patrick Cloke | 3 | -2/+16 | |
During the UI auth process, avoid storing sensitive information into the database. | |||||
2023-09-08 | Raise setuptools_rust version cap to 1.7.0 (#16277) | V02460 | 2 | -1/+2 | |
2023-09-08 | Reduce CPU overhead of change password endpoint (#16264) | Erik Johnston | 2 | -58/+55 | |
2023-09-07 | Recheck if remote device is cached before requesting it (#16252) | Erik Johnston | 4 | -17/+35 | |
This fixes a bug where we could get stuck re-requesting the device over replication again and again. | |||||
2023-09-07 | Support releasing on macOS. |