Matrix 1.7
This commit is contained in:
parent
65d70e90b8
commit
8b51f1c011
63 changed files with 147 additions and 62 deletions
|
@ -1 +0,0 @@
|
|||
Clarify that the term "Canonical JSON" is a specific thing within the Matrix specification.
|
|
@ -1 +0,0 @@
|
|||
Remove references to groups.
|
|
@ -1 +0,0 @@
|
|||
Clarifications of event ID formats in early room versions.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Add homeserver->appservice ping mechanism, as per [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659). Contributed by @tulir at @beeper.
|
|
@ -1 +0,0 @@
|
|||
[`POST /_matrix/app/v1/ping`](/application-service-api/#post_matrixappv1ping)
|
|
@ -1 +0,0 @@
|
|||
[`POST /_matrix/client/v1/appservice/{appserviceId}/ping`](/application-service-api/#post_matrixclientv1appserviceappserviceidping)
|
|
@ -1 +0,0 @@
|
|||
Add homeserver->appservice ping mechanism, as per [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659). Contributed by @tulir at @beeper.
|
|
@ -1 +0,0 @@
|
|||
Clarify the sections of the specification concerning aggregation of child events.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Clarify that reply chain fallback for threads might not be present.
|
|
@ -1 +0,0 @@
|
|||
Changes to the server-side aggregation of `m.replace` (edit) events, as per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925).
|
|
@ -1 +0,0 @@
|
|||
Clarify what event property the content-specific push rules match against.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Clarify the semantics that make requests idempotent.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Improve documentation of how clients use push rules.
|
|
@ -1 +0,0 @@
|
|||
Clarify that servers should enforce a default `limit` on a filter if one is not specified.
|
|
@ -1 +0,0 @@
|
|||
Disambiguate using property names with dots in them during push rule processing, as per [MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873) and [MSC3980](https://github.com/matrix-org/matrix-spec-proposals/pull/3980).
|
|
@ -1 +0,0 @@
|
|||
Add new push rule conditions `event_property_is` and `event_property_contains`, as per [MSC3758](https://github.com/matrix-org/matrix-spec-proposals/pull/3758) and [MSC3966](https://github.com/matrix-org/matrix-spec-proposals/pull/3966).
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Fix phrasing & typography in the registration endpoint description. Contributed by @HarHarLinks.
|
|
@ -1 +0,0 @@
|
|||
Add `m.annotation` relations (reactions), as per [MSC2677](https://github.com/matrix-org/matrix-spec-proposals/pull/2677).
|
|
@ -1 +0,0 @@
|
|||
Remove outdated text saying that `state_default` is 0 if there is no `m.room.power_levels` event in a room.
|
|
@ -1 +0,0 @@
|
|||
Remove fictitious `token` parameter on `/keys/query` endpoint.
|
|
@ -1 +0,0 @@
|
|||
Fix rendering of properties with a list of types.
|
|
@ -1 +0,0 @@
|
|||
Clarify parts of the cross-signing signature upload request.
|
|
@ -1 +0,0 @@
|
|||
Support asynchronous media uploads, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).
|
|
@ -1 +0,0 @@
|
|||
[`POST /_matrix/media/v1/create`](/client-server-api/#post_matrixmediav1create)
|
|
@ -1 +0,0 @@
|
|||
[`PUT /_matrix/media/v3/upload/{serverName}/{mediaId}`](/client-server-api/#put_matrixmediav3uploadservernamemediaid)
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Remove the `dont_notify` and `coalesce` push rule actions, as per [MSC3987](https://github.com/matrix-org/matrix-spec-proposals/pull/3987).
|
|
@ -1 +0,0 @@
|
|||
Clarify `m.location` scheme by partially reverting [f1f32d3](https://github.com/matrix-org/matrix-spec/commit/f1f32d3a15c325ee8aa9d2c6bafd96c38069bb53). Contributed by @HarHarLinks.
|
|
@ -1 +0,0 @@
|
|||
Document the `m.mentions` property; the `.m.rule.is_user_mention` and `.m.rule.is_room_mention` push rules; and other notification behaviour, as per [MSC3952](https://github.com/matrix-org/matrix-spec-proposals/pull/3952).
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Support asynchronous media uploads, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).
|
|
@ -1 +0,0 @@
|
|||
Improve VoIP signaling, as per [MSC2746](https://github.com/matrix-org/matrix-spec-proposals/pull/2746).
|
|
@ -1 +0,0 @@
|
|||
Changes to the server-side aggregation of `m.replace` (edit) events, as per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925).
|
|
@ -1 +0,0 @@
|
|||
Update the scope of transaction IDs, as per [MSC3970](https://github.com/matrix-org/matrix-spec-proposals/pull/3970).
|
|
@ -1 +0,0 @@
|
|||
Add an ability to redirect media downloads, as per [MSC3860](https://github.com/matrix-org/matrix-spec-proposals/pull/3860).
|
|
@ -1 +0,0 @@
|
|||
Add an ability to use an existing session to log in another, as per [MSC3882](https://github.com/matrix-org/matrix-spec-proposals/pull/3882).
|
|
@ -1 +0,0 @@
|
|||
[`POST /_matrix/client/v1/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token)
|
|
@ -1 +0,0 @@
|
|||
Add `m.annotation` relations (reactions), as per [MSC2677](https://github.com/matrix-org/matrix-spec-proposals/pull/2677).
|
|
@ -1 +0,0 @@
|
|||
Add missing `knock_restricted` join rule to the `m.room.join_rules` schema.
|
|
@ -1 +0,0 @@
|
|||
Improve VoIP signaling, as per [MSC2746](https://github.com/matrix-org/matrix-spec-proposals/pull/2746).
|
|
@ -1 +0,0 @@
|
|||
Corrections to the response format of `/_matrix/identity/v2/store-invite`.
|
|
@ -1 +0,0 @@
|
|||
Update references to Inter font.
|
|
@ -1 +0,0 @@
|
|||
Endpoint disclosures now hide everything but the URL.
|
|
@ -1 +0,0 @@
|
|||
Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.
|
|
@ -1 +0,0 @@
|
|||
Minor cleanups to the GitHub Actions workflows
|
|
@ -1 +0,0 @@
|
|||
Fix generation of anchors for additional properties.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Document more of the spec release timeline/process.
|
|
@ -1 +0,0 @@
|
|||
Clarifications of event ID formats in early room versions
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Fix PDU examples by removing invalid OpenAPI reference to `examples/minimal_pdu.json`.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Remove leftover `{key_id}` from `/_matrix/key/v2/server/`.
|
|
@ -1 +0,0 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Remove extraneous `age_ts` field from the reference hash calculation section.
|
Loading…
Add table
Add a link
Reference in a new issue