Richard van der Hoff
c08e6616c7
Try to make the intro link more obvious
...
Fixes https://github.com/matrix-org/matrix-doc/issues/1031 .
7 years ago
Richard van der Hoff
628e723483
Move the MXID spec to the appendices
...
Also link to them from the /register API doc.
7 years ago
Richard van der Hoff
0a85fbb4f5
Allow slashes in MXIDs
...
Because apparently we like slashes now.
7 years ago
Richard van der Hoff
5fee8e54eb
Document the event auth rules ( #1027 )
...
These are a necessary precursor to state resolution.
7 years ago
Paul Tötterman
fb59fb6153
Update status of console projects
7 years ago
Richard van der Hoff
68b8192d86
Merge pull request #1001 from turt2live/travis/projects-q3-2017
...
Synchronize the projects I work on with matrix-doc
7 years ago
Richard van der Hoff
23e2f8986c
Merge pull request #1026 from matrix-org/rav/power_levels_doc
...
Clarify what happens when there is no power_levels event
7 years ago
Richard van der Hoff
c4bcd0a713
Merge pull request #1007 from turt2live/travis/m.room.pinned_events
...
Add spec for m.room.pinned_events
7 years ago
Richard van der Hoff
04be03bea9
changelog
7 years ago
Richard van der Hoff
b4e24d443a
Clarify what happens when there is no power_levels event
7 years ago
Travis Ralston
198c969e6f
Update client_server.rst
...
Signed-off-by: Travis Ralston <travpc@gmail.com>
7 years ago
Travis Ralston
714c922371
Update .gitignore
...
Signed-off-by: Travis Ralston <travpc@gmail.com>
7 years ago
Travis Ralston
5e7df0e87c
Update instant_messaging.rst
...
Signed-off-by: Travis Ralston <travpc@gmail.com>
7 years ago
Richard van der Hoff
1afe02d07d
Update README.rst
...
add site label
7 years ago
Richard van der Hoff
f1139b5b13
fix inter-spec link
7 years ago
Richard van der Hoff
5d473ced58
Merge pull request #1023 from matrix-org/rav/event_size
...
Specify max event size more precisely
7 years ago
Matthew Hodgson
b2bb7747dc
readd hangouts-bridge with right url
7 years ago
Richard van der Hoff
926d7bb2ae
Remove broken link to hangouts bridge
...
Fixes https://github.com/matrix-org/matrix-doc/issues/1005
7 years ago
Richard van der Hoff
a8afbfd27d
Avoid external link in search swagger
7 years ago
Marcel
2dbd6bbdc7
Add Morpheus as Client ( #1020 )
7 years ago
Richard van der Hoff
bf4936d6d7
Specify max event size more precisely
...
This is somewhat inelegant, and will please nobody, but I think it's more
important that we specify the current state of the onion than worry about what
would have been nice, and introduce incompatibilities while we do so.
7 years ago
Richard van der Hoff
add03fb8f9
formatting
7 years ago
Richard van der Hoff
6b0ae8013b
formatting
7 years ago
Richard van der Hoff
30b5005266
formatting
7 years ago
Richard van der Hoff
d3a4ad06c7
Notes on issue categorisation
7 years ago
tijder
4ed19ef8be
Create 2017-10-12-SmsMatrix.md ( #1018 )
7 years ago
Kitsune Ral
004a4d5148
Added/updated operationIds according to today's updates in the spec
...
Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
7 years ago
Kitsune Ral
24afe7987c
Add operationId to all endpoints of all APIs
...
To facilitate generation of API stubs from the spec.
Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
7 years ago
Michael Telatynski
bf3b49f13c
document joined_members and joined_rooms endpoints ( #999 )
7 years ago
Matthew Hodgson
7e85a21dd0
Merge pull request #1012 from maxidor/master
...
Update mxisd description
7 years ago
Max Dor
9b1470cefe
Update mxisd description
7 years ago
Travis Ralston
a1265a274b
Add spec for m.room.pinned_events
...
Signed-off-by: Travis Ralston <travpc@gmail.com>
7 years ago
Richard van der Hoff
cfb547b474
Fix perspectives project link
...
The perspectives project seems to be dead :/. We can at least link to the
wayback machine.
7 years ago
Richard van der Hoff
544bd0a5d2
Improve logging for gendoc
7 years ago
Richard van der Hoff
0dfff6b190
Simplify dump_swagger
...
We don't need most of the templating stuff. All we have to do is merge together
the swagger files, and resolve references.
7 years ago
Richard van der Hoff
726a8c2f61
Refactor _load_swagger_meta
...
factor out _handle_endpoint
7 years ago
Richard van der Hoff
70ec3237b6
Remove grandfathering for json strings
...
Examples now have to be raw objects rather than json strings
7 years ago
Richard van der Hoff
820704a16a
Format examples as raw objects
...
According the the openapi spec, examples for responses and schemas should be
raw objects rather than being json strings. (It's unclear what non-json
examples should look like...).
The swagger UI used to support json strings, but no longer does. In short,
let's turn the json strings into their raw formats.
7 years ago
Matthew Hodgson
0795f3667e
Merge pull request #1004 from Changaco/patch-1
...
Fix liberapay links in FAQ
7 years ago
Charly C
78f9edcb7c
fix liberapay links in FAQ
7 years ago
Richard van der Hoff
2454598926
Speculator: include API docs links for branches
7 years ago
Matthew Hodgson
c9d5498767
clarify ID rules
7 years ago
Brendan Abolivier
0b74492d67
Fix membership on third-party invite upgrade ( #995 )
7 years ago
Richard van der Hoff
a7c28fdf43
Merge pull request #3 from matrix-org/human-id-rules
...
Proposal for human ID rules.
7 years ago
Richard van der Hoff
aebfcda320
Merge branch 'master' into human-id-rules
7 years ago
Richard van der Hoff
d80a0192cd
Merge pull request #990 from koma-im/master
...
add new client Koma to the projects page
7 years ago
Richard van der Hoff
f651717bb9
Merge branch 'rav/projects-guillotine'
7 years ago
Richard van der Hoff
bbb072a160
Reword guillotine description
7 years ago
Richard van der Hoff
a84a34ee6c
GETting a filter requires auth ( #1003 )
7 years ago
Travis Ralston
9769781d90
Delete 2017-09-15-matrix-welcome-back-bot.md
...
Signed-off-by: Travis Ralston <travpc@gmail.com>
7 years ago