- Mar 07, 2023
-
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
Erik Johnston authored
We look up keys in batches, but we should do that outside of the transaction to avoid starving the database pool.
-
- Mar 06, 2023
-
-
Quentin Gliech authored
This allows Synapse to properly include the transaction ID in the unsigned data of events.
-
Patrick Cloke authored
Enables MSC3925 support by default, which: * Includes the full edit event in the bundled aggregations of an edited event. * Stops modifying the original event's content to return the new content from the edit event. This is a backwards-incompatible change that is considered to be "correct" by the spec.
-
Patrick Cloke authored
This removes the configuration flag & updates the identifiers to use the stable version.
-
dependabot[bot] authored
Bump serde_json from 1.0.93 to 1.0.94 (#15214)Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com> * Bump serde_json from 1.0.93 to 1.0.94 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94 ) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> * Changelog --------- Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
GitHub Actions <github-actions[bot]@users.noreply.github.com>
-
- Mar 03, 2023
-
-
Erik Johnston authored
As we use some nightly only options, e.g. to group and sort imports consistently.
-
6543 authored
The word boundary behaviour is slightly different, consider it acceptable for the tests.
-
Patrick Cloke authored
AbstractStreamIdTracker (now) has only a single sub-class: AbstractStreamIdGenerator, combine them to simplify some code and remove any direct references to AbstractStreamIdTracker.
-
Quentin Gliech authored
Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/batch_send` endpoint. (#15199)
-
Patrick Cloke authored
-
Andrew Morgan authored
Experimental MSC3890 Implementation: Fix deleting account data when using an account data writer worker (#14869)
-
- Mar 02, 2023
-
-
Andrew Morgan authored
-
Dirk Klimpel authored
-
Quentin Gliech authored
-
David Robertson authored
* Complement: Spell out when config isn't generated * Changelog
-
Patrick Cloke authored
Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051) This replaces the specific `is_user_mention` push rule condition used in MSC3952 with the generic `exact_event_property_contains` push rule condition from MSC3966.
-
Patrick Cloke authored
-
Quentin Gliech authored
-
Dirk Klimpel authored
-
Hugh Nimmo-Smith authored
-
- Feb 28, 2023
-
-
Richard van der Hoff authored
It turns out that no clients rely on server-side aggregation of `m.annotation` relationships: it's just not very useful as currently implemented. It's also non-trivial to calculate. I want to remove it from MSC2677, so to keep the implementation in line, let's remove it here.
-
H. Shay authored
-
Patrick Cloke authored
-
reivilibre authored
Fix a long-standing bug where an initial sync would not respond to changes to the list of ignored users if there was an initial sync cached. (#15163)
-
reivilibre authored
-
Patrick Cloke authored
-
Patrick Cloke authored
Internally the push rules module uses a `pattern_type` property for `event_match` conditions (and `related_event_match`) to mark the condition as matching the current user's Matrix ID or localpart. This is leaky to the Client-Server API where a user can successfully set a condition which provides `pattern_type` instead of `pattern` (note that there's no benefit to doing this -- the user can just use their own Matrix ID or localpart instead). When serializing back to the client the `pattern_type` property is converted into a proper `pattern`. The following changes are made to avoid this: * Separate the `KnownCondition::EventMatch` enum value into `EventMatch` and `EventMatchType`, each with their own expected properties. (Note that a similar change is made for `RelatedEventMatch`.) * Make it such that the `pattern_type` variants serialize to the same condition kind, but cannot be deserialized (since they're only provided by base rules). * As a final tweak, convert `user_id` vs. `user_localpart` values into an enum.
-
Brendan Abolivier authored
* Add documentation for caching in a module * Changelog * Formatting * Wrap lines at a length that mdbook is happier with * Typo fix Co-authored-by:
Erik Johnston <erik@matrix.org> * Link to recent version of the API In the longer term I'd like to see us generate markdown with Sphinx. * Refer to public `cached` decorator * Mark caching as being added in 1.74 Some of the underlying infrastructure was added in 1.69, but the public-facing `cached` decorator was only added in 1.74. It is the latter that I think we should be advertising. * Update docs/modules/writing_a_module.md Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> --------- Co-authored-by:
David Robertson <davidr@element.io> Co-authored-by:
Erik Johnston <erik@matrix.org> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Dirk Klimpel authored
* Admin api to delete event report * lint + tests * newsfile * Apply suggestions from code review Co-authored-by:
David Robertson <david.m.robertson1@gmail.com> * revert changes - move to WorkerStore * update unit test * Note that timestamp is in millseconds --------- Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
Evan Krall authored
* Correct documentation about registration_shared_secret_path * Create 15168.doc * Update changelog.d/15168.doc --------- Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
- Feb 27, 2023
-
-
Travis Ralston authored
* Remove dangling reference to being a reference implementation * Create 15167.misc
-
Andrew Morgan authored
-
Patrick Cloke authored
* Removes the `v1` directory from `test.rest.media.v1`. * Moves the non-REST code from `synapse.rest.media.v1` to `synapse.media`. * Flatten the `v1` directory from `synapse.rest.media`, but leave compatiblity with 3rd party media repositories and spam checkers.
-
Andrew Morgan authored
-