Benjamin Saunders
dc7fc0309e
Add missing "to" parameter to /messages
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
8 years ago
Richard van der Hoff
2783635fbe
Merge pull request #357 from matrix-org/rav/add_license
...
Add a license to the spec
8 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).
8 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.
8 years ago
Richard van der Hoff
6bcb1798f5
Mark deprecated endpoints with their replacements
...
Fixes https://matrix.org/jira/browse/SPEC-415
8 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.
8 years ago
Richard van der Hoff
ac006f8e1e
Merge pull request #351 from matrix-org/rav/room_naming
...
Clarify the room-naming behaviour
8 years ago
Richard van der Hoff
885e6797f2
Fix double-negative in room naming
8 years ago
Richard van der Hoff
4118ce6680
Add rationale to /sync
8 years ago
Richard van der Hoff
7186ecba7f
Clarify the room-membership APIs
...
* give join/invite their own subsection
* move ban/unban into the banning section
* document forgettting and kicking
8 years ago
Richard van der Hoff
017935d8e9
Fix typo
8 years ago
Richard van der Hoff
d724b6bf75
Make null m.room.name behaviour explicit
...
PR feedback
8 years ago
Richard van der Hoff
6dfc923c1d
Remove references to intialSync etc, and rewrite syncing
...
The 'Events' section of the C-S spec was full of outdated references to the v1
sync api, which is long dead. (https://matrix.org/jira/browse/SPEC-414 ).
Also, try to clarify why /sync distinguishes state and timeline
(https://matrix.org/jira/browse/SPEC-423 ).
8 years ago
Richard van der Hoff
7b4c21fa77
Add link to room name bug
8 years ago
Richard van der Hoff
be9dccb266
m.room.canonical alias: fix schema syntax
8 years ago
Richard van der Hoff
d4194dd24e
Clarify the room-naming behaviour
...
Make behaviour on empty `m.room.name` and `m.room.canonical_alias` events
explicit.
8 years ago
Oddvar Lovaas
bb54adc790
adding F-Droid
8 years ago
David Baker
777d72aad1
Merge pull request #346 from matrix-org/dbkr/more_requesttokens
...
Add requestToken endpoints
8 years ago
David Baker
e91214e78e
More links
...
Also remove now redundant anchor
8 years ago
David Baker
11c60b0409
Merge pull request #347 from matrix-org/dbkr/dont_line_wrap_rst
...
Don't line wrap the API descriptions
8 years ago
David Baker
cf13c8997c
Merge branch 'dbkr/dont_line_wrap_rst' into dbkr/more_requesttokens
8 years ago
David Baker
d66ea3c3ce
Don't line wrap the API descriptions
...
They are in RST format which is whitespace sensitive and threfore can't be line wrapped without breaking the syntax.
There is more wrapping in other places but some of it is into tables where it does need to be fixed width in order for the RST table to parse correctly.
8 years ago
David Baker
7c8651480a
Some PR feedback corrections
...
Including adding a hyperlink, although this requires a separate fix that I'll do on a different branch
8 years ago
Richard van der Hoff
19a59bc210
Merge pull request #345 from Ralith/require-prev_batch
...
Supply prev_batch unconditionally in timelines
8 years ago
David Baker
c109da5b78
Attempt to make things clearer
8 years ago
David Baker
86db820bb1
Expand on summaries for requestToken endpoints
8 years ago
David Baker
4812be9142
Missing .
8 years ago
David Baker
191cb08a3a
Add response section otherwise the checker fails
8 years ago
David Baker
d74a320edd
Stray tab
8 years ago
David Baker
ead5648b8c
Add requestToken endpoints
...
For password reset and 3pid adding
8 years ago
Benjamin Saunders
ee5054fb42
Supply prev_batch unconditionally in timelines
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
8 years ago
David Baker
ef4c03894d
Merge pull request #343 from matrix-org/dbkr/threepid_requesttoken
...
Spec for endpoint-specific 3pid verification token
8 years ago
David Baker
14ff3862e3
More PR feedback
8 years ago
Richard van der Hoff
df3f4b4ecf
Fix link to draft e2e spec
9 years ago
Oddvar Lovaas
7b36cedd8b
adding link to spreadsheet in synapse project page
9 years ago
Oddvar Lovaas
04c2fa23e3
Merge branch 'master' of github.com:matrix-org/matrix-doc
9 years ago
Oddvar Lovaas
054829f590
adding 2016-06-30-hdd-space-calc-for-synapse.md
9 years ago
David Baker
e4db7be8e2
Better structure for error response
...
& add server not trusted error
9 years ago
David Baker
3dddc0dcdf
Explain why not erroring on dup 3pid is desireable
9 years ago
David Baker
a600386c05
Consistent working for error response
...
Also format json example better
9 years ago
David Baker
572aa24a88
Add M_THREEPID_IN_USE
9 years ago
David Baker
60293af83a
PR feedback
9 years ago
David Baker
6a0c9edb49
Add the id_server param
9 years ago
David Baker
b0194a3016
Spec for endpoint-specific 3pid verification token
...
As per proposal https://docs.google.com/document/d/13mapDbaOnbob9ZYRDiGm1YbeZhFOBj_R1OvgBA9pA5s/edit?pref=2&pli=1#
9 years ago
Richard van der Hoff
4f37e4ece0
Merge pull request #342 from matrix-org/erikj/presence
...
Fix and correctly document presence's currently_active
9 years ago
Erik Johnston
c83940750c
Update m.presence
9 years ago
Erik Johnston
0de8ba7f0a
currently_active is a param on GET response, not put
9 years ago
Richard van der Hoff
f6787b2835
Merge pull request #339 from matrix-org/rav/better_error_messages
...
Give better error messages when parsing fails
9 years ago
Richard van der Hoff
bebf8f765c
Merge pull request #341 from matrix-org/rav/power_levels
...
m.room.power_levels: clarify documentation
9 years ago
Richard van der Hoff
c0e5f3c3ca
matrix_templates/units.py: add some comments
...
... to help understand the slightly cryptic python incantation.
9 years ago