Richard van der Hoff
4118ce6680
Add rationale to /sync
10 years ago
Richard van der Hoff
017935d8e9
Fix typo
10 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 ).
10 years ago
Oddvar Lovaas
bb54adc790
adding F-Droid
10 years ago
David Baker
777d72aad1
Merge pull request #346 from matrix-org/dbkr/more_requesttokens
...
Add requestToken endpoints
10 years ago
David Baker
e91214e78e
More links
...
Also remove now redundant anchor
10 years ago
David Baker
11c60b0409
Merge pull request #347 from matrix-org/dbkr/dont_line_wrap_rst
...
Don't line wrap the API descriptions
10 years ago
David Baker
cf13c8997c
Merge branch 'dbkr/dont_line_wrap_rst' into dbkr/more_requesttokens
10 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.
10 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
10 years ago
Richard van der Hoff
19a59bc210
Merge pull request #345 from Ralith/require-prev_batch
...
Supply prev_batch unconditionally in timelines
10 years ago
David Baker
c109da5b78
Attempt to make things clearer
10 years ago
David Baker
86db820bb1
Expand on summaries for requestToken endpoints
10 years ago
David Baker
4812be9142
Missing .
10 years ago
David Baker
191cb08a3a
Add response section otherwise the checker fails
10 years ago
David Baker
d74a320edd
Stray tab
10 years ago
David Baker
ead5648b8c
Add requestToken endpoints
...
For password reset and 3pid adding
10 years ago
Benjamin Saunders
ee5054fb42
Supply prev_batch unconditionally in timelines
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
10 years ago
David Baker
ef4c03894d
Merge pull request #343 from matrix-org/dbkr/threepid_requesttoken
...
Spec for endpoint-specific 3pid verification token
10 years ago
David Baker
14ff3862e3
More PR feedback
10 years ago
Richard van der Hoff
df3f4b4ecf
Fix link to draft e2e spec
10 years ago
Oddvar Lovaas
7b36cedd8b
adding link to spreadsheet in synapse project page
10 years ago
Oddvar Lovaas
04c2fa23e3
Merge branch 'master' of github.com:matrix-org/matrix-doc
10 years ago
Oddvar Lovaas
054829f590
adding 2016-06-30-hdd-space-calc-for-synapse.md
10 years ago
David Baker
e4db7be8e2
Better structure for error response
...
& add server not trusted error
10 years ago
David Baker
3dddc0dcdf
Explain why not erroring on dup 3pid is desireable
10 years ago
David Baker
a600386c05
Consistent working for error response
...
Also format json example better
10 years ago
David Baker
572aa24a88
Add M_THREEPID_IN_USE
10 years ago
David Baker
60293af83a
PR feedback
10 years ago
David Baker
6a0c9edb49
Add the id_server param
10 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#
10 years ago
Richard van der Hoff
4f37e4ece0
Merge pull request #342 from matrix-org/erikj/presence
...
Fix and correctly document presence's currently_active
10 years ago
Erik Johnston
c83940750c
Update m.presence
10 years ago
Erik Johnston
0de8ba7f0a
currently_active is a param on GET response, not put
10 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
10 years ago
Richard van der Hoff
bebf8f765c
Merge pull request #341 from matrix-org/rav/power_levels
...
m.room.power_levels: clarify documentation
10 years ago
Richard van der Hoff
c0e5f3c3ca
matrix_templates/units.py: add some comments
...
... to help understand the slightly cryptic python incantation.
10 years ago
Richard van der Hoff
adb5768731
m.room.power_levels: clarify documentation
...
- clarify description and add text for invite, ban, etc.
- the keys aren't required. Document their defaults
- add 'invite' to example
10 years ago
Richard van der Hoff
0be787a930
Merge pull request #340 from matrix-org/markjh/default_rule_change
...
Document changes to the default push rules
10 years ago
Richard van der Hoff
3085257d11
Merge pull request #338 from matrix-org/rav/yamlify_event_schemas
...
Convert event schemas to yaml
10 years ago
Richard van der Hoff
e594132e95
m.room.member: yaml tweak
...
Quote "string" for consistency with "null"
10 years ago
Mark Haines
af091ff614
Document changes to the default push rules
10 years ago
Mark Haines
30a3302921
Merge pull request #274 from matrix-org/markjh/default_rules
...
Update the predefined push rules in the spec
10 years ago
Erik Johnston
e80e32173f
Merge pull request #278 from matrix-org/erikj/presence
...
Update presence spec.
10 years ago
Erik Johnston
2691d4925b
s/currently_online/currently_active/
10 years ago
Richard van der Hoff
4875be05ce
Give better error messages when parsing fails
...
An attempt to give slightly more helpful error messages when we have a problem
parsing an event schema file (in particular, which file contains the problem,
and which property within it).
A bit of light refactoring to make it tractable.
10 years ago
Richard van der Hoff
5b12e2cfef
Convert event schemas to yaml
...
We've decided to make the event schemas YAML, so we might as well take
advantage of it.
(This conversion was done mostly automatically, except for:
- s/null/"null"/ in m.room.member
- reformat description in m.room.power_levels
10 years ago
Oddvar Lovaas
253b3a76df
no longer lacking in features!
10 years ago
David Baker
ec69f04793
Merge pull request #337 from matrix-org/rav/directory_docs
...
Improve documentation of directory API
10 years ago
Richard van der Hoff
7bbb664784
Improve documentation of directory API
10 years ago