This commit is contained in:
Travis Ralston 2024-12-19 09:22:53 -07:00
parent 921c6becf1
commit bc995e66d6
53 changed files with 126 additions and 55 deletions

View file

@ -1 +0,0 @@
Remove note about reference implementations.

View file

@ -1 +0,0 @@
Allow sending ephemeral data to application services, as per [MSC2409](https://github.com/matrix-org/matrix-spec-proposals/pull/2409).

View file

@ -1 +0,0 @@
The `reason` parameter in `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` can be omitted instead of left blank, as per [MSC2414](https://github.com/matrix-org/matrix-spec-proposals/pull/2414).

View file

@ -1 +0,0 @@
Add `POST /_matrix/client/v3/rooms/{roomId}/report`, as per [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151).

View file

@ -1 +0,0 @@
Add error codes to requestToken endpoints, as per [MSC4178](https://github.com/matrix-org/matrix-spec-proposals/pull/4178).

View file

@ -1 +0,0 @@
Correct OpenAPI specification for query parameters to `GET /_matrix/client/v3/thirdparty/location/{protocol}` endpoint.

View file

@ -1 +0,0 @@
Sort VoIP events semantically.

View file

@ -1 +0,0 @@
Clarify that servers must forward custom keys in `PusherData` when sending notifications to the push gateway.

View file

@ -1 +0,0 @@
Clarify formats of string types.

View file

@ -1 +0,0 @@
Clarify formats of string types.

View file

@ -1 +0,0 @@
Clarify formats of string types.

View file

@ -1 +0,0 @@
Clarify that the async upload endpoint will return 404 in some cases.

View file

@ -1 +0,0 @@
Remove reply fallbacks, as per [MSC2781](https://github.com/matrix-org/matrix-spec-proposals/issues/2781).

View file

@ -1 +0,0 @@
Clarify the allowed HTTP methods in CORS responses, as per [MSC4138](https://github.com/matrix-org/matrix-spec-proposals/pull/4138).

View file

@ -1 +0,0 @@
Clarify the allowed HTTP methods in CORS responses, as per [MSC4138](https://github.com/matrix-org/matrix-spec-proposals/pull/4138).

View file

@ -1 +0,0 @@
Add new `M_USER_SUSPENDED` error code behaviour, as per [MSC3823](https://github.com/matrix-org/matrix-spec-proposals/pull/3823).

View file

@ -1 +0,0 @@
Remove distinction between `StateFilter` and `RoomEventFilter`.

View file

@ -1 +0,0 @@
Add hyperlinks throughout the specification.

View file

@ -1 +0,0 @@
Use `json` instead of `json5` for syntax highlighting.

View file

@ -1 +0,0 @@
Add `POST /_matrix/client/v3/rooms/{roomId}/report`, as per [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151).

View file

@ -1 +0,0 @@
Specify order that one-time keys are issued by `/keys/claim`, as per [MSC4225](https://github.com/matrix-org/matrix-spec-proposals/pull/4225).

View file

@ -1 +0,0 @@
Add `x-weight` property for sorting events rendered with the `event-group` shortcode.

View file

@ -1 +0,0 @@
Enforce consistent vertical spacing between paragraphs in endpoint definitions.

View file

@ -1 +0,0 @@
Remove `boxes/added-in-paragraph` shortcode.

View file

@ -1 +0,0 @@
Remove `withVersioning` parameter of `rver-fragment` shortcode.

View file

@ -1 +0,0 @@
Remove `span` element from `added-in` and `changed-in` shortcodes.

View file

@ -1 +0,0 @@
Fix formatting of `added-in` and `changed-in` shortcodes by using `%` delimiter.

View file

@ -1 +0,0 @@
Remove CSS workaround for scroll-anchoring.

View file

@ -1 +0,0 @@
Rename `custom-formats.yaml` to `string-formats.yaml` and update its docs.

View file

@ -1 +0,0 @@
Fix relative URLs when serving the specification with a custom `baseURL`.

View file

@ -1 +0,0 @@
Rename `.htmltest.yaml` to `.htmltest.yml`.

View file

@ -1 +0,0 @@
Improve the JS script to highlight the current ToC entry.

View file

@ -1 +0,0 @@
Upgrade docsy to 0.11.0 and hugo to 0.139.0.

View file

@ -1 +0,0 @@
Fix relative URLs when serving the specification with a custom `baseURL`.

View file

@ -1 +0,0 @@
Improve the quality of the rendered diagrams

View file

@ -1 +0,0 @@
Update the Inter font and allow the browser to render the page before it is loaded

View file

@ -1 +0,0 @@
Use a proper Matrix favicon

View file

@ -1 +0,0 @@
Improve the JS script to highlight the current ToC entry.

View file

@ -1 +0,0 @@
Clean up unused CSS classes in `openapi/render-operation` partial.

View file

@ -1 +0,0 @@
Enforce consistent vertical spacing between paragraphs in endpoint definitions.

View file

@ -1 +0,0 @@
Fix `changed-in` partial when used with multiple paragraphs.

View file

@ -1 +0,0 @@
Upgrade docsy to 0.11.0 and hugo to 0.139.0.

View file

@ -1 +0,0 @@
Optimize generated CSS by removing unused selectors.

View file

@ -1 +0,0 @@
Remove trailing slash on void HTML elements.

View file

@ -1 +0,0 @@
Remove `type` and `language` attributes of `script` element.

View file

@ -1 +0,0 @@
Change the accessible role of info boxes to `note`.

View file

@ -1 +0,0 @@
Document the schema of `PusherData`.

View file

@ -1 +0,0 @@
The path of HTTP pusher URLs is fixed to `/_matrix/push/v1/notify`.

View file

@ -1 +0,0 @@
Clarify rule 4.3.1 of the auth rules in room version 11 to state which event's `sender` the `state_key` needs to match.

View file

@ -1 +0,0 @@
Add 403 error response to `/_matrix/federation/v1/state_ids/{roomId}`.

View file

@ -1 +0,0 @@
Make ACLs apply to EDUs, as per [MSC4163](https://github.com/matrix-org/matrix-spec-proposals/pull/4163).