Richard van der Hoff
60875770fc
Merge pull request #364 from Ralith/upload-filename
...
Document filename query parameter for uploads
10 years ago
Benjamin Saunders
3e2dea4c52
Document filename query parameter for uploads
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
10 years ago
Oddvar Lovaas
81630300fe
Add wq!libqmatrixclient
10 years ago
Richard van der Hoff
93cc75299c
Merge pull request #363 from matrix-org/rav/tokenrefresh_expires_access_token
...
/tokenrefresh should expire the access token
10 years ago
Richard van der Hoff
ec20f15407
/tokenrefresh should expire the access token
...
It's possible for clients to call /tokenrefresh before the access_token has
expired, potentially leading to a proliferation of valid access_tokens.
10 years ago
Richard van der Hoff
66bfd0462b
Merge pull request #362 from matrix-org/rav/create_room_behaviour
...
Spell out the state algorithm for createRoom
10 years ago
Richard van der Hoff
2370a4c970
Spell out the state algorithm for createRoom
...
Fixes https://matrix.org/jira/browse/SPEC-429 .
Synapse currently follows the specified ordering, but does *not* give the
specified error when the state is invalid (instead it creates the room anyway
but gives a 403 M_FORBIDDEN). Still, I don't think that should be a real
problem for any real clients, and nothing would break if we changed this in
synapse, so it might as well go in the spec anyway.
10 years ago
Matthew Hodgson
c0490f2db2
cosmetics
10 years ago
Richard van der Hoff
a8127ece52
Merge branch 'release/client-server/r0.2.0'
10 years ago
Richard van der Hoff
a64f9bbb63
C-S spec: Fix 'unstable' in link to /context API
10 years ago
Richard van der Hoff
b5f9e896ba
C-S spec: Fix 'unstable' in link to /context API
10 years ago
Richard van der Hoff
76ec390c73
changelog: Add "unreleased" placeholder
10 years ago
Richard van der Hoff
a2ab6854ff
CS spec: Add r0.2.0 to historical version list
10 years ago
Richard van der Hoff
005a71ab00
Bump version in changelog
10 years ago
Richard van der Hoff
c71c9e4f6b
Merge branch 'master' into release/client-server/r0.2.0
10 years ago
Richard van der Hoff
ae489260a1
Merge pull request #359 from matrix-org/rav/mxid_grammar
...
Define MXID grammar
10 years ago
Richard van der Hoff
72449294bc
Moar TODO
10 years ago
Richard van der Hoff
0ac04f5649
Merge branch 'master' into release/client-server/r0.2.0
10 years ago
Richard van der Hoff
76fd85f054
Merge branch 'master' into release/client-server/r0.2.0
10 years ago
Richard van der Hoff
a2f1c6a7a6
Add a TODO about defining non-latin login creds
10 years ago
Erik Johnston
e5f5d0c55e
Merge pull request #361 from matrix-org/erikj/account_deactivate
...
Spec /account/deactivate API
10 years ago
Richard van der Hoff
0e26238386
Update README
...
Structure and Contributing were both a bit out of date.
10 years ago
Erik Johnston
06d379ed5e
Add to changelog
10 years ago
Richard van der Hoff
b5d68b8ff1
Link to doc style doc
...
(and update it to cover extra section characters)
10 years ago
Erik Johnston
a48437ced8
Spec /account/deactivate API
10 years ago
Richard van der Hoff
4d2bee4b56
Prepare changelog for 0.2.0 release
10 years ago
Richard van der Hoff
cdd19dca7f
fix typos
10 years ago
Richard van der Hoff
f942b6e5c1
remove some redundant words
10 years ago
Richard van der Hoff
001db45046
s/mxid/user id/, and other PR feedback.
10 years ago
Richard van der Hoff
56547ad373
Merge pull request #358 from matrix-org/rav/contributing
...
CONTRIBUTING for matrix-doc
10 years ago
Richard van der Hoff
e628edfdc6
Define MXID grammar
...
Quick! Write down the decisions on the grammar before we get a chance to change
our minds!
Also some placeholder sections for other types of identifier.
10 years ago
Richard van der Hoff
9eba63b816
CONTRIBUTING PR feedback
...
* Make it clear that we won't do spec changes unless backed up by working
implementations.
* Try to pin down when we expect a proposal doc a bit better
10 years ago
Richard van der Hoff
8ac45d7948
Merge pull request #353 from matrix-org/rav/room_membership
...
Clarify the room-membership APIs
10 years ago
Richard van der Hoff
6cfc025bb8
CONTRIBUTING: add link to docs folder
10 years ago
Richard van der Hoff
0c06ea0e67
Merge pull request #356 from matrix-org/rav/fix_redaction
...
Fix name of prev_content to preserve on redactions
10 years ago
Richard van der Hoff
079721d798
Merge pull request #355 from matrix-org/rav/link_undeprecated_endpoints
...
Mark deprecated endpoints with their replacements
10 years ago
Richard van der Hoff
a9d3cfd13c
Merge branch 'master' into rav/link_undeprecated_endpoints
10 years ago
Richard van der Hoff
d92515bce3
Merge pull request #354 from matrix-org/rav/reorder_deprecated_initialsync
...
Move /room/x/initialSync to after the undeprecated APIs
10 years ago
Richard van der Hoff
7080fd0618
Merge pull request #348 from Ralith/room-messages
...
Add missing "to" parameter to /messages
10 years ago
Richard van der Hoff
d8a47dbb5d
Merge pull request #352 from matrix-org/rav/kill_old_sync
...
Remove references to intialSync etc, and rewrite syncing
10 years ago
Richard van der Hoff
85594d4d97
add special-snowflake CONTRIBUTING for matrix-doc
10 years ago
Benjamin Saunders
dc7fc0309e
Add missing "to" parameter to /messages
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
10 years ago
Richard van der Hoff
2783635fbe
Merge pull request #357 from matrix-org/rav/add_license
...
Add a license to the spec
10 years ago
Richard van der Hoff
49cd65dd58
Add a license to the spec
...
We're licensing hte spec under ASLv2. Add the LICENSE file, and add the
short-form to as much of the source as is practical right now (adding it to
json source is a massive pita).
10 years ago
Richard van der Hoff
1c6eed5c35
Fix name of prev_content to preserve on redactions
...
The field is called prev_content, not prev_state.
10 years ago
Richard van der Hoff
6bcb1798f5
Mark deprecated endpoints with their replacements
...
Fixes https://matrix.org/jira/browse/SPEC-415
10 years ago
Richard van der Hoff
9d267795e0
Move /room/x/initialSync to after the undeprecated APIs
...
It's a bit incongruous to have to read through the deprecated /initialSync to
get to the good stuff. Separate out intialSync so that we can move it later in
the spec.
10 years ago
Richard van der Hoff
ac006f8e1e
Merge pull request #351 from matrix-org/rav/room_naming
...
Clarify the room-naming behaviour
10 years ago
Richard van der Hoff
885e6797f2
Fix double-negative in room naming
10 years ago
Richard van der Hoff
4118ce6680
Add rationale to /sync
10 years ago