| Commit message (Expand) | Author | Files | Lines |
2023-07-04 | Add notes about Python 3.7 EOL v1.87.0 | Olivier Wilkinson (reivilibre) | 1 | -0/+2 |
2023-07-04 | Move warning up to the top | Olivier Wilkinson (reivilibre) | 1 | -3/+3 |
2023-07-04 | 1.87.0 | Olivier Wilkinson (reivilibre) | 5 | -5/+20 |
2023-07-04 | Pin `pydantic` to <2.0.0 (#15862) | Paarth Shah | 3 | -38/+42 |
2023-06-28 | Split out 2022 changes from the changelog (#15846) | Eric Eastwood | 3 | -2764/+2767 |
2023-06-27 | Note last release with Python 3.7 support v1.87.0rc1 | Eric Eastwood | 1 | -0/+3 |
2023-06-27 | Prepare changelog for v1.87.0rc1 | Eric Eastwood | 24 | -22/+59 |
2023-06-27 | Fix sqlite `user_filters` upgrade (#15817) | Shay | 4 | -3/+92 |
2023-06-26 | Bump serde_json from 1.0.97 to 1.0.99 (#15832) | dependabot[bot] | 1 | -2/+2 |
2023-06-26 | Bump towncrier from 22.12.0 to 23.6.0 (#15831) | dependabot[bot] | 1 | -4/+4 |
2023-06-26 | Add login spam checker API (#15838) | Erik Johnston | 7 | -6/+285 |
2023-06-26 | Bump types-opentracing from 2.4.10.4 to 2.4.10.5 (#15830) | dependabot[bot] | 1 | -3/+3 |
2023-06-26 | Bump ruff from 0.0.272 to 0.0.275 (#15833) | dependabot[bot] | 2 | -20/+20 |
2023-06-26 | Bump types-setuptools from 67.8.0.0 to 68.0.0.0 (#15835) | dependabot[bot] | 1 | -3/+3 |
2023-06-22 | Bump cryptography from 40.0.2 to 41.0.1 (#15800) | dependabot[bot] | 1 | -25/+25 |
2023-06-21 | Fix forgotten rooms missing in initial sync (#15815) | Nicolas Werner | 3 | -0/+35 |
2023-06-21 | Fix harmless exception in port DB script (#15814) | Erik Johnston | 2 | -0/+4 |
2023-06-21 | Fix typo in faster join docs (#15812) | Erik Johnston | 2 | -1/+2 |
2023-06-21 | Allow for the configuration of max request retries and min/max retry delays i... | Mathieu Velten | 5 | -22/+100 |
2023-06-20 | 1.86.0 v1.86.0 | Mathieu Velten | 3 | -1/+13 |
2023-06-20 | Fix Sytest environmental variable evaluation in CI (#15804) | Shay | 2 | -2/+3 |
2023-06-20 | Fix admin api documentation typo (#15805) | ew-at-vier | 2 | -1/+2 |
2023-06-20 | Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse... | Eric Eastwood | 7 | -29/+43 |
2023-06-19 | Bump ijson from 3.2.0.post0 to 3.2.1 (#15802) | dependabot[bot] | 1 | -79/+79 |
2023-06-19 | Bump attrs from 22.2.0 to 23.1.0 (#15801) | dependabot[bot] | 1 | -9/+12 |
2023-06-19 | Bump phonenumbers from 8.13.13 to 8.13.14 (#15798) | dependabot[bot] | 1 | -3/+3 |
2023-06-19 | Bump ruff from 0.0.265 to 0.0.272 (#15799) | dependabot[bot] | 2 | -20/+20 |
2023-06-19 | Bump serde_json from 1.0.96 to 1.0.97 (#15797) | dependabot[bot] | 1 | -2/+2 |
2023-06-16 | Remove experimental MSC2716 implementation to incrementally import history in... | Eric Eastwood | 28 | -2103/+36 |
2023-06-16 | Don't always lock "user_ips" table when performing non-native upsert (#15788) | Andrew Morgan | 2 | -1/+2 |
2023-06-16 | push rules: fix internal conversion from _type to value (#15781) | Mathieu Velten | 4 | -17/+81 |
2023-06-16 | Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743) | Mathieu Velten | 3 | -31/+26 |
2023-06-15 | Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) | Josh Qou | 4 | -19/+29 |
2023-06-14 | Fix joining rooms through aliases where the alias server isn't a real homeser... | Tulir Asokan | 2 | -1/+2 |
2023-06-14 | 1.86.0rc2 v1.86.0rc2 | Mathieu Velten | 4 | -2/+18 |
2023-06-14 | Revert "Allow for the configuration of max request retries and min/max retry ... | Mathieu Velten | 5 | -68/+10 |
2023-06-14 | Fix empty scope when having version mismatch between workers (#15774) | Mathieu Velten | 2 | -1/+2 |
2023-06-14 | Prefill events after invalidate not before when persisting events (#15758) | Jason Little | 5 | -5/+70 |
2023-06-13 | Document `looping_call()` functionality that will wait for the given function... | Eric Eastwood | 2 | -0/+6 |
2023-06-13 | Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_... | Shay | 6 | -58/+126 |
2023-06-13 | Fix MSC3983 support: only one OTK per device was returned through federation ... | Mathieu Velten | 2 | -1/+4 |
2023-06-13 | Avoid backfill when we already have messages to return (#15737) | Eric Eastwood | 2 | -22/+116 |
2023-06-13 | Fix MSC3983 support: Use the unstable /keys/claim federation endpoint if mult... | Patrick Cloke | 2 | -1/+5 |
2023-06-13 | Fix changelog typo v1.86.0rc1 | Mathieu Velten | 1 | -1/+1 |
2023-06-13 | 1.86.0rc1 | Mathieu Velten | 33 | -31/+76 |
2023-06-13 | Bump regex from 1.7.3 to 1.8.4 (#15769) | dependabot[bot] | 1 | -6/+6 |
2023-06-13 | Bump log from 0.4.18 to 0.4.19 (#15761) | dependabot[bot] | 1 | -2/+2 |
2023-06-12 | Bump minimum supported Rust version (#15768) | Erik Johnston | 4 | -10/+19 |
2023-06-12 | Bump pyo3-log from 0.8.1 to 0.8.2 (#15759) | dependabot[bot] | 1 | -2/+2 |
2023-06-12 | Bump serde from 1.0.163 to 1.0.164 (#15760) | dependabot[bot] | 1 | -4/+4 |
2023-06-12 | Bump pyopenssl from 23.1.1 to 23.2.0 (#15765) | dependabot[bot] | 1 | -4/+4 |
2023-06-12 | Bump pydantic from 1.10.8 to 1.10.9 (#15762) | dependabot[bot] | 1 | -37/+37 |
2023-06-12 | Bump sentry-sdk from 1.25.0 to 1.25.1 (#15764) | dependabot[bot] | 1 | -3/+3 |
2023-06-12 | Bump phonenumbers from 8.13.11 to 8.13.13 (#15763) | dependabot[bot] | 1 | -3/+3 |
2023-06-12 | Bump types-pyopenssl from 23.1.0.2 to 23.2.0.0 (#15766) | dependabot[bot] | 1 | -159/+7 |
2023-06-09 | Backfill in the background if we're doing it "just because" (#15710) | Eric Eastwood | 2 | -4/+15 |
2023-06-09 | Speed up typechecking CI (#15752) | Erik Johnston | 2 | -4/+5 |
2023-06-09 | Allow for the configuration of max request retries and min/max retry delays i... | Shay | 5 | -10/+68 |
2023-06-08 | Fix up changelog v1.85.2 | Erik Johnston | 1 | -1/+1 |
2023-06-08 | Clear event caches when we purge history (#15609) | Erik Johnston | 9 | -14/+184 |
2023-06-08 | 1.85.2 | Erik Johnston | 4 | -2/+16 |
2023-06-08 | Fix using TLS for replication (#15746) | Erik Johnston | 2 | -1/+2 |
2023-06-07 | Quick & dirty metric for background update status (#15740) | David Robertson | 4 | -1/+40 |
2023-06-07 | Remove superfluous `room_memberships` join from background update (#15733) | Eric Eastwood | 2 | -1/+1 |
2023-06-07 | Remove redundant `room_memberships` join to find participating servers in a r... | Eric Eastwood | 2 | -3/+3 |
2023-06-07 | Check required power levels earlier in createRoom handler. (#15695) | Grant McLean | 3 | -14/+100 |
2023-06-07 | Update changelog v1.85.1 | Erik Johnston | 1 | -0/+2 |
2023-06-07 | Update changelog | Erik Johnston | 2 | -2/+1 |
2023-06-07 | Fix schema delta error in 1.85 (#15739) | Erik Johnston | 2 | -2/+15 |
2023-06-07 | 1.85.1 | Erik Johnston | 4 | -2/+16 |
2023-06-07 | Fix schema delta error in 1.85 (#15738) | Erik Johnston | 2 | -0/+9 |
2023-06-06 | No need for the extra join since `membership` is built-in to `current_state_e... | Eric Eastwood | 2 | -4/+4 |
2023-06-06 | Trace functions which return `Awaitable` (#15650) | Eric Eastwood | 3 | -22/+59 |
2023-06-06 | Update error to more plainly explain we can only authorize our own events (#1... | Eric Eastwood | 2 | -1/+2 |
2023-06-06 | Add context for when/why to use the `long_retries` option when sending Federa... | Eric Eastwood | 2 | -2/+10 |
2023-06-06 | Improve performance of user directory search (#15729) | Shay | 2 | -4/+9 |
2023-06-06 | Prevent "twisted trunk" and "latest deps" workflows from running on forks (#1... | Andrew Morgan | 3 | -4/+44 |
2023-06-06 | Remove some unused `server_name` fields (#15723) | Sean Quah | 6 | -5/+1 |
2023-06-06 | Fix link in changelog | Erik Johnston | 1 | -1/+1 |
2023-06-06 | Fixup changelog v1.85.0 | Erik Johnston | 1 | -1/+1 |
2023-06-06 | 1.85.0 | Erik Johnston | 3 | -1/+28 |
2023-06-06 | Stabilize support for MSC3952: Intentional mentions. (#15520) | Patrick Cloke | 13 | -64/+27 |
2023-06-05 | Some house keeping on `maybe_backfill()` functions (#15709) | Eric Eastwood | 2 | -0/+18 |
2023-06-05 | Bump types-requests from 2.31.0.0 to 2.31.0.1 (#15715) | dependabot[bot] | 1 | -3/+3 |
2023-06-05 | Bump types-jsonschema from 4.17.0.7 to 4.17.0.8 (#15716) | dependabot[bot] | 1 | -3/+3 |
2023-06-05 | Bump sentry-sdk from 1.22.1 to 1.25.0 (#15714) | dependabot[bot] | 1 | -5/+6 |
2023-06-05 | Bump pyasn1 from 0.4.8 to 0.5.0 (#15713) | dependabot[bot] | 1 | -5/+5 |
2023-06-05 | Bump library/redis from 6-bullseye to 7-bullseye in /docker (#15712) | dependabot[bot] | 1 | -1/+1 |
2023-06-05 | Bump importlib-metadata from 6.1.0 to 6.6.0 (#15711) | dependabot[bot] | 1 | -7/+7 |
2023-06-02 | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro... | Shay | 22 | -95/+252 |
2023-06-02 | Add a catch-all * to the supported relation types when redacting (#15705) | Mathieu Velten | 4 | -8/+143 |
2023-06-01 | Log when events are (unexpectedly) filtered out of responses in tests (#14213) | Eric Eastwood | 7 | -14/+53 |
2023-06-01 | 1.85.0rc2 v1.85.0rc2 | H. Shay | 6 | -4/+28 |
2023-06-01 | Cache requests for user's devices from federation (#15675) | Erik Johnston | 3 | -2/+70 |
2023-06-01 | Implement stable support for MSC3882 to allow an existing device/session to g... | Hugh Nimmo-Smith | 12 | -75/+225 |
2023-06-01 | Add a note about deprecating /register with a user property. (#15703) | Patrick Cloke | 2 | -0/+12 |
2023-05-31 | Speed up background jobs populate_full_user_id_user_filters and populate_full... | Shay | 3 | -2/+3 |
2023-05-31 | Add Synapse version deploy annotations to Grafana dashboard (#15674) | Eric Eastwood | 2 | -174/+895 |
2023-05-31 | Add stubs package for lxml. (#15697) | Patrick Cloke | 10 | -48/+117 |
2023-05-31 | Docker fully qualified image names (#15689) | Jason Little | 8 | -10/+15 |
2023-05-31 | Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin... | reivilibre | 3 | -0/+52 |
2023-05-31 | |