Richard van der Hoff
4abdcc6f05
Merge pull request #402 from matrix-org/rav/device_management
...
Device management API
9 years ago
Richard van der Hoff
461bfdb0d8
Merge branch 'master' into rav/device_management
9 years ago
Richard van der Hoff
aecac4f931
Merge pull request #723 from matrix-org/markjh/thumbnail_url
...
Move m.* thumbnail_url to be inside info to match m.video
9 years ago
Mark Haines
7025793ca8
Say that thumbnails should be 'mxc://'
9 years ago
Richard van der Hoff
3ee75af06f
Move 'Signing JSON' to appendices
...
Canonical JSON and JSON signing in general are common to the C-S spec. Move
them to the appendices instead of the S-S spec.
9 years ago
Richard van der Hoff
a5e12814ef
Split appendices up
...
Split appendices into multiple files
9 years ago
Richard van der Hoff
e8915215a2
Merge pull request #405 from matrix-org/dbkr/push_examples_api_path
...
Fix API path in pushrules examples
9 years ago
Richard van der Hoff
22777970da
Fix speculator link
...
the link to the 'latest version' was broken
9 years ago
David Baker
41f4661d1b
Fix API path in pushrules examples
9 years ago
Richard van der Hoff
af515012ea
Device management API
9 years ago
Richard van der Hoff
9265b03008
Client device doc
...
Document client devices, and the mods to the login and register apis to support
them.
9 years ago
Richard van der Hoff
cbc5774ade
JSON key names also use underscores.
9 years ago
Richard van der Hoff
8523af1385
Document convention of using underscores in APIs
...
Everybody has agreed to it. Now we just have to remember to do it.
9 years ago
Richard van der Hoff
7ed7944ddc
Merge pull request #399 from matrix-org/dbkr/identity_api_right_path
...
Use the right path for the identity API
9 years ago
David Baker
49ee00c361
Use the right path for the identity API
9 years ago
Richard van der Hoff
6c88d698ae
uia fallback example: check event origin
9 years ago
Richard van der Hoff
e850fd718d
window.postmessage for Interactive Auth fallback
...
Require that User-Interactive auth fallback pages call
`window.postMessage` to notify apps of completion.
9 years ago
Richard van der Hoff
42616f839c
Merge pull request #396 from matrix-org/dbkr/notifs_api
...
Spec notifs API
9 years ago
Richard van der Hoff
909aef2b18
Merge pull request #389 from matrix-org/erikj/create_room_is_direct
...
Spec /createRoom is_direct flag, is_direct in member event and m.direct
9 years ago
Richard van der Hoff
83b89aa1ce
dm: clarify client behaviour
9 years ago
David Baker
ed2d364440
consistency
9 years ago
David Baker
96b6fb0129
'In the m.room.member' event
9 years ago
David Baker
301595c071
Linkify account_data API
...
Also change other links because it turns out the .. isn't part
of the syntax
9 years ago
David Baker
2a987c3369
Linkify endpoints properly
9 years ago
David Baker
2259a00ba2
links
9 years ago
David Baker
3f66ba713c
Reference m.room.member section
9 years ago
David Baker
e2024e5829
Add note on how to use the account data event
9 years ago
David Baker
d791f35007
Remove unnecessary paragraph
9 years ago
David Baker
4480553bf9
Move m.direct description to the swagger
...
Also change the swagger to yaml so I can put that description in it
without having to figure out how to embed that in json.
9 years ago
Richard van der Hoff
a8d35b2409
UI Auth: servers should 401 when a request fails
...
(ref https://matrix.org/jira/browse/SYN-744 )
9 years ago
David Baker
c16ba9488f
Spec notifs API
9 years ago
Richard van der Hoff
37fb1ceb65
Merge pull request #395 from matrix-org/rav/kill_refresh_tokens
...
Remove references to refresh tokens and tokenrefresh
9 years ago
David Baker
8e096bdc48
Link to createRoom, not initialsync
9 years ago
David Baker
85bc989c02
pr feedback
9 years ago
David Baker
976d41351e
spelling
9 years ago
David Baker
d39f662df5
PR feedback
9 years ago
David Baker
203ea99328
Spec m.direct
9 years ago
Richard van der Hoff
f4c7fdfd03
Remove references to refresh tokens and tokenrefresh
...
refresh tokens are dead.
9 years ago
Richard van der Hoff
ebaaa7e3b3
Review feedback
...
* store-and-forward -> send-to-device
* describe motivation
* device ids are 10 capital chars
* etc
9 years ago
Richard van der Hoff
ccd7bb32d5
Specification for direct-to-device messages
9 years ago
David Baker
9a1db01d92
Clarify `highlight` and `sound` tweaks.
9 years ago
Benjamin Saunders
cade909e25
Fix inconsistencies regarding redacted_because
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
9 years ago
Benjamin Saunders
77b668a5dc
Fix some obsolete uses of user_id key in events
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
9 years ago
Richard van der Hoff
2fa7aac3be
Merge pull request #377 from Ralith/typos
...
Fix typo
9 years ago
Benjamin Saunders
80bfbbdd33
Fix typo
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
9 years ago
David Baker
fd888fcbda
Merge pull request #373 from matrix-org/dbkr/contains_display_name_override
...
Make the display name rule an override rule
10 years ago
David Baker
b65b0d049e
Make the display name rule an override rule
10 years ago
David Baker
6592646ee9
Add dot prefix to .rule.master
...
It's a default rule, so it needs a dot
10 years ago
Richard van der Hoff
c51c4acf7f
Clarifications to authentication mechanisms
...
* Make the purpose of the `auth` key in /register requests explicit, and say
that it should be empty at first.
* Restructure the UA-auth section a bit.
* In the UA-auth section, say that clients should submit no `auth` to start
with, and add 'Stage 0' representing this to the example.
* s/{stage,login} type/authentication type/ in the UA-auth section. Seems
clearer to me.
* Try to distinguish the example responses from the example requests by giving
an HTTP header.
10 years ago
Matthew Hodgson
9cb626982a
s/user/username/ typo
10 years ago