| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release-v1.91' into develop | H. Shay | 2023-08-23 | 43 | -41/+135 |
|\ |
|
| * | 1.91.0rc1 v1.91.0rc1 | H. Shay | 2023-08-23 | 43 | -41/+71 |
| * | fix changelog | H. Shay | 2023-08-23 | 1 | -1/+0 |
| * | fix changelog | H. Shay | 2023-08-23 | 1 | -0/+65 |
* | | Stabilize support for MSC3958 (suppress notifications from edits). (#16113) | Patrick Cloke | 2023-08-23 | 9 | -20/+3 |
|/ |
|
* | Fix rare deadlock when using read/write locks (#16169) github/release-v1.91.0 release-v1.91.0 | Erik Johnston | 2023-08-23 | 3 | -37/+72 |
* | Switch `devenv` dependency in the nix development environment to the latest r... | Andrew Morgan | 2023-08-23 | 3 | -5/+6 |
* | Filter out unwanted user_agents from udv. (#16124) | Neil Johnson | 2023-08-23 | 3 | -0/+71 |
* | Fix rare deadlock when using read/write locks (#16133) | Erik Johnston | 2023-08-23 | 2 | -0/+38 |
* | Reduce DB contention on worker locks (#16160) | Erik Johnston | 2023-08-23 | 2 | -0/+38 |
* | Always update `retry_last_ts` (#16164) | Erik Johnston | 2023-08-23 | 2 | -3/+4 |
* | Task scheduler: mark task as active if we are scheduling ASAP (#16165) | Mathieu Velten | 2023-08-23 | 3 | -2/+5 |
* | Add tests for restoring the presence state after a restart. (#16151) | Patrick Cloke | 2023-08-23 | 3 | -1/+118 |
* | Properly update retry_last_ts when hitting the maximum retry interval (#16156) | DeepBlueV7.X | 2023-08-23 | 3 | -1/+55 |
* | Only lock when we're backfilling (#16159) | Erik Johnston | 2023-08-23 | 3 | -146/+157 |
* | Increase perf of read/write locks (#16149) | Erik Johnston | 2023-08-23 | 2 | -0/+31 |
* | Clean-up presence tests (#16158) | Patrick Cloke | 2023-08-22 | 2 | -92/+38 |
* | Fix perf of `wait_for_stream_positions` (#16148) | Erik Johnston | 2023-08-22 | 2 | -7/+13 |
* | Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134) | Mathieu Velten | 2023-08-22 | 5 | -2/+23 |
* | Add an admin endpoint to allow authorizing server to signal token revocations... | Shay | 2023-08-22 | 10 | -1/+223 |
* | Bump serde from 1.0.183 to 1.0.184 (#16139) | dependabot[bot] | 2023-08-22 | 1 | -4/+4 |
* | Fix user directory test for deactivated support user. (#16157) | Patrick Cloke | 2023-08-22 | 2 | -8/+12 |
* | Raise poetry-core version cap to 1.7.0 (#16152) | Theodore Ni | 2023-08-22 | 2 | -1/+2 |
* | Properly call setup_background_tasks in unit tests. (#16150) | Patrick Cloke | 2023-08-22 | 2 | -2/+1 |
* | Disallow user_consent where experimental MSC3861 is enabled (#16127) | Hugh Nimmo-Smith | 2023-08-22 | 3 | -0/+24 |
* | Add `client_secret_path` as alternative for `client_secret` for OIDC config (... | Maximilian Bosch | 2023-08-21 | 3 | -1/+24 |
* | Implements a task scheduler for resumable potentially long running tasks (#15... | Mathieu Velten | 2023-08-21 | 10 | -1/+831 |
* | Bump ijson from 3.2.1 to 3.2.3 (#16143) | dependabot[bot] | 2023-08-21 | 1 | -79/+79 |
* | Bump pygithub from 1.59.0 to 1.59.1 (#16144) | dependabot[bot] | 2023-08-21 | 1 | -3/+3 |
* | Bump click from 8.1.6 to 8.1.7 (#16145) | dependabot[bot] | 2023-08-21 | 1 | -3/+3 |
* | Bump types-pyopenssl from 23.2.0.1 to 23.2.0.2 (#16146) | dependabot[bot] | 2023-08-21 | 1 | -3/+3 |
* | Bump sentry-sdk from 1.28.1 to 1.29.2 (#16142) | dependabot[bot] | 2023-08-21 | 1 | -3/+3 |
* | Speed up state res in rare case we don't have all events (#16116) | Erik Johnston | 2023-08-18 | 3 | -71/+355 |
* | MSC3861: allow impersonation by an admin using a query param (#16132) | Mathieu Velten | 2023-08-18 | 3 | -3/+58 |
* | Allow filtering for admins in the list accounts admin API (#16114) | Alexander Fechler | 2023-08-18 | 5 | -0/+54 |
* | Add response time metrics for introspection requests (#16131) | Erik Johnston | 2023-08-18 | 2 | -7/+28 |
* | Add cache to `get_server_keys_json_for_remote` (#16123) | Erik Johnston | 2023-08-18 | 5 | -101/+144 |
* | Cache token introspection response from OIDC provider (#16117) | Shay | 2023-08-17 | 3 | -2/+101 |
* | Fix database performance of read/write worker locks (#16061) | Erik Johnston | 2023-08-17 | 3 | -55/+40 |
* | Override global statement timeout when creating indexes in Postgres (#16085) | Shay | 2023-08-17 | 2 | -0/+13 |
* | Disable caching in /sync corner case (#16080) | Matthew Ma | 2023-08-17 | 2 | -10/+11 |
* | Rename pagination&purge locks and add comments explaining them (#16112) | Mathieu Velten | 2023-08-16 | 8 | -19/+29 |
* | Add link explaining ELK stack to structured_logging.md (#16091) | axel simon | 2023-08-16 | 2 | -1/+2 |
* | Attempt to fix twisted trunk (#16115) | David Robertson | 2023-08-15 | 4 | -2/+15 |
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 43 | -121/+113 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-08-15 | 3 | -1/+12 |
|\ |
|
| * | 1.90.0 v1.90.0 | Olivier Wilkinson (reivilibre) | 2023-08-15 | 3 | -1/+12 |
* | | Bump log from 0.4.19 to 0.4.20 (#16109) | dependabot[bot] | 2023-08-15 | 1 | -2/+2 |
* | | Bump txredisapi from 1.4.9 to 1.4.10 (#16107) | dependabot[bot] | 2023-08-14 | 1 | -3/+3 |
* | | Bump gitpython from 3.1.31 to 3.1.32 (#16103) | dependabot[bot] | 2023-08-14 | 1 | -3/+3 |
* | | Bump types-bleach from 6.0.0.3 to 6.0.0.4 (#16106) | dependabot[bot] | 2023-08-14 | 1 | -3/+3 |
* | | Bump types-pillow from 10.0.0.1 to 10.0.0.2 (#16105) | dependabot[bot] | 2023-08-14 | 1 | -3/+3 |
* | | Bump isort from 5.11.5 to 5.12.0 (#16108) | dependabot[bot] | 2023-08-14 | 1 | -5/+5 |
* | | Allow customizing IdP name and icon for SAML and CAS (#16094) | Gabriel RodrÃguez | 2023-08-11 | 6 | -11/+44 |
* | | Add linearizer on user ID to push rule PUT/DELETE requests (#16052) | Nick Mills-Barrett | 2023-08-11 | 2 | -6/+23 |
* | | Fix the type annotation on `run_db_interaction` in the Module API. (#16089) | reivilibre | 2023-08-10 | 2 | -2/+3 |
* | | Clean-up presence code (#16092) | Patrick Cloke | 2023-08-10 | 2 | -94/+76 |
* | | Implements admin API to lock an user (MSC3939) (#15870) | Mathieu Velten | 2023-08-10 | 19 | -11/+262 |
* | | Support MSC3814: Dehydrated Devices Part 2 (#16010) | Shay | 2023-08-08 | 8 | -97/+254 |
|/ |
|
* | Fixup changelog v1.90.0rc1 | Erik Johnston | 2023-08-08 | 1 | -3/+3 |
* | Fixup changelog | Erik Johnston | 2023-08-08 | 1 | -3/+3 |
* | 1.90.0rc1 | Erik Johnston | 2023-08-08 | 30 | -29/+72 |
* | Allow modules to schedule delayed background calls. (#15993) | reivilibre | 2023-08-08 | 2 | -0/+42 |
* | Remove old rows from the `cache_invalidation_stream_by_instance` table automa... | reivilibre | 2023-08-08 | 2 | -0/+131 |
* | Fix endpoint improperly declaring support for MSC3814 (#16068) | Shay | 2023-08-07 | 2 | -10/+9 |
* | Drop backwards compat hack for event serialization (#16069) | Shay | 2023-08-07 | 2 | -11/+2 |
* | Add notes describing Synapse's streams (#16015) | David Robertson | 2023-08-07 | 3 | -0/+159 |
* | Bump jsonschema from 4.18.3 to 4.19.0 (#16081) | dependabot[bot] | 2023-08-07 | 1 | -3/+3 |
* | Bump serde from 1.0.179 to 1.0.183 (#16074) | dependabot[bot] | 2023-08-07 | 1 | -7/+7 |
* | Bump regex from 1.9.1 to 1.9.3 (#16073) | dependabot[bot] | 2023-08-07 | 1 | -6/+6 |
* | Bump types-opentracing from 2.4.10.5 to 2.4.10.6 (#16078) | dependabot[bot] | 2023-08-07 | 1 | -3/+3 |
* | Bump furo from 2023.5.20 to 2023.7.26 (#16077) | dependabot[bot] | 2023-08-07 | 1 | -3/+3 |
* | Bump types-setuptools from 68.0.0.0 to 68.0.0.3 (#16079) | dependabot[bot] | 2023-08-07 | 1 | -3/+3 |
* | Bump phonenumbers from 8.13.14 to 8.13.18 (#16076) | dependabot[bot] | 2023-08-07 | 1 | -3/+3 |
* | Fix deletion for Dehydrated Devices (#16046) | Shay | 2023-08-04 | 4 | -5/+165 |
* | Stabilize support for MSC3970: updated transaction semantics (scope to `devic... | Patrick Cloke | 2023-08-04 | 9 | -59/+48 |
* | Move support for application service query parameter authorization behind a c... | Shay | 2023-08-03 | 6 | -14/+144 |
* | Allow config of the backoff algorithm for the federation client. (#15754) | Mathieu Velten | 2023-08-03 | 6 | -26/+64 |
* | Allow modules to check whether the current worker is configured to run backgr... | reivilibre | 2023-08-03 | 2 | -0/+13 |
* | Add forward-compatibility for the redacts property (MSC2174). (#16013) | Patrick Cloke | 2023-08-02 | 3 | -25/+61 |
* | Update MSC3958 support to interact with intentional mentions. (#15992) | Patrick Cloke | 2023-08-02 | 6 | -42/+64 |
* | Bump cryptography from 41.0.2 to 41.0.3 (#16048) | dependabot[bot] | 2023-08-02 | 1 | -24/+24 |
* | Update `flake.lock` to fix running the nix developer environment on MacOS (#1... | Andrew Morgan | 2023-08-02 | 3 | -23/+42 |
* | Update certifi to 2023.7.22 and pygments to 2.15.1. (#16044) | Patrick Cloke | 2023-08-01 | 2 | -7/+8 |
* | Properly setup the additional sequences in the portdb script. (#16043) | Patrick Cloke | 2023-08-01 | 2 | -3/+16 |
* | Trim whitespace when setting display names (#16031) | Mohit Rathee | 2023-08-01 | 3 | -1/+14 |
* | Add metrics tracking for eviction to ResponseCache (#16028) | Jason Little | 2023-08-01 | 2 | -2/+9 |
* | Merge branch 'master' into develop | David Robertson | 2023-08-01 | 3 | -1/+12 |
|\ |
|
| * | 1.89.0 v1.89.0 | David Robertson | 2023-08-01 | 3 | -1/+12 |
* | | Combine duplicated code for calculating an event ID from a txn ID (#16023) | Patrick Cloke | 2023-07-31 | 3 | -32/+36 |
* | | Bump serde from 1.0.175 to 1.0.179 (#16033) | dependabot[bot] | 2023-07-31 | 1 | -4/+4 |
* | | Bump immutabledict from 2.2.4 to 3.0.0 (#16034) | dependabot[bot] | 2023-07-31 | 1 | -4/+4 |
* | | Do not expose Admin API in caddy reverse proxy example (#16027) | Nils | 2023-07-31 | 2 | -1/+2 |
* | | Bump service-identity from 21.1.0 to 23.1.0 (#16038) | dependabot[bot] | 2023-07-31 | 1 | -7/+7 |
* | | Add ability to wait for locks and add locks to purge history / room deletion ... | Erik Johnston | 2023-07-31 | 16 | -108/+783 |
* | | Bump types-commonmark from 0.9.2.3 to 0.9.2.4 (#16037) | dependabot[bot] | 2023-07-31 | 1 | -3/+3 |
* | | Bump serde_json from 1.0.103 to 1.0.104 (#16032) | dependabot[bot] | 2023-07-31 | 1 | -2/+2 |
* | | Bump types-jsonschema from 4.17.0.8 to 4.17.0.10 (#16036) | dependabot[bot] | 2023-07-31 | 1 | -3/+3 |
* | | Bump types-netaddr from 0.8.0.8 to 0.8.0.9 (#16035) | dependabot[bot] | 2023-07-31 | 1 | -3/+3 |
* | | Clarify comment on key uploads over replication (#16016) | Shay | 2023-07-27 | 2 | -2/+4 |
* | | Fix 404 on /profile when the display name is empty but not the avatar (#16012) | Mathieu Velten | 2023-07-27 | 3 | -1/+12 |
* | | Update PyYAML to 6.0.1 (#16011) | Mathieu Velten | 2023-07-27 | 2 | -41/+42 |
* | | Attempt to fix labelling in docker workflow (#16009) | David Robertson | 2023-07-27 | 2 | -1/+8 |
* | | Remove support for legacy application service paths (#15964) | Shay | 2023-07-26 | 3 | -124/+12 |
* | | Inline SQL queries using boolean parameters (#15525) | Anshul Madnawat | 2023-07-26 | 8 | -25/+24 |
* | | Add synapse version as Docker container label (#15972) | Mo Balaa | 2023-07-26 | 2 | -1/+8 |
* | | Merge branch 'release-v1.89' into develop | Mathieu Velten | 2023-07-26 | 39 | -47/+89 |
|\| |
|
| * | Edit changelog v1.89.0rc1 | Mathieu Velten | 2023-07-26 | 1 | -7/+7 |
| * | Remove changelog file | Mathieu Velten | 2023-07-26 | 1 | -1/+0 |
| * | Bump DB version to 79 since synapse v1.88 was already there (#15998) | Mathieu Velten | 2023-07-26 | 7 | -16/+22 |
| * | 1.89.0rc1 | Mathieu Velten | 2023-07-25 | 33 | -31/+68 |
* | | Bump serde from 1.0.171 to 1.0.175 (#15982) | dependabot[bot] | 2023-07-26 | 1 | -4/+4 |
|/ |
|
* | Bump pygithub from 1.58.2 to 1.59.0 (#15834) | dependabot[bot] | 2023-07-25 | 1 | -3/+3 |
* | Support MSC3814: Dehydrated Devices (#15929) | Shay | 2023-07-24 | 7 | -12/+603 |
* | Fix broken Arch Linux package link (#15981) | SnipeX_ | 2023-07-24 | 2 | -2/+3 |
* | Resync stale devices in background (#15975) | Erik Johnston | 2023-07-24 | 2 | -1/+9 |
* | Bump click from 8.1.3 to 8.1.6 (#15984) | dependabot[bot] | 2023-07-24 | 1 | -3/+3 |
* | Bump sentry-sdk from 1.26.0 to 1.28.1 (#15985) | dependabot[bot] | 2023-07-24 | 1 | -3/+3 |
* | Bump pillow from 9.4.0 to 10.0.0 (#15986) | dependabot[bot] | 2023-07-24 | 1 | -83/+62 |
* | Bump types-requests from 2.31.0.1 to 2.31.0.2 (#15983) | dependabot[bot] | 2023-07-24 | 1 | -3/+3 |
* | Properly handle redactions of creation events (#15973) | Shay | 2023-07-23 | 3 | -5/+13 |
* | Actually stop reading from column `user_id` of tables `profiles` (#15955) | Shay | 2023-07-23 | 5 | -12/+12 |
* | Build packages for Debian Trixie (#15961) | Shay | 2023-07-23 | 2 | -0/+2 |
* | Speed up updating state in large rooms (#15971) | Erik Johnston | 2023-07-20 | 5 | -131/+141 |
* | Fixed grafana deploy annotations in the dashboard config, so it shows for tho... | Will Lewis | 2023-07-20 | 2 | -1/+2 |
* | Don't log exceptions for every non-200 response (#15969) | Erik Johnston | 2023-07-20 | 2 | -4/+1 |
* | Reduce the amount of state we pull out (#15968) | Erik Johnston | 2023-07-20 | 4 | -12/+14 |
* | Ensure a long state res does not starve CPU (#15960) | Erik Johnston | 2023-07-19 | 2 | -1/+9 |
* | Fix bad merge of #15933 (#15958) | Erik Johnston | 2023-07-19 | 3 | -0/+1 |
* | Fix race in triggers for read/write locks. (#15933) | Erik Johnston | 2023-07-19 | 5 | -98/+135 |
* | Fix background schema updates failing over a large upgrade gap (#15887) | Shay | 2023-07-18 | 2 | -0/+71 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-07-18 | 12 | -124/+189 |
|\ |
|
| * | 1.88.0 v1.88.0 | Olivier Wilkinson (reivilibre) | 2023-07-18 | 4 | -3/+16 |
| * | Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte... | Shay | 2023-07-18 | 10 | -122/+174 |
* | | Support room version 11 (#15912) | Patrick Cloke | 2023-07-18 | 19 | -290/+190 |
* | | Add a locality to a few presence metrics (#15952) | Jason Little | 2023-07-18 | 2 | -13/+25 |
* | | Re-introduce the outbound federation proxy (#15913) | Eric Eastwood | 2023-07-18 | 32 | -96/+1128 |
* | | Bump anyhow from 1.0.71 to 1.0.72 (#15949) | dependabot[bot] | 2023-07-17 | 1 | -2/+2 |
* | | Bump pyo3-log from 0.8.2 to 0.8.3 (#15951) | dependabot[bot] | 2023-07-17 | 1 | -2/+2 |
* | | Bump serde_json from 1.0.100 to 1.0.103 (#15950) | dependabot[bot] | 2023-07-17 | 1 | -2/+2 |
* | | Bump jsonschema from 4.17.3 to 4.18.3 (#15948) | dependabot[bot] | 2023-07-17 | 1 | -42/+144 |
* | | Bump typing-extensions from 4.5.0 to 4.7.1 (#15947) | dependabot[bot] | 2023-07-17 | 1 | -3/+3 |
* | | Bump pydantic from 1.10.10 to 1.10.11 (#15946) | dependabot[bot] | 2023-07-17 | 1 | -37/+37 |
* | | Bump prometheus-client from 0.17.0 to 0.17.1 (#15945) | dependabot[bot] | 2023-07-17 | 1 | -3/+3 |
* | | Pin the rust version in `flake.nix`, and bump to 1.70.0 to fix installing `ru... | Andrew Morgan | 2023-07-17 | 3 | -43/+87 |
* | | Bump cryptography from 41.0.1 to 41.0.2 (#15943) | dependabot[bot] | 2023-07-15 | 1 | -20/+24 |
* | | Document that you cannot login as yourself on /_synapse/admin/v1/users/<user_... | Will Hunt | 2023-07-14 | 2 | -1/+3 |
* | | Stop accepting 'user' parameter for application service registration. (#15928) | Patrick Cloke | 2023-07-13 | 3 | -8/+15 |
* | | Bump types-pillow from 9.5.0.4 to 10.0.0.1 (#15932) | dependabot[bot] | 2023-07-13 | 1 | -3/+5 |
* | | Remove unneeded __init__. (#15926) | Patrick Cloke | 2023-07-12 | 2 | -9/+1 |
* | | Fix running with an empty experimental features section. (#15925) | Patrick Cloke | 2023-07-12 | 2 | -1/+2 |
* | | Fix push for invites received over federation (#15820) | Erik Johnston | 2023-07-12 | 2 | -1/+37 |
* | | Mark get_user_in_directory private since only used in tests (#15884) | Mathieu Velten | 2023-07-12 | 4 | -20/+14 |
* | | Make it more obvious which Python version runs on a given Linux distribution ... | Eric Eastwood | 2023-07-11 | 2 | -7/+12 |
* | | Better clarify how to run a worker instance (pass both configs) (#15921) | Eric Eastwood | 2023-07-11 | 2 | -2/+3 |
* | | Better warning in logs when we fail to fetch an alias (#15922) | Eric Eastwood | 2023-07-11 | 2 | -1/+4 |
* | | Bump Unix sockets intro version (#15924) | Eric Eastwood | 2023-07-11 | 2 | -1/+2 |
* | | Unix Sockets for HTTP Replication (#15708) | Jason Little | 2023-07-11 | 16 | -52/+260 |
* | | Add + as an allowed character for Matrix IDs (MSC4009) (#15911) | Patrick Cloke | 2023-07-11 | 7 | -39/+17 |
|/ |
|
* | Don't build wheels for Python 3.7 (#15917) v1.88.0rc1 | David Robertson | 2023-07-11 | 2 | -2/+10 |
* | Call out upgrade notes in README | David Robertson | 2023-07-11 | 1 | -2/+6 |
* | 1.88.0rc1 | David Robertson | 2023-07-11 | 25 | -25/+56 |
* | Add `Server` to Access-Control-Expose-Headers header (#15908) | Michael Telatynski | 2023-07-11 | 3 | -2/+3 |
* | Make the media `/upload` tracing less ambiguous (#15888) | Eric Eastwood | 2023-07-10 | 3 | -42/+62 |
* | Drop debian buster (#15893) | Shay | 2023-07-10 | 5 | -4/+8 |
* | Revert "Federation outbound proxy" (#15910) | Eric Eastwood | 2023-07-10 | 29 | -890/+90 |
* | Revert "Placeholder changelog" | Eric Eastwood | 2023-07-10 | 1 | -1/+0 |
* | Fix downgrading to previous version of Synapse (#15907) | Erik Johnston | 2023-07-10 | 5 | -6/+24 |
* | Fix building rust with nightly (#15906) | Erik Johnston | 2023-07-10 | 2 | -0/+2 |
* | Placeholder changelog | Eric Eastwood | 2023-07-10 | 1 | -0/+1 |
* | Bump regex from 1.8.4 to 1.9.1 (#15902) | dependabot[bot] | 2023-07-10 | 1 | -4/+16 |
* | Bump serde_json from 1.0.99 to 1.0.100 (#15901) | dependabot[bot] | 2023-07-10 | 1 | -13/+13 |
* | Bump ruff from 0.0.275 to 0.0.277 (#15900) | dependabot[bot] | 2023-07-10 | 2 | -20/+20 |
* | Bump lxml from 4.9.2 to 4.9.3 (#15897) | dependabot[bot] | 2023-07-10 | 1 | -80/+93 |
* | Stop running sytest on buster/python3.7 (#15892) | Shay | 2023-07-07 | 2 | -5/+1 |
* | Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15... | Shay | 2023-07-07 | 10 | -173/+123 |
* | Remove `worker_replication_*` settings from worker doc (#15872) | Dirk Klimpel | 2023-07-07 | 6 | -21/+2 |
* | Remove `worker_replication_*` deprecated settings, with helpful errors on sta... | Jason Little | 2023-07-07 | 7 | -98/+49 |
* | Update link to the clients webpage, fix #15825 (#15874) | sarthak shah | 2023-07-06 | 2 | -1/+2 |
* | Federation outbound proxy (#15773) | Eric Eastwood | 2023-07-05 | 29 | -90/+890 |
* | Remove support for Python 3.7 (#15851) | Eric Eastwood | 2023-07-05 | 12 | -108/+55 |
* | Add basic read/write lock (#15782) | Erik Johnston | 2023-07-05 | 6 | -58/+730 |
* | Add tracing to media `/upload` endpoint (#15850) | Eric Eastwood | 2023-07-05 | 7 | -0/+27 |
* | docs/admin_api: fix header level on 'Users' page (#15852) | Sumner Evans | 2023-07-05 | 2 | -3/+4 |
* | Fix could not serialize access due to concurrent `DELETE` from presence_strea... | Jason Little | 2023-07-05 | 2 | -1/+7 |
* | Add foreign key constraint to `event_forward_extremities`. (#15751) | Erik Johnston | 2023-07-05 | 9 | -11/+699 |
* | use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876) | an0nfunc | 2023-07-05 | 2 | -1/+2 |
* | Add not_user_type param to the list accounts admin API (#15844) | Michael Weimann | 2023-07-04 | 5 | -0/+128 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-07-04 | 4 | -3/+23 |
|\ |
|
| * | Add notes about Python 3.7 EOL v1.87.0 | Olivier Wilkinson (reivilibre) | 2023-07-04 | 1 | -0/+2 |
| * | Move warning up to the top | Olivier Wilkinson (reivilibre) | 2023-07-04 | 1 | -3/+3 |
| * | 1.87.0 | Olivier Wilkinson (reivilibre) | 2023-07-04 | 5 | -5/+20 |
| * | Pin `pydantic` to <2.0.0 (#15862) | Paarth Shah | 2023-07-04 | 3 | -38/+42 |
* | | Pin `pydantic` to <2.0.0 (#15862) | Paarth Shah | 2023-07-04 | 3 | -38/+42 |
* | | devices: use combined ANY clause for faster cleanup (#15861) | pacien | 2023-07-03 | 2 | -5/+10 |
* | | Fix the `devenv up` configuration which was ignoring the config overrides. (#... | reivilibre | 2023-07-03 | 3 | -1/+3 |
* | | Add a timeout that aborts any Postgres statement taking more than 1 hour. (#1... | reivilibre | 2023-07-03 | 2 | -0/+14 |
* | | Bump sentry-sdk from 1.25.1 to 1.26.0 (#15867) | dependabot[bot] | 2023-07-03 | 1 | -3/+3 |
* | | Bump types-pyopenssl from 23.2.0.0 to 23.2.0.1 (#15866) | dependabot[bot] | 2023-07-03 | 1 | -3/+3 |
* | | Bump importlib-metadata from 6.6.0 to 6.7.0 (#15865) | dependabot[bot] | 2023-07-03 | 1 | -4/+4 |
* | | Bump authlib from 1.2.0 to 1.2.1 (#15864) | dependabot[bot] | 2023-07-03 | 1 | -3/+3 |
|/ |
|
* | Split out 2022 changes from the changelog (#15846) | Eric Eastwood | 2023-06-28 | 3 | -2764/+2767 |
* | Note last release with Python 3.7 support v1.87.0rc1 | Eric Eastwood | 2023-06-27 | 1 | -0/+3 |
* | Prepare changelog for v1.87.0rc1 | Eric Eastwood | 2023-06-27 | 24 | -22/+59 |
* | Fix sqlite `user_filters` upgrade (#15817) | Shay | 2023-06-27 | 4 | -3/+92 |
* | Bump serde_json from 1.0.97 to 1.0.99 (#15832) | dependabot[bot] | 2023-06-26 | 1 | -2/+2 |
* | Bump towncrier from 22.12.0 to 23.6.0 (#15831) | dependabot[bot] | 2023-06-26 | 1 | -4/+4 |
* | Add login spam checker API (#15838) | Erik Johnston | 2023-06-26 | 7 | -6/+285 |
* | Bump types-opentracing from 2.4.10.4 to 2.4.10.5 (#15830) | dependabot[bot] | 2023-06-26 | 1 | -3/+3 |
* | Bump ruff from 0.0.272 to 0.0.275 (#15833) | dependabot[bot] | 2023-06-26 | 2 | -20/+20 |
* | Bump types-setuptools from 67.8.0.0 to 68.0.0.0 (#15835) | dependabot[bot] | 2023-06-26 | 1 | -3/+3 |
* | Bump cryptography from 40.0.2 to 41.0.1 (#15800) | dependabot[bot] | 2023-06-22 | 1 | -25/+25 |
* | Fix forgotten rooms missing in initial sync (#15815) | Nicolas Werner | 2023-06-21 | 3 | -0/+35 |
* | Fix harmless exception in port DB script (#15814) | Erik Johnston | 2023-06-21 | 2 | -0/+4 |
* | Fix typo in faster join docs (#15812) | Erik Johnston | 2023-06-21 | 2 | -1/+2 |
* | Allow for the configuration of max request retries and min/max retry delays i... | Mathieu Velten | 2023-06-21 | 5 | -22/+100 |
* | Merge branch 'master' into develop | Erik Johnston | 2023-06-20 | 3 | -1/+13 |
|\ |
|
| * | 1.86.0 v1.86.0 | Mathieu Velten | 2023-06-20 | 3 | -1/+13 |
* | | Fix Sytest environmental variable evaluation in CI (#15804) | Shay | 2023-06-20 | 2 | -2/+3 |
* | | Fix admin api documentation typo (#15805) | ew-at-vier | 2023-06-20 | 2 | -1/+2 |
* | | Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse... | Eric Eastwood | 2023-06-20 | 7 | -29/+43 |
* | | Bump ijson from 3.2.0.post0 to 3.2.1 (#15802) | dependabot[bot] | 2023-06-19 | 1 | -79/+79 |
* | | Bump attrs from 22.2.0 to 23.1.0 (#15801) | dependabot[bot] | 2023-06-19 | 1 | -9/+12 |
* | | Bump phonenumbers from 8.13.13 to 8.13.14 (#15798) | dependabot[bot] | 2023-06-19 | 1 | -3/+3 |
* | | Bump ruff from 0.0.265 to 0.0.272 (#15799) | dependabot[bot] | 2023-06-19 | 2 | -20/+20 |
* | | Bump serde_json from 1.0.96 to 1.0.97 (#15797) | dependabot[bot] | 2023-06-19 | 1 | -2/+2 |
* | | Remove experimental MSC2716 implementation to incrementally import history in... | Eric Eastwood | 2023-06-16 | 28 | -2103/+36 |
* | | Don't always lock "user_ips" table when performing non-native upsert (#15788) | Andrew Morgan | 2023-06-16 | 2 | -1/+2 |
* | | push rules: fix internal conversion from _type to value (#15781) | Mathieu Velten | 2023-06-16 | 4 | -17/+81 |
* | | Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743) | Mathieu Velten | 2023-06-16 | 3 | -31/+26 |
* | | Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) | Josh Qou | 2023-06-15 | 4 | -19/+29 |
* | | Fix joining rooms through aliases where the alias server isn't a real homeser... | Tulir Asokan | 2023-06-14 | 2 | -1/+2 |
* | | Merge branch 'release-v1.86' into develop | Mathieu Velten | 2023-06-14 | 38 | -99/+103 |
|\| |
|
| * | 1.86.0rc2 v1.86.0rc2 | Mathieu Velten | 2023-06-14 | 4 | -2/+18 |
| * | Revert "Allow for the configuration of max request retries and min/max retry ... | Mathieu Velten | 2023-06-14 | 5 | -68/+10 |
| * | Fix empty scope when having version mismatch between workers (#15774) | Mathieu Velten | 2023-06-14 | 2 | -1/+2 |
| * | Fix changelog typo v1.86.0rc1 | Mathieu Velten | 2023-06-13 | 1 | -1/+1 |
| * | 1.86.0rc1 | Mathieu Velten | 2023-06-13 | 33 | -31/+76 |
* | | Prefill events after invalidate not before when persisting events (#15758) | Jason Little | 2023-06-14 | 5 | -5/+70 |
* | | Document `looping_call()` functionality that will wait for the given function... | Eric Eastwood | 2023-06-13 | 2 | -0/+6 |
* | | Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_... | Shay | 2023-06-13 | 6 | -58/+126 |
* | | Fix MSC3983 support: only one OTK per device was returned through federation ... | Mathieu Velten | 2023-06-13 | 2 | -1/+4 |
* | | Avoid backfill when we already have messages to return (#15737) | Eric Eastwood | 2023-06-13 | 2 | -22/+116 |
* | | Fix MSC3983 support: Use the unstable /keys/claim federation endpoint if mult... | Patrick Cloke | 2023-06-13 | 2 | -1/+5 |
|/ |
|
* | Bump regex from 1.7.3 to 1.8.4 (#15769) | dependabot[bot] | 2023-06-13 | 1 | -6/+6 |
* | Bump log from 0.4.18 to 0.4.19 (#15761) | dependabot[bot] | 2023-06-13 | 1 | -2/+2 |
* | Bump minimum supported Rust version (#15768) | Erik Johnston | 2023-06-12 | 4 | -10/+19 |
* | Bump pyo3-log from 0.8.1 to 0.8.2 (#15759) | dependabot[bot] | 2023-06-12 | 1 | -2/+2 |
* | Bump serde from 1.0.163 to 1.0.164 (#15760) | dependabot[bot] | 2023-06-12 | 1 | -4/+4 |
* | Bump pyopenssl from 23.1.1 to 23.2.0 (#15765) | dependabot[bot] | 2023-06-12 | 1 | -4/+4 |