Commit Graph

20 Commits (fcbb985073e82368894a41285dab86feb53daa21)

Author SHA1 Message Date
Mark Haines fcbb985073 s/private_user_data/account_data/ 10 years ago
Mark Haines 299af673da Specify how ordering of tags is supposed to work 10 years ago
Mark Haines d53814097f Add example content to the tags in example tag events 10 years ago
Mark Haines e9d361841b Fix tag examples 10 years ago
Mark Haines f557e69860 Note that m.tag events can appear in v1 initialSync and /events as well as v2 sync. Only add the room_id for v1 /events since it is redundant in v1 /initialSync 10 years ago
Mark Haines b49472e3b0 Add private_user_data to v1 /initialSync 10 years ago
Kegan Dougal 4bb042daeb Review comments round II 10 years ago
Kegan Dougal 1f2f14dc08 YAML tweaks 10 years ago
Kegan Dougal 7bdb71b1c9 Tweak the syncing section
Bring together disparate sections to make it more cohesive.
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
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
Mark Haines 63f08bace6 Fix the examples in the swagger API documentation to be valid JSON 10 years ago
Mark Haines 7f81501762 Allow relative references to schema to work in python and node.
Rename "schema/v1/core" to "schema/v1/core-event-schema".
Add self-referential symlinks to schema/v1/core-event-schema

The python json schema libraries expect that relative references are
relative to the file they are in. The node json schema libraries
expect that relateive references are relative to the first file loaded.

To support both kinds we reference the core event schema using
"core-event-schema/event.json". We then symlink the core-event-schema
directory to both the location of the file refering to "event.json" so
that it will work in python and to the location of the top level file
so that it will work in node.
10 years ago
Mark Haines c49338006a replace definitions/*event.yaml with symlinks to /event-schemas/ 10 years ago
Mark Haines c74c1ab098 SPEC-216: Add rooms that have been left to initial sync 10 years ago
Kegan Dougal 0275c2ffa0 Add sync API yaml. Add template for sync_http_api. 11 years ago