Kitsune Ral
c76d53c11a
Apply suggestions from code review
6 years ago
Kitsune Ral
57f0c8346f
message_pagination.yaml: more $ref cleanup
6 years ago
Kitsune Ral
d3b41941aa
key_backup.yaml: make body parameters required
...
Along the same lines as c72d3051 .
6 years ago
Kitsune Ral
8e7c0dfb93
Merge remote-tracking branch 'origin/master' into kitsune/cleanup
6 years ago
Kitsune Ral
49ccfa09a8
Merge pull request #2592 from matrix-org/kitsune/fix-room-versions
...
capabilities.yaml: drop an extraneous title
6 years ago
Richard van der Hoff
f632f4a20f
Clarify link to OpenID Connect specification ( #2605 )
...
OpenID Connect and OpenID are different things. This seems to be talking about
the former.
6 years ago
Travis Ralston
29f23a5eda
Merge pull request #2599 from matrix-org/travis/typos
...
Fix typos and clarify the user ID in login sections
6 years ago
Hubert Chathi
cf37688b7c
Merge pull request #2387 from uhoreg/key_backup_spec
...
initial version of spec for key backups
6 years ago
Hubert Chathi
a36284810d
more clarifications and fixes
6 years ago
Travis Ralston
d9a1de1d30
Fix typos and clarify the user ID in login sections
6 years ago
Hubert Chathi
40c50c80ea
Apply suggestions from code review
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
6 years ago
Kitsune Ral
bda05a0d44
capabilities.yaml: drop an extraneous title
...
AvailableRoomVersions sticks itself as a property type, preempting
the mention of RoomVersionStability in the generated text.
6 years ago
Kitsune Ral
3b5340539d
c2s: Make allOf and description siblings throughout the PR
...
The overall mess with allOf will be addressed separately; this PR just
puts $ref under allOf to fix the glaring misuse of $ref objects.
6 years ago
Kitsune Ral
48af2e5b47
joining.yaml: put descriptions next to their properties
...
Fixing the problem described in https://github.com/matrix-org/matrix-doc/pull/2518#issuecomment-621684187
6 years ago
Kitsune Ral
040a91f42d
api/: More cleanup in descriptions
...
(and a fix in one example).
6 years ago
Kitsune Ral
6cfb94562e
c2s: clean up $ref objects
...
* Most of the changes: align to the $ref object definition
(https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03#section-3 )
that says that any attribute other than $ref be ignored.
* Remove extraneous leading ./ in $ref paths
* Fix an apparent typo in registration.yaml:
/account/password/msisdn/requestToken used a file from ../identity/*
instead of its c2s namesake.
6 years ago
Travis Ralston
c3289614da
Merge pull request #2562 from matrix-org/travis/spec/2432-alias-semantics
...
Add spec for new alias handling (client-server)
6 years ago
Travis Ralston
04a26dafd0
Merge pull request #2546 from matrix-org/travis/spec/1466-softlogout
...
Spec soft-logout per MSC1466
6 years ago
Travis Ralston
a5cb9c655c
It's important to say who
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
6 years ago
Travis Ralston
bea6b321a5
Change the nots order
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
6 years ago
Travis Ralston
9bdafab2a4
Merge pull request #2571 from matrix-org/travis/clarification/createRoom-events
...
Clarify that a creation event and member event are needed for createRoom
6 years ago
Kitsune Ral
c72d30513e
c2s: Add required: true to request bodies
6 years ago
Travis Ralston
200212ffd7
Clarify that a creation event and member event are needed for createRoom
...
Fixes https://github.com/matrix-org/matrix-doc/issues/2494
6 years ago
Travis Ralston
36ed6e94a2
Re-introduce signature schemas
6 years ago
Hubert Chathi
5b38c04e19
make definition of signatures fields more consistent
6 years ago
Travis Ralston
b11cf560b5
Add spec for new alias handling (client-server)
...
MSC: https://github.com/matrix-org/matrix-doc/pull/2432
This commit does not deal with areas which will be covered by the room version specifications (namely the redaction algorithm).
It feels a bit overly cruel to completely obliterate all mentions of `m.room.aliases` from the spec as client/server developers may encounter the event type in the wild. To ensure that CTRL+F still works, a brief mention that they do nothing has been put in place, leaving no other references (except the redaction algorithm - see previous paragraph).
6 years ago
Dominic Fischer
28d460fb62
Fix Typo
6 years ago
Travis Ralston
d24f15a3a9
Spec soft-logout per MSC1466
...
MSC: https://github.com/matrix-org/matrix-doc/issues/1466
6 years ago
Hubert Chathi
fae1165e1c
spec what to do if you try to delete a backup that's already deleted
6 years ago
Hubert Chathi
bd95568c8c
remove duplicate key
6 years ago
Hubert Chathi
1bae8ea633
we actually don't support the GET /room_key/versions/ with trailing slash
6 years ago
Kitsune Ral
ff59fc1905
/keys/query: Add a title in the response
...
The device keys structure in queryKeys is not the same as the one
defined in device_keys.yaml (it adds things on top of it).
Signed-off-by: Alexey Rusakov <Alexey.Rusakov@pm.me>
6 years ago
Kitsune Ral
77783b8fc3
Remove extraneous quotes, fix a typo
...
filter.yaml: quotes under |- were taken literally.
notifications.yaml: it's a number in the example, not a string
6 years ago
Hubert Chathi
a896729ac2
some more clarifications and indentation fixes
6 years ago
Hubert Chathi
0145191d43
add links to endpoints and add delete endpoint
6 years ago
Hubert Chathi
5f3ee44cfb
add more suggestions from review
6 years ago
Hubert Chathi
8ff1c26ef2
fix indentation
6 years ago
Hubert Chathi
e0b4a3c912
Apply suggestions from code review
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
6 years ago
Hubert Chathi
0d2924841b
Merge pull request #2524 from uhoreg/e2e_misc_fixes_202005
...
misc fixes in e2ee spec
6 years ago
Damir Jelić
6e33954256
client-server: Mark the event_id when putting room events as required.
6 years ago
Hubert Chathi
e89521d195
some fixes (spelling, RST, and naming)
6 years ago
Patrick Cloke
1e330c9423
Clarify revocation behavior.
6 years ago
Patrick Cloke
0c582ea8c7
Apply suggestions from code review
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
6 years ago
Patrick Cloke
958e1b4a2e
Make the spec changes for MSC 2457.
6 years ago
Kitsune Ral
202bf8abb1
Cleanup summaries and descriptions
6 years ago
Aaron Axvig
4d808762da
Change formatting from italics to code
6 years ago
Örjan Fors
e151ba96ac
Fix typo for upgrade
...
Signed-off-by: Örjan Fors <orion@29k.org>
6 years ago
Hubert Chathi
41072fcaa9
Apply suggestions from code review
...
Co-Authored-By: Matthew Hodgson <matthew@arasphere.net>
6 years ago
Isaiah Inuwa
8e888b916c
Fix spelling mistakes.
6 years ago
Travis Ralston
f59aa563dd
Add missing tags to push rules endpoints
...
Without the tags, the endpoints don't end up in the swagger. No changelog for this because it doesn't affect the spec itself.
6 years ago