Daniel Wagner-Hall
c959ca689c
Explain what the room member states mean
10 years ago
Daniel Wagner-Hall
9bfe86f474
Add display_name to 3pid invites in m.room.member
10 years ago
Daniel Wagner-Hall
f81b967e2d
Make all the schema files yaml
10 years ago
Daniel Wagner-Hall
63ca91f353
Move event signing to server-server spec
...
It's *definitely* not a client concern.
It isn't really in the right place at the moment, but s-s is very much a
work in progress whereas c-s is nearly stable.
10 years ago
Daniel Wagner-Hall
aa4ed10821
Unify v1 and v2 event schemas
10 years ago
Daniel Wagner-Hall
6c66bfc755
Flatten out v1 and v2_alpha directories
...
As a side effect, I got rid of all of the horrible symlinks and just put
in all of the proper relative paths. Because the horrible symlinks were
horrible.
10 years ago
Paul Evans
eb61f018c2
Merge pull request #144 from matrix-org/paul/small-fixes
...
Don't mark 'aliases' on m.room.canonical_alias as required
10 years ago
Mark Haines
5bae15d47b
Merge branch 'master' into markjh/room_tags
...
Conflicts:
api/client-server/v2_alpha/sync.yaml
10 years ago
Mark Haines
3b390bff3c
Merge branch 'master' into markjh/room_tags
...
Conflicts:
api/client-server/v1/rooms.yaml
specification/targets.yaml
10 years ago
Daniel Wagner-Hall
4d3175fc8b
Note that invite_room_state is optional
10 years ago
Daniel Wagner-Hall
e72151f2c3
Specify guest room access
...
This was reviewed as PR #150 and merged from daniel/anonymousaccess
10 years ago
Daniel Wagner-Hall
161441fa3a
Update 3pid spec based on new implementation
10 years ago
Mark Haines
ebc0237109
Add the missing titles to the schema
10 years ago
Paul "LeoNerd" Evans
30a4f17420
Don't mark 'aliases' on m.room.canonical_alias as required, because it isn't.
10 years ago
Mark Haines
fba3c04e42
Apparently the spec generator breaks if the title in a schema is too long
10 years ago
Mark Haines
bcb8fac53c
Add a description for the tag event
10 years ago
Mark Haines
52f55e0542
Allow room tags to have asssociated content, and return that content in the m.tag events
10 years ago
Mark Haines
12e33a3b09
Document a v2 api for setting tags on rooms
10 years ago
Daniel Wagner-Hall
67880686d5
Allow history to be noted as world-readable
...
SPEC-237
10 years ago
Kegsay
074c7d480c
Merge pull request #113 from matrix-org/invite-room-state
...
Add invite_room_state to spec
10 years ago
Daniel Wagner-Hall
a9a9067d7e
Merge pull request #114 from matrix-org/daniel/3pidtosigned
...
Update 3pid invite section to reflect signed property
10 years ago
Kegan Dougal
bbd3f8072c
Review comments
10 years ago
Daniel Wagner-Hall
f51e031066
Fix JSON
10 years ago
Kegan Dougal
ae90d15b3c
Add m.room.avatar
10 years ago
Daniel Wagner-Hall
a38e0862cf
Fix required field names
10 years ago
Daniel Wagner-Hall
6161a920b6
Update 3pid invite section to reflect signed property
10 years ago
Kegan Dougal
83d21484df
Oopsie
10 years ago
Kegan Dougal
d39a9082a0
Add invite_room_state to spec. Flesh out info.
10 years ago
Kegsay
604e268add
Merge pull request #105 from matrix-org/spec-177-events-max-len
...
Add in size limits as per SPEC-222
10 years ago
Kegsay
c5dc383668
Merge pull request #85 from matrix-org/module-im
...
Instant messaging module
10 years ago
Kegan Dougal
6a0595bc46
Add in size limits as per SPEC-222
10 years ago
Kegan Dougal
4170dbd5cf
Review comments
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
8e5c832ff9
Flesh out more of the IM module
10 years ago
Erik Johnston
3b4c3522e6
Merge branch 'master' of github.com:matrix-org/matrix-doc into erikj/disable_federation
10 years ago
Kegsay
ead79614ff
Merge pull request #78 from matrix-org/module-typing2
...
Typing module
10 years ago
Daniel Wagner-Hall
9d8dc7971d
Review comments
10 years ago
Daniel Wagner-Hall
9cda004848
Fix ref
10 years ago
Daniel Wagner-Hall
fdccf35c47
Banish more tabs
10 years ago
Daniel Wagner-Hall
e996933a29
Banish the tabs
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
Kegan Dougal
1520f3647f
Merge branch 'master' into module-typing2
...
Conflicts:
specification/modules/typing_notifications.rst
10 years ago
Kegan Dougal
c972dad8b3
Flesh out receipts module. Add receipts swagger
...
Add templating support for v2 apis.
10 years ago
Kegan Dougal
365a9076b9
Add nested dict template support; Add x-pattern
...
For cases where event schema specify `patternProperties` it would be nice
to give that pattern a "human-readable" form rather than a raw regex. This
is now supported by specifying `x-pattern` in the value part of the specified
pattern e.g. `patternProperties:{ "^.*":{ x-pattern: "$THING", ... } }`
Templating had limited record type descriptions limited to value primitives
e.g. `{string: integer}`. It now supports inspecting the values recursively
if the value is `object`.
Updated `m.receipt` to take both these points into account to make it read
better. Tweak receipt module text.
10 years ago
Erik Johnston
9964dd1401
Make explicit the state event only includes some keys
10 years ago
Kegan Dougal
2b7e02c080
Add sections for typing. Add swagger, JSON schema and example m.typing event
10 years ago
Erik Johnston
7b4c8a9f68
Indicate default for m.federate key
10 years ago
Erik Johnston
affc2cfc92
Add 'm.federate' flag to 'm.room.create;
10 years ago
Erik Johnston
d7d9f406a6
Bundle some state into invites
10 years ago