Kegan Dougal
4bb042daeb
Review comments round II
10 years ago
Kegan Dougal
5de63b4f45
Merge branch 'master' into proofing
...
Conflicts:
specification/0-intro.rst
10 years ago
Kegan Dougal
1f2f14dc08
YAML tweaks
10 years ago
Kegan Dougal
84af5776d7
Newlines
10 years ago
Richard van der Hoff
4a9db39277
Clean up some untruths in the login api doc
...
add "type", and "username" -> "user"
10 years ago
Kegan Dougal
6f6861a11d
Swaggerify the createRoom API
10 years ago
Kegan Dougal
41fb0645a9
Add message pagination API
10 years ago
Kegan Dougal
7bdb71b1c9
Tweak the syncing section
...
Bring together disparate sections to make it more cohesive.
10 years ago
Daniel Wagner-Hall
2502ca7ac6
Merge branch 'master' into daniel/threepidinvites-2
...
Conflicts:
specification/targets.yaml
10 years ago
Kegsay
616f3990aa
Merge pull request #87 from matrix-org/module-push
...
Push Module
10 years ago
Kegan Dougal
8f5c796884
Linkify 'pushers'
10 years ago
Mark Haines
d42c3195e6
Use 'true' rather than '1' for archived flag
10 years ago
Mark Haines
241096dc81
Add a flag to initial sync to indicate we want rooms that the user has left
10 years ago
Kegan Dougal
f2a6950cc3
Minor tweaks; allow objects without props/parents if a title is set
...
This allows us to do things like {Tweaks} where Tweaks is defined somewhere
else.
10 years ago
Daniel Wagner-Hall
dc3c02aff5
Review comments
10 years ago
Daniel Wagner-Hall
21a40b317d
Merge branch 'master' into daniel/threepidinvites-2
10 years ago
Kegan Dougal
9c95ee5c1f
Modify wording and formatting
10 years ago
Kegan Dougal
befa23624e
It's dangerous to go alone, take this.
10 years ago
Kegan Dougal
65504db7bb
Display nested keys on arrays of objects. Make it valid swagger.
10 years ago
Kegan Dougal
31ae4b3859
Swaggerify push notification API
...
Edit units.py to support nested JSON request keys
10 years ago
Kegan Dougal
a9618a981b
Swaggerify the /enabled endpoint
10 years ago
Kegan Dougal
56ce432399
Get profile tag keys displaying correctly.
10 years ago
Kegan Dougal
f6da9d7760
Give valid swagger. Split out rule/ruleset to separate definitions.
10 years ago
Kegan Dougal
db25276856
Start adding in push definitions
...
This is going to be painful to represent due to how the push API allows
mixed types (strings or objects) and mixed top-level keys ("content" rule kind
allowing "pattern" as a top-level key). We may wish to re-visit the design
of this API for v2.
10 years ago
Kegan Dougal
9540069acd
Use valid JSON
10 years ago
Kegan Dougal
c5edc60c4c
Add push YAML for pushers endpoint.
...
Also display "required" text on required JSON body request params. Also
increase the size of the request param column to support longer param names
present in the pushers API.
10 years ago
Kegsay
ead79614ff
Merge pull request #78 from matrix-org/module-typing2
...
Typing module
10 years ago
Kegan Dougal
09ac367847
Merge branch 'master' into module-content-repo
...
Conflicts:
templating/matrix_templates/units.py
10 years ago
Kegan Dougal
3d9dbe42e6
Bump to swagger-parser 3.2.1 - remove x- keys on headers
...
Removed x- keys due to https://github.com/BigstickCarpet/swagger-parser/issues/23
10 years ago
Daniel Wagner-Hall
af7d2ca9fc
Update 3pid invite spec
...
This takes into account:
1) That finding the existing servers of a room is hard
2) Federation
10 years ago
Daniel Wagner-Hall
d2c56fb7a3
Merge branch 'master' into daniel/threepidinvites-2
10 years ago
Kegan Dougal
87b6dd845e
Flesh out content repo; modify templating to support headers
...
Edit content-repo.yaml to include examples and headers.
Restructure content module to conform to the module template.
Adjust the HTTP API template to give 1 more char to the response
param to fit "Content-Disposition" correctly.
Edit the templating system to support displaying enums for
swagger APIs (before it was just JSON schema). Also add support
for introspecting headers from swagger. Finally, replace - with
_ when forming the {{ template_var }} else things whine.
10 years ago
Kegan Dougal
da2be7eae4
Merge branch 'master' into module-voip
...
Conflicts:
specification/modules/voip_events.rst
10 years ago
Kegan Dougal
1520f3647f
Merge branch 'master' into module-typing2
...
Conflicts:
specification/modules/typing_notifications.rst
10 years ago
Kegan Dougal
e82661413e
Add /turnServer endpoint
10 years ago
Erik Johnston
abe5d08ac6
Merge pull request #64 from matrix-org/erikj/invite_state
...
Bundle some state into invites
10 years ago
Kegan Dougal
2b7e02c080
Add sections for typing. Add swagger, JSON schema and example m.typing event
10 years ago
Erik Johnston
50e1b4c3a7
Fix up rst
10 years ago
Erik Johnston
8c22b715ca
Add title
10 years ago
Erik Johnston
37ccddb308
Typo
10 years ago
Erik Johnston
d7d9f406a6
Bundle some state into invites
10 years ago
Daniel Wagner-Hall
cd6f15f627
Remove obsolete comment
10 years ago
Daniel Wagner-Hall
0c1eb50ef4
Merge pull request #26 from matrix-org/macaroons
...
Spec macaroons and token refresh
10 years ago
Daniel Wagner-Hall
6c1491b3ba
Respond to some review comments
10 years ago
Daniel Wagner-Hall
5c4398c181
Remove superfluous comma
10 years ago
Daniel Wagner-Hall
fc87f4cdb0
Remove unused keys
10 years ago
Daniel Wagner-Hall
6c89e6ea67
Wrap refresh_token in `s
10 years ago
Mark Haines
98d91d0c2b
Make the example room id more "random" so that people are less likely to think that it is supposed to be human readable
10 years ago
Mark Haines
f60190086a
Describe the behaviour of /rooms/{roomId}/member when the user has left the room
10 years ago
Mark Haines
ba6c7d267c
SPEC-216: Document the behaviour of the room getters when the user has left the room
10 years ago