| Commit message (Expand) | Author | Age | Files | Lines |
* | Only return LPDUs to linearized matrix servers. github/clokep/lm clokep/lm | Patrick Cloke | 2023-07-26 | 2 | -5/+42 |
* | Actually fetch if a server is linearized. | Patrick Cloke | 2023-07-26 | 1 | -2/+32 |
* | Merge remote-tracking branch 'origin/develop' into clokep/lm | Patrick Cloke | 2023-07-26 | 99 | -929/+2690 |
|\ |
|
| * | 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 |
* | | | FIx-up content hash checking for PDUs vs. delegated PDUs. | Patrick Cloke | 2023-07-25 | 2 | -19/+28 |
* | | | Print out error from remote homeserver if failed to invite | Andrew Morgan | 2023-07-22 | 1 | -0/+3 |
* | | | Use room version, not "hub_server" field when adding/validating "origin" | Andrew Morgan | 2023-07-22 | 2 | -4/+6 |
* | | | If we are acting on a PDU, keep the "lpdu" hash intact. | Andrew Morgan | 2023-07-20 | 1 | -4/+13 |
* | | | Fix a couple type hints. | Andrew Morgan | 2023-07-20 | 1 | -2/+2 |
* | | | Do not add `origin` field to LPDUs. | Andrew Morgan | 2023-07-20 | 2 | -1/+8 |
* | | | Fix https://github.com/matrix-org/synapse/issues/15962 | Travis Ralston | 2023-07-19 | 1 | -1/+2 |
* | | | Fix(?) MSC2176 implementation | Travis Ralston | 2023-07-19 | 1 | -2/+2 |
* | | | Add note | Patrick Cloke | 2023-07-18 | 1 | -0/+3 |
* | | | Linting. | Patrick Cloke | 2023-07-18 | 1 | -7/+21 |
* | | | Sort auth/state. | Patrick Cloke | 2023-07-18 | 1 | -0/+8 |
* | | | Do not return depth. | Patrick Cloke | 2023-07-18 | 1 | -1/+4 |
* | | | Fix accepting an invite. | Patrick Cloke | 2023-07-18 | 3 | -4/+19 |
* | | | Fix creating events from LPDUs. | Patrick Cloke | 2023-07-18 | 3 | -16/+22 |
* | | | Remove unsigned and depth in more places. | Patrick Cloke | 2023-07-18 | 2 | -1/+10 |
* | | | Provide templated LPDUs for make_{join,leave,knock} requests. | Patrick Cloke | 2023-07-17 | 4 | -27/+60 |
* | | | Accept LPDUs in transactions and fan them back out. | Patrick Cloke | 2023-07-17 | 3 | -10/+151 |
* | | | Convert new-style EDUs to old-style EDUs. | Patrick Cloke | 2023-07-17 | 1 | -8/+41 |
* | | | Implement new device endpoint. | Patrick Cloke | 2023-07-17 | 1 | -0/+28 |
* | | | Implement new send endpoint. | Patrick Cloke | 2023-07-17 | 4 | -7/+129 |
* | | | Implement new invite endpoint. | Patrick Cloke | 2023-07-17 | 3 | -0/+60 |
* | | | Implement new send_{join,leave,knock} endpoints. | Patrick Cloke | 2023-07-17 | 5 | -15/+195 |
* | | | Implement new event and backfill endpoints. | Patrick Cloke | 2023-07-17 | 4 | -64/+209 |
* | | | Handle LPDU content hash. | Patrick Cloke | 2023-07-17 | 3 | -16/+55 |
* | | | Ignore non-state events sent in state. | Patrick Cloke | 2023-07-17 | 1 | -0/+3 |
* | | | Linearized Matrix events do not have a depth. | Patrick Cloke | 2023-07-17 | 4 | -12/+23 |
* | | | Remove references to m.room.hub events. | Patrick Cloke | 2023-07-17 | 2 | -20/+3 |
* | | | Update for v2. | Patrick Cloke | 2023-07-17 | 9 | -84/+78 |
* | | | Revert "Initial routing of events." | Patrick Cloke | 2023-07-17 | 4 | -138/+0 |
* | | | Initial routing of events. | Patrick Cloke | 2023-07-17 | 4 | -0/+138 |
* | | | Disable TLS over federation. | Patrick Cloke | 2023-07-17 | 1 | -4/+5 |
* | | | Initial cut at signature verification. | Patrick Cloke | 2023-07-17 | 5 | -17/+178 |
|/ / |
|
* | | 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 |
* | Bump pydantic from 1.10.8 to 1.10.9 (#15762) | dependabot[bot] | 2023-06-12 | 1 | -37/+37 |
* | Bump sentry-sdk from 1.25.0 to 1.25.1 (#15764) | dependabot[bot] | 2023-06-12 | 1 | -3/+3 |
* | Bump phonenumbers from 8.13.11 to 8.13.13 (#15763) | dependabot[bot] | 2023-06-12 | 1 | -3/+3 |
* | Bump types-pyopenssl from 23.1.0.2 to 23.2.0.0 (#15766) | dependabot[bot] | 2023-06-12 | 1 | -159/+7 |
* | Backfill in the background if we're doing it "just because" (#15710) | Eric Eastwood | 2023-06-09 | 2 | -4/+15 |
* | Speed up typechecking CI (#15752) | Erik Johnston | 2023-06-09 | 2 | -4/+5 |
* | Allow for the configuration of max request retries and min/max retry delays i... | Shay | 2023-06-09 | 5 | -10/+68 |
* | Merge branch 'master' into develop | Erik Johnston | 2023-06-08 | 4 | -2/+17 |
|\ |
|
| * | Merge branch 'release-v1.85' | Erik Johnston | 2023-06-08 | 4 | -2/+17 |
| |\ |
|
| | * | Fix up changelog v1.85.2 | Erik Johnston | 2023-06-08 | 1 | -1/+1 |
| | * | 1.85.2 | Erik Johnston | 2023-06-08 | 4 | -2/+16 |
| | * | Fix using TLS for replication (#15746) | Erik Johnston | 2023-06-08 | 2 | -1/+2 |
* | | | Clear event caches when we purge history (#15609) | Erik Johnston | 2023-06-08 | 9 | -14/+184 |
* | | | Quick & dirty metric for background update status (#15740) | David Robertson | 2023-06-07 | 4 | -1/+40 |
* | | | Remove superfluous `room_memberships` join from background update (#15733) | Eric Eastwood | 2023-06-07 | 2 | -1/+1 |
* | | | Remove redundant `room_memberships` join to find participating servers in a r... | Eric Eastwood | 2023-06-07 | 2 | -3/+3 |
* | | | Check required power levels earlier in createRoom handler. (#15695) | Grant McLean | 2023-06-07 | 3 | -14/+100 |
* | | | Merge branch 'master' into develop | Erik Johnston | 2023-06-07 | 4 | -2/+39 |
|\| | |
|
| * | | Merge branch 'release-v1.85' | Erik Johnston | 2023-06-07 | 4 | -2/+39 |
| |\| |
|
| | * | Update changelog v1.85.1 | Erik Johnston | 2023-06-07 | 1 | -0/+2 |
| | * | Update changelog | Erik Johnston | 2023-06-07 | 2 | -2/+1 |
| | * | Fix schema delta error in 1.85 (#15739) | Erik Johnston | 2023-06-07 | 2 | -2/+15 |
| | * | 1.85.1 | Erik Johnston | 2023-06-07 | 4 | -2/+16 |
| | * | Fix schema delta error in 1.85 (#15738) | Erik Johnston | 2023-06-07 | 2 | -0/+9 |
* | | | No need for the extra join since `membership` is built-in to `current_state_e... | Eric Eastwood | 2023-06-06 | 2 | -4/+4 |
* | | | Trace functions which return `Awaitable` (#15650) | Eric Eastwood | 2023-06-06 | 3 | -22/+59 |
* | | | Update error to more plainly explain we can only authorize our own events (#1... | Eric Eastwood | 2023-06-06 | 2 | -1/+2 |
* | | | Add context for when/why to use the `long_retries` option when sending Federa... | Eric Eastwood | 2023-06-06 | 2 | -2/+10 |
* | | | Improve performance of user directory search (#15729) | Shay | 2023-06-06 | 2 | -4/+9 |
* | | | Prevent "twisted trunk" and "latest deps" workflows from running on forks (#1... | Andrew Morgan | 2023-06-06 | 3 | -4/+44 |
* | | | Remove some unused `server_name` fields (#15723) | Sean Quah | 2023-06-06 | 6 | -5/+1 |
* | | | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2023-06-06 | 1 | -1/+1 |
|\| | |
|
| * | | Fix link in changelog | Erik Johnston | 2023-06-06 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into develop | Erik Johnston | 2023-06-06 | 3 | -1/+28 |
|\| |
|
| * | Fixup changelog v1.85.0 | Erik Johnston | 2023-06-06 | 1 | -1/+1 |
| * | 1.85.0 | Erik Johnston | 2023-06-06 | 3 | -1/+28 |
* | | Stabilize support for MSC3952: Intentional mentions. (#15520) | Patrick Cloke | 2023-06-06 | 13 | -64/+27 |
* | | Some house keeping on `maybe_backfill()` functions (#15709) | Eric Eastwood | 2023-06-05 | 2 | -0/+18 |
* | | Bump types-requests from 2.31.0.0 to 2.31.0.1 (#15715) | dependabot[bot] | 2023-06-05 | 1 | -3/+3 |
* | | Bump types-jsonschema from 4.17.0.7 to 4.17.0.8 (#15716) | dependabot[bot] | 2023-06-05 | 1 | -3/+3 |
* | | Bump sentry-sdk from 1.22.1 to 1.25.0 (#15714) | dependabot[bot] | 2023-06-05 | 1 | -5/+6 |
* | | Bump pyasn1 from 0.4.8 to 0.5.0 (#15713) | dependabot[bot] | 2023-06-05 | 1 | -5/+5 |
* | | Bump library/redis from 6-bullseye to 7-bullseye in /docker (#15712) | dependabot[bot] | 2023-06-05 | 1 | -1/+1 |
* | | Bump importlib-metadata from 6.1.0 to 6.6.0 (#15711) | dependabot[bot] | 2023-06-05 | 1 | -7/+7 |
* | | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro... | Shay | 2023-06-02 | 22 | -95/+252 |
* | | Add a catch-all * to the supported relation types when redacting (#15705) | Mathieu Velten | 2023-06-02 | 4 | -8/+143 |
* | | Log when events are (unexpectedly) filtered out of responses in tests (#14213) | Eric Eastwood | 2023-06-01 | 7 | -14/+53 |
* | | Merge branch 'release-v1.85' into develop | H. Shay | 2023-06-01 | 8 | -3/+92 |
|\| |
|
| * | 1.85.0rc2 v1.85.0rc2 | H. Shay | 2023-06-01 | 6 | -4/+28 |
| * | Add a note about deprecating /register with a user property. (#15703) | Patrick Cloke | 2023-06-01 | 2 | -0/+12 |
| * | Speed up background jobs populate_full_user_id_user_filters and populate_full... | Shay | 2023-05-31 | 3 | -2/+3 |
| * | Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin... | reivilibre | 2023-05-31 | 3 | -0/+52 |
* | | Cache requests for user's devices from federation (#15675) | Erik Johnston | 2023-06-01 | 3 | -2/+70 |
* | | Implement stable support for MSC3882 to allow an existing device/session to g... | Hugh Nimmo-Smith | 2023-06-01 | 12 | -75/+225 |
* | | Add Synapse version deploy annotations to Grafana dashboard (#15674) | Eric Eastwood | 2023-05-31 | 2 | -174/+895 |
* | | Add stubs package for lxml. (#15697) | Patrick Cloke | 2023-05-31 | 10 | -48/+117 |
* | | Docker fully qualified image names (#15689) | Jason Little | 2023-05-31 | 8 | -10/+15 |
* | | Add get_canonical_room_alias to module API (#15450) | Gabriel FĂ©ron | 2023-05-31 | 3 | -1/+29 |
* | | Add stricter mypy options (#15694) | Patrick Cloke | 2023-05-31 | 11 | -24/+40 |
* | | Merge branch 'release-v1.85' into develop | David Robertson | 2023-05-30 | 54 | -51/+84 |
|\| |
|
| * | fixup changelog v1.85.0rc1 | David Robertson | 2023-05-30 | 1 | -2/+2 |
| * | Update changelog | David Robertson | 2023-05-30 | 1 | -2/+2 |
| * | Tweak release script dependabot wording | David Robertson | 2023-05-30 | 1 | -0/+2 |
| * | 1.85.0rc1 | David Robertson | 2023-05-30 | 53 | -51/+82 |
* | | Enforce that an admin token also has the basic Matrix API scope | Quentin Gliech | 2023-05-30 | 2 | -6/+27 |
* | | Make the config tests spawn the homeserver only when needed | Quentin Gliech | 2023-05-30 | 2 | -206/+182 |
* | | Reject tokens with multiple device scopes | Quentin Gliech | 2023-05-30 | 2 | -7/+52 |
* | | Make OIDC scope constants | Quentin Gliech | 2023-05-30 | 1 | -10/+15 |
* | | Handle errors when introspecting tokens | Quentin Gliech | 2023-05-30 | 3 | -7/+74 |
* | | Newsfile. | Quentin Gliech | 2023-05-30 | 1 | -0/+1 |
* | | Disable incompatible Admin API endpoints | Quentin Gliech | 2023-05-30 | 3 | -8/+40 |