Commit Graph

2502 Commits (cd26c170de42f81fd93a2f56c8becd925d99d687)
 

Author SHA1 Message Date
Andrew Morgan cd26c170de Specify token used in /login is not an Access Token (#1155)
* Specify token used in /login is not an Access Token

While working through the implementation of /login in Dendrite, it was
confusing what the contents of the token attribute in the login request
body referred to. Initially, I thought it was an access token, which led
to further confusion. This commit explicitly states that the token is a
login token, which is separate from an access token, hopefully reducing
confusion for future readers.

Signed-off-by: Andrew Morgan (https://amorgan.xyz) <andrew@amorgan.xyz>
6 years ago
Richard van der Hoff 8e97ec8bad make the speculator work for rick 6 years ago
Richard van der Hoff 72977014eb
Merge pull request #1159 from vyomshm/master
fixed minor typo
6 years ago
Vyom Sharma 4f5ad35865 fixed minor typo 6 years ago
Richard van der Hoff a14cbe5f32
Merge pull request #1154 from turt2live/travis/windows
Add instructions on how Windows users can build this project
6 years ago
Travis Ralston 93facae3da Add instructions on how Windows users can build this project
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Richard van der Hoff 3121bc0914 Move label descriptions to a separate file 6 years ago
Richard van der Hoff 2644e5657d
Merge pull request #1152 from turt2live/travis/clarify-whoami
Improve documentation around /account/whoami
6 years ago
Travis Ralston 159ab7313f Fix typos in whoami.yaml
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston b7f8f20de9 Reword the appservice portion of /account/whoami
Credit goes to richvdh - suggestions taken with edits.

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 6ba5d7ca92 Reword appservice requirements for /account/whoami
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Richard van der Hoff 09f5a54bf4
Merge pull request #1151 from turt2live/travis/username-availability
Add GET /register/available
6 years ago
Richard van der Hoff a549baa01d
registration.yaml: fix typo
it's -> its
6 years ago
Travis Ralston 5285dbc655 Add clarifications of /account/whoami to changelog
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 2e4e5e25e8 Improve documentation around /account/whoami
Clarifies: https://github.com/matrix-org/matrix-doc/issues/1135

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston f0ec0de997 Add username availability to the changelog
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 15cdde3f49 Add GET /register/available
Adds https://github.com/matrix-org/matrix-doc/issues/911

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Richard van der Hoff 8c61da287d
Merge pull request #1150 from turt2live/travis/m.ignored_user_list
Add clarity to the m.ignored_user_list
6 years ago
Travis Ralston 6e7d264bc7 Add clarity to the m.ignored_user_list
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Richard van der Hoff 624082d221
Merge pull request #1142 from turt2live/travis/m.ignored_user_list
Spec ignoring users
6 years ago
Travis Ralston 0835612277 Represent the ignored users event correctly
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston af74790681 Merge remote-tracking branch 'matrix-org/master' into travis/m.ignored_user_list 6 years ago
Richard van der Hoff b1550ea324
Merge pull request #1141 from turt2live/travis/spec-directory-list
Spec /directory/list
6 years ago
Travis Ralston d88a1308c2 Formatting and remove DELETE /directory/list
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 331e49bd0d Improve the documentation of ignored users
* Fix the event schema to represent the real world
* Add the module to the spec targets
* Remove incomplete thought from the client behaviour
* Link to the account data API
* Minor word choice changes

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 0f7f8a8ca7 Move the changelog entry for ignoring users
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 5cbfa73fe4 Improve documentation of /directory/list
* 404 for room not found instead of 400
* GET doesn't require an access token
* PUT (and therefore DELETE) can have it's own access control checks
* DELETE is implemented because of synapse

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 709fca8190 Move /directory/list changelog entry
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Richard van der Hoff 156da9fad3
Merge pull request #1147 from turt2live/travis/fix-m.presence
Remove extraneous comma from m.presence schema
6 years ago
Richard van der Hoff 9150ba0dce Improve error output from failing to parse examples 6 years ago
Richard van der Hoff a36bd1a6d2 Make build fail if gendoc fails
(cf https://github.com/matrix-org/matrix-doc/issues/1146)
6 years ago
Travis Ralston eb8c3255bf Remove extraneous comma from m.presence schema
This causes the build to fail. Fixes #1146

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston e4f7ba70f5
Merge branch 'master' into travis/spec-directory-list 6 years ago
Travis Ralston d37ed0876f
Merge branch 'master' into travis/m.ignored_user_list 6 years ago
Richard van der Hoff fd27be869b
Merge pull request #1139 from turt2live/travis/m.tag
Tag ordering is defined as a number between 0 and 1, not strings
6 years ago
Richard van der Hoff a0dda3cae2
Merge branch 'master' into travis/m.tag 6 years ago
Richard van der Hoff 66f434c680
Merge pull request #1137 from turt2live/travis/m.presence
Make m.presence match what synapse returns
6 years ago
Richard van der Hoff 692eeccfe3
Merge pull request #1133 from maxidor/is/api-ping
Add IS ping endpoint
6 years ago
Richard van der Hoff 92e1972425
Merge pull request #1140 from turt2live/travis/misc-1
Minor improvements to help with building the spec
6 years ago
Travis Ralston 1daf6af300 Add ignoring users to the changelog
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston e862ef60ae Spec ignoring users
Adds https://github.com/matrix-org/matrix-doc/issues/528

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston b41bd9635d Add /directory/list to changelog
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 595667d15d Spec /directory/list
Adds https://github.com/matrix-org/matrix-doc/issues/417

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 04e39c8496 Document the Python version explicitly
The spec uses 2.x currently and is not compatible with Python 3.

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston 864b6b6b3a Add build output to the .gitignore
This is more of a problem if the build fails for whatever reason.

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston c5738b87c0 Add changelog entry for m.tag ordering
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston a3f006353c Tag ordering is defined as a number between 0 and 1, not strings
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston f5a100317e Add changelog entry for m.presence format fix
Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Travis Ralston a488bd5503 Make m.presence match what synapse returns
Considering this is the behaviour that is embedded into most client libraries and the most popular homeserver, it should be adopted as the standard.

Signed-off-by: Travis Ralston <travpc@gmail.com>
6 years ago
Maxime Dor c8393306d1 Add IS ping endpoint 6 years ago