Commit Graph

2996 Commits (24edec67c3d412e7fee9a0344b51bc8d28640f8c)
 

Author SHA1 Message Date
Erik Johnston 6e6bc8a5a9 Mandate macaroon 10 years ago
Erik Johnston ce53a17180 Add txn_id rationale 10 years ago
Erik Johnston 4776e0c04c Add creation_content key 10 years ago
Mark Haines 6ad6c40147 List the allowed values for the 'event_format' as an enum 10 years ago
Mark Haines 9dd3b07394 Allow '.' characters in event field names to be escaped with '\' so that
fields including a '.' can be included in a filter.

I considered replacing '.' with '/'. Since '/' was less likely to appear
in event field names. However if we used '\' to escape a literal '/' we
risk confusing it with the JSON escape '\/'.
10 years ago
Kegan Dougal 5abea1f2bc Minor tweaks 10 years ago
Kegan Dougal 70518ae655 Clarify template suffixes 10 years ago
Kegan Dougal 643468e914 Mention swagger. Clarify how event type template vars are formed. 10 years ago
Mark Haines 14b42a41d6 Document wildcard's in filters 10 years ago
Mark Haines c115b4c2f4 Document the valid values for the "set_presence" parameter 10 years ago
Kegan Dougal c2fc1a2fb1 Add basic module template.
This has the core sections for events/server/client/security.
10 years ago
Mark Haines 940e22940d Document how the "not_foo" keys interact with the "foo" keys 10 years ago
Mark Haines 41bc09ea22 Split the event_filter into a event_filter and a room_event_filter that
extends it.

So that we don't include "rooms" and "not_rooms" keys for the public_user_data
and private_user_data filters.
10 years ago
Kegan Dougal db8f3c0d59 Desktop clients should have a GUI 10 years ago
Erik Johnston 97154cc6b2 s/nonce/txn_id/ 10 years ago
Mark Haines 00fd4aac26 s/publically/publicly/ 10 years ago
Mark Haines 3204c2f2b6 Fix spelling 10 years ago
Mark Haines f50e6d4c0a Add x-example fields for v2 /sync 10 years ago
Mark Haines 1aa916d690 s/indicies/indices/ 10 years ago
Mark Haines 393d283139 Add a "limit" to the timeline key in the example filter 10 years ago
Erik Johnston 4c9f524cab Neaten things up 10 years ago
Erik Johnston 317c2f20d3 Draft login token spec 10 years ago
Erik Johnston 8c22b715ca Add title 10 years ago
Mark Haines c3b3b2df63 Add "set_presence" in the sync parameters 10 years ago
Mark Haines de07586ab7 Rename 'events' to 'timeline' in the sync filter 10 years ago
Mark Haines a0068e1ada Draft documention for the v2 sync api 10 years ago
Mark Haines e1f73f5233 Add a limit to filters 10 years ago
Kegan Dougal 11c586c560 Merge branch 'master' into spec-feature-profiles
Conflicts:
	templating/build.py
10 years ago
Kegsay e5f805c0d5 Merge pull request #67 from matrix-org/unused-template-vars
Detect unused {{ vars }} and whine loudly.
10 years ago
Kegsay 4d407c2731 Merge pull request #66 from matrix-org/speculator-htmldiff
speculator: Add HTML diffing
10 years ago
Kegan Dougal 9c882ea5e4 Detect unused {{ vars }} and whine loudly. 10 years ago
Daniel Wagner-Hall 2434dfaf1c Merge branch 'master' into speculator-htmldiff 10 years ago
Kegan Dougal 510553ee00 Remove smurf suffixes. Add anchor for feature profiles. 10 years ago
Kegan Dougal 9fac152d32 Explain what the clients are and the column reference 10 years ago
Kegan Dougal c6375ed3d1 Flesh out feature profiles section
Add table detailing the profiles. Add anchors to link through to each module
following a well-defined format (rather than the name of the module section).
Allow UTF-8 in the spec.
10 years ago
Erik Johnston 18dc7784df Mention precedence 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 f5d436bd80 Remove extraneous ) 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
Kegsay 15308ab435 Merge pull request #62 from matrix-org/markjh/check_request_schema
Check the request example JSON matches the schema
10 years ago
Erik Johnston 078dd0165f Update the room creation API spec to include new keys: 'preset' and 'initial_state' 10 years ago
Mark Haines f34722485f Check the request example JSON matches the schema 10 years ago
Mark Haines a31a446661 Fix the POST example for the v2 filter API 10 years ago
Mark Haines 69298b9612 Check "v2_alpha" in jenkins 10 years ago