| Commit message (Expand) | Author | Files | Lines |
2023-10-23 | Force TLS certificate verification in registration script. (#16530) | Denis Kasak | 2 | -2/+3 |
2023-10-23 | Remove the last reference to event_txn_id. (#16521) | Patrick Cloke | 3 | -7/+5 |
2023-10-23 | Bump matrix-synapse-ldap3 from 0.2.2 to 0.3.0 (#16539) | David Robertson | 2 | -4/+5 |
2023-10-23 | Bump black from 23.9.1 to 23.10.0 (#16538) | dependabot[bot] | 1 | -23/+19 |
2023-10-23 | Bump types-requests from 2.31.0.2 to 2.31.0.10 (#16537) | dependabot[bot] | 1 | -23/+13 |
2023-10-23 | Bump gitpython from 3.1.37 to 3.1.40 (#16534) | dependabot[bot] | 1 | -4/+4 |
2023-10-23 | Bump types-pillow from 10.0.0.3 to 10.1.0.0 (#16536) | dependabot[bot] | 1 | -4/+4 |
2023-10-23 | Bump pygithub from 1.59.1 to 2.1.1 (#16535) | dependabot[bot] | 1 | -5/+8 |
2023-10-20 | Clarify presence router docs. (#16529) | Patrick Cloke | 2 | -3/+12 |
2023-10-19 | Mark sync as limited if there is a gap in the timeline (#16485) | Erik Johnston | 5 | -33/+166 |
2023-10-18 | Avoid sending massive replication updates when purging a room. (#16510) | Patrick Cloke | 4 | -30/+115 |
2023-10-18 | Improve performance of delete device messages query (#16492) | Mathieu Velten | 3 | -7/+11 |
2023-10-18 | Run trial/integration tests if .ci is modified. (#16512) | Patrick Cloke | 2 | -0/+7 |
2023-10-18 | Bump urllib3 from 1.26.17 to 1.26.18 (#16516) | dependabot[bot] | 1 | -3/+3 |
2023-10-17 | Test against Python 3.12 release (#16511) | Patrick Cloke | 2 | -2/+3 |
2023-10-17 | Update the changelog. v1.95.0rc1 | Patrick Cloke | 1 | -2/+2 |
2023-10-17 | 1.95.0rc1 | Patrick Cloke | 33 | -31/+55 |
2023-10-17 | Convert DeviceLastConnectionInfo to attrs. (#16507) | Patrick Cloke | 4 | -103/+104 |
2023-10-17 | Fix a bug where servers could be marked as up when they were failing (#16506) | Patrick Cloke | 3 | -13/+93 |
2023-10-16 | Documentation. | Patrick Cloke | 1 | -7/+24 |
2023-10-16 | Update the release script to remind releaser to check for special release not... | reivilibre | 2 | -0/+5 |
2023-10-16 | Convert state delta processing from a dict to attrs. (#16469) | Patrick Cloke | 8 | -109/+111 |
2023-10-16 | Bump pillow from 10.0.1 to 10.1.0 (#16498) | dependabot[bot] | 1 | -55/+55 |
2023-10-16 | Bump serde from 1.0.188 to 1.0.189 (#16494) | dependabot[bot] | 1 | -4/+4 |
2023-10-16 | Bump sentry-sdk from 1.31.0 to 1.32.0 (#16496) | dependabot[bot] | 1 | -3/+3 |
2023-10-16 | Remove useless async job to delete device messages on sync (#16491) | Mathieu Velten | 3 | -24/+4 |
2023-10-16 | Bump jsonschema from 4.19.0 to 4.19.1 (#16500) | dependabot[bot] | 1 | -3/+3 |
2023-10-16 | Bump types-jsonschema from 4.17.0.10 to 4.19.0.3 (#16499) | dependabot[bot] | 1 | -4/+7 |
2023-10-16 | Bump packaging from 23.1 to 23.2 (#16497) | dependabot[bot] | 1 | -3/+14 |
2023-10-16 | Bump pyo3-log from 0.8.3 to 0.8.4 (#16495) | dependabot[bot] | 1 | -2/+2 |
2023-10-14 | Clean up logging on event persister endpoints (#16488) | Richard van der Hoff | 3 | -6/+14 |
2023-10-12 | Fix typo in useful_sql_for_admins.md (#16477) | Laurence Gill | 2 | -1/+2 |
2023-10-12 | Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (... | Patrick Cloke | 4 | -29/+8 |
2023-10-12 | Update complement.sh to match new public API shape (#16466) | kegsay | 3 | -2/+4 |
2023-10-11 | Convert user_get_threepids response to attrs. (#16468) | Patrick Cloke | 9 | -18/+31 |
2023-10-11 | Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444) | Patrick Cloke | 23 | -442/+640 |
2023-10-11 | Handle content types with parameters. (#16440) | Patrick Cloke | 3 | -2/+22 |
2023-10-10 | Inline simple_search_list/simple_search_list_txn. (#16434) | Patrick Cloke | 4 | -73/+49 |
2023-10-10 | Add CVE number for advisory GHSA-5chr-wjw5-3gq4. | Patrick Cloke | 1 | -1/+1 |
2023-10-10 | Add security advisory note to the changelog | Olivier Wilkinson (reivilibre) | 1 | -0/+13 |
2023-10-10 | 1.94.0 v1.94.0 | Olivier Wilkinson (reivilibre) | 3 | -1/+12 |
2023-10-10 | Add DB indices to speed up purging rooms (#16457) | David Robertson | 4 | -0/+35 |
2023-10-09 | Disable statement timeout whilst purging rooms (#16455) | reivilibre | 2 | -0/+6 |
2023-10-09 | Don't block CI on sign-off (#16454) | Erik Johnston | 2 | -1/+1 |
2023-10-09 | Bump ruff from 0.0.290 to 0.0.292 (#16449) | dependabot[bot] | 7 | -28/+20 |
2023-10-09 | Bump netaddr from 0.8.0 to 0.9.0 (#16453) | dependabot[bot] | 1 | -3/+3 |
2023-10-09 | Bump psycopg2 from 2.9.8 to 2.9.9 (#16452) | dependabot[bot] | 1 | -13/+13 |
2023-10-09 | Bump bleach from 6.0.0 to 6.1.0 (#16451) | dependabot[bot] | 1 | -5/+5 |
2023-10-09 | Bump types-bleach from 6.0.0.4 to 6.1.0.0 (#16450) | dependabot[bot] | 1 | -4/+4 |
2023-10-09 | Fix possible AttributeError when account-api is called over unix socket (#16404) | Christoph | 2 | -1/+2 |
2023-10-06 | Apply join rate limiter outside the lineariser (#16441) | David Robertson | 3 | -20/+48 |
2023-10-06 | Convert simple_select_list_paginate_txn to return tuples. (#16433) | Patrick Cloke | 7 | -39/+67 |
2023-10-06 | Return ThumbnailInfo in more places (#16438) | Patrick Cloke | 6 | -80/+90 |
2023-10-06 | Drop unused tables & unneeded access token ID for events. (#16268) | Patrick Cloke | 4 | -8/+29 |
2023-10-06 | Stop sending incorrect knock_state_events. (#16403) | Patrick Cloke | 6 | -23/+8 |
2023-10-06 | Fix comments related to replication. (#16428) | Patrick Cloke | 3 | -3/+2 |
2023-10-06 | Add documentation on background updates. (#16420) | Patrick Cloke | 2 | -0/+62 |
2023-10-06 | Register media servlets via regex. (#16419) | Patrick Cloke | 20 | -337/+297 |
2023-10-06 | Bump pyo3 from 0.17.1 to 0.19.2 (#16162) | V02460 | 4 | -17/+29 |
2023-10-05 | Remove unused method. (#16435) | Patrick Cloke | 2 | -20/+1 |
2023-10-05 | Remove manys calls to cursor_to_dict (#16431) | Patrick Cloke | 16 | -228/+320 |
2023-10-05 | Add __slots__ to replication commands. (#16429) | Patrick Cloke | 2 | -1/+27 |
2023-10-05 | Factor out `MultiWriter` token from `RoomStreamToken` (#16427) | Erik Johnston | 9 | -61/+115 |
2023-10-04 | Add type hints to synmark. (#16421) | Patrick Cloke | 7 | -48/+90 |
2023-10-04 | Some refactors around receipts stream (#16426) | Erik Johnston | 16 | -80/+111 |
2023-10-03 | Update changelog v1.94.0rc1 | David Robertson | 1 | -2/+2 |
2023-10-03 | 1.94.0rc1 | David Robertson | 27 | -25/+59 |
2023-10-03 | Bump urllib3 from 1.26.15 to 1.26.17 (#16422) | dependabot[bot] | 1 | -4/+4 |
2023-10-03 | Add note to 'federation_domain_whitelist' option (#16416) | Erik Johnston | 2 | -0/+6 |
2023-10-02 | Clean-up old release notes (#16418) | Patrick Cloke | 3 | -134/+136 |
2023-10-02 | mypy plugin to check `@cached` return types (#14911) | David Robertson | 8 | -59/+324 |
2023-10-02 | Remove Python version from `/_synapse/admin/v1/server_version` (#16380) | MomentQYC | 4 | -12/+9 |
|