Commit Graph

39 Commits (721d4edb342fa64b5c07c8c17ca54033dceb5574)

Author SHA1 Message Date
Will Hunt 1694146bee
Explicitly call replacement_room a room ID
Fixes https://github.com/matrix-org/matrix-doc/issues/3232
3 years ago
Lukas Lihotzki 16241a733f Fix Typo
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
3 years ago
Lukas Lihotzki aeca4dede1 OpenAPI: fix tags of add3PID
The tag needs to be set to include add3PID in scripts/swagger/api-docs.json.

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
3 years ago
Andrew Morgan a04d103d11
Update client_secret examples so that they are valid (#2985)
The regex of allowed characters for a `client_secret` parameter is `[0-9a-zA-Z.=_-]`.

This PR updates the `client_secret` spec examples, which currently include an invalid character (an apostrophe).
3 years ago
Travis Ralston 4fc54875b1
Merge pull request #3170 from matrix-org/travis/spec/msc2713-rm-v1-id
Remove v1 identity service API
3 years ago
Travis Ralston f27b8e36b9
Merge pull request #3101 from matrix-org/travis/spec/MSC2320-identity-versions
Add identity service versions API
3 years ago
Travis Ralston a083846dde
Update data/api/identity/versions.yaml
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
3 years ago
Travis Ralston ab0c773d80
Merge pull request #3163 from matrix-org/travis/spec/msc2858-multisso
Describe social-sign-on (multiple SSO providers)
3 years ago
Travis Ralston 70d9deb2e8
Apply suggestions from code review
Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
3 years ago
Travis Ralston 67b62cfe43 Clarify render approach 3 years ago
Travis Ralston 2119b5ed3e
Merge pull request #3167 from matrix-org/travis/spec/msc2265-lower-3pid
Specify that email handling converts to lowercase first
3 years ago
Travis Ralston 3dd6c848ac Typo fixes 3 years ago
Travis Ralston 740e76a1c6 Merge branch 'master' into travis/spec/MSC2320-identity-versions 3 years ago
Travis Ralston b4e1a816a9 Remove v1 identity service API
Spec for https://github.com/matrix-org/matrix-doc/pull/2713
3 years ago
Travis Ralston dd3fbab83c Specify that email handling converts to lowercase first
Spec for https://github.com/matrix-org/matrix-doc/pull/2265
3 years ago
Travis Ralston 13f7fb8616 Spec device_id on whoami
Spec for https://github.com/matrix-org/matrix-doc/pull/2033
3 years ago
Travis Ralston fae88b823e Move brand registry out of structured data directory
Markdown is not structured data.
3 years ago
Travis Ralston 7e3f72a95c Describe social-sign-on (multiple SSO providers)
Spec for [MSC2858](https://github.com/matrix-org/matrix-doc/pull/2858)
3 years ago
Travis Ralston 315f36cf38
Merge pull request #3154 from matrix-org/travis/spec/knock-knock-whos-there
Add knocking to the spec
3 years ago
Travis Ralston cbe362fc7c
Update data/api/server-server/knocks.yaml
Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
3 years ago
Travis Ralston 60b5930214 Declare required properties correctly 3 years ago
Travis Ralston c27a29b361 Add knocking to the spec
Spec for https://github.com/matrix-org/matrix-doc/pull/2998
Spec for https://github.com/matrix-org/matrix-doc/pull/2403

This deliberately does not help towards fixing https://github.com/matrix-org/matrix-doc/issues/3153 in order to remain consistent with prior room versions, and to keep the diff smaller on this change. A future change will address room version legibility.
3 years ago
Hubert Chathi 1d98a7441b Add spec for verification by QR codes. 3 years ago
Hubert Chathi 04cf7b9414 spec verification in DMs and m.key.verification.ready/done 3 years ago
Devin Ragotzy a3db692ce7 Fix user ID examples in direct_to_device schema 3 years ago
Patrick Cloke 954dc48f57 Use the same domain for room ID and avatar URL. 3 years ago
Travis Ralston 4f6338450b Fix event schema examples too
This includes a fix for converting files like 'm.room.member$invite_room_state.yaml'
to be loaded correctly (we split on the dollar sign, which loses the file extension).
3 years ago
Travis Ralston afa3ccb617 Add identity service versions API
Specs [MSC2320](https://github.com/matrix-org/matrix-doc/pull/2320)
Built upon https://github.com/matrix-org/matrix-doc/pull/3094
3 years ago
Aaron Raimist 2facf8f4f9
Fix example MXC URI for m.presence
Signed-off-by: Aaron Raimist <aaron@raim.ist>
3 years ago
Will a133921893
A few small fixes in /data and /content 3 years ago
Will 0965bf1592
Remove RST comment, add bullets into list 3 years ago
Will 377fa396b2
Replace csv table with GFM table 3 years ago
Will c12c57f389
Fix links in data 3 years ago
Will 2c74daefa3
Change RST code formatting markup to Markdown 3 years ago
Will 6f1cfedad0
Remove RST alert directives, replace with simple Markdown formatting 3 years ago
Will 21060109e8
Remove symlink to event-schemas, and update openAPI schema paths accordingly 3 years ago
Will 1092d4ca14
Add data-compatiuble extension (.yaml) to all data files that currently omit one 3 years ago
Will aae22f477d
Remove non-data files 3 years ago
Will 91ab39343b
Add raw API end event schemas into /data directory 3 years ago