Erik Johnston
ee6513d608
Add alternative sid/client_secret authentication
7 years ago
Erik Johnston
f92925ed45
Add a 3PID unbind API
7 years ago
Travis Ralston
c08d223cfe
Merge pull request #1889 from ma1uta/push_rules
...
Fix for the #1865
7 years ago
Anatoly Sablin
5303ba54b7
Add a clarification changelog.
7 years ago
Travis Ralston
f1280ef305
Merge pull request #1910 from matrix-org/benpa/spelling-fix
...
in the appendices, thanks earfolds
7 years ago
Ben Parsons
99405418c9
in the appendices, thanks earfolds
7 years ago
Travis Ralston
324660073a
Merge pull request #1908 from matrix-org/travis/spec/unsupported-room-version
...
Describe M_UNSUPPORTED_ROOM_VERSION on invite and createRoom endpoints
7 years ago
Andrew Morgan
1c731630f8
Merge pull request #1909 from matrix-org/anoa/contrib_rst
...
Specify news fragments must be done in RST
7 years ago
Andrew Morgan
4049ca9208
Specify news fragments must be done in RST.
7 years ago
Travis Ralston
adb721bc0b
Fix unrelated changelog entry's RST representation
7 years ago
Travis Ralston
baf8948eb5
Describe M_UNSUPPORTED_ROOM_VERSION on invite and createRoom endpoints
...
Spec for MSC1866: https://github.com/matrix-org/matrix-doc/pull/1866
7 years ago
Travis Ralston
23b2420520
Merge pull request #1866 from matrix-org/erikj/fed_invite_error_code
...
Add proposal for invite error code for unsupported room version
7 years ago
Travis Ralston
51995b2d9e
Merge pull request #1906 from ma1uta/fix_s2s_open_id
...
Fix #1904 .
7 years ago
Anatoly Sablin
060c5c7b21
Add clarification changelog entry.
7 years ago
Anatoly Sablin
d52918a892
Fix #1904 .
7 years ago
Anatoly Sablin
4bec3d6dd8
Avoid duplicates.
7 years ago
Richard van der Hoff
9edf2a3271
Merge pull request #1900 from hvenev/spec-ident-port
...
Restrict identifier port numbers to 5 digits.
7 years ago
Hristo Venev
e825224b5b
Restrict identifier port numbers to 5 digits.
7 years ago
Travis Ralston
621437b0c5
Merge pull request #1891 from QMatrixClient/kitsune-drop-obsolete-text
...
Remove extended text about life without transaction IDs
7 years ago
Travis Ralston
49119ed345
Merge pull request #1875 from matrix-org/travis/clarify-upgrades
...
Clarify the recommendations for "transferable state"
7 years ago
Travis Ralston
b82b16c3ae
Merge pull request #1846 from matrix-org/travis/fix-changelog
...
Fix changelog generation for non-default versions
7 years ago
Travis Ralston
2ffdda2824
Merge pull request #1890 from ma1uta/fix_link
...
Fix links.
7 years ago
Kitsune Ral
989d7ff192
Remove extended text about life without transaction IDs
...
Signed-off-by: Kitsune Ral <Kitsune-Ral@users.sf.net>
7 years ago
Anatoly Sablin
befd76f853
Fix links.
7 years ago
Anatoly Sablin
17420c537a
Fix links.
7 years ago
Anatoly Sablin
d4b4d92b82
Fix the m.push_rules type (switch from the state event to the common event).
7 years ago
Anatoly Sablin
2de7ef9a3d
#1865 Add the m.push_rules schema.
7 years ago
Richard van der Hoff
82258fc0fc
Proposal for changing event ids. Again.
7 years ago
Hubert Chathi
ca7aa8b0ba
fill in more details, including federation bits
7 years ago
Travis Ralston
72242e4ebb
Merge pull request #1879 from matrix-org/travis/fix-capabilities
...
Correctly nest the capabilities response object
7 years ago
Travis Ralston
d31d2f5e57
Correctly nest the capabilities response object
...
Everything is contained in a "capabilities" property, which is not represented by the schema. The example was correct.
7 years ago
Andrew Morgan
48569c2156
Merge pull request #1853 from matrix-org/anoa/3pid_typos
...
Replace "3pid" with "3PID"
7 years ago
Travis Ralston
26810bccef
Merge pull request #1873 from matrix-org/travis/spec/get-account-data
...
Add routes for retrieving account data
7 years ago
Travis Ralston
a044145049
Merge pull request #1874 from matrix-org/travis/spec/resource-limit-error
...
Add M_RESOURCE_LIMIT_EXCEEDED
7 years ago
Andrew Morgan
df7223f992
Add changelogs
7 years ago
Travis Ralston
22188ebfeb
Further clarify why membership events are not to be transferred
7 years ago
Travis Ralston
946acbf380
Clarify v3 event representation in identifier grammar
...
Fixes https://github.com/matrix-org/matrix-doc/issues/1870
Fixes https://github.com/matrix-org/matrix-doc/issues/1869
Fixes https://github.com/matrix-org/matrix-doc/issues/1867
7 years ago
Travis Ralston
f058a0f40a
also power levels
7 years ago
Travis Ralston
f67782230a
changelog
7 years ago
Travis Ralston
ef13aef8c3
Clarify the recommendations for "transferable state"
...
Fixes https://github.com/matrix-org/matrix-doc/issues/1843
7 years ago
Travis Ralston
b1689a3036
Misc improvements
7 years ago
Travis Ralston
b42310ab9d
Merge branch 'master' into travis/fix-changelog
7 years ago
Travis Ralston
5721712eae
Add M_RESOURCE_LIMIT_EXCEEDED
...
Original proposal: https://github.com/matrix-org/matrix-doc/issues/1504
No changes from the original proposal or implementations have been made intentionally here.
7 years ago
Travis Ralston
6bbf22cd04
Add routes for retrieving account data
...
Original proposal: https://github.com/matrix-org/matrix-doc/issues/1339
This contains no known differences to what was ultimately decided upon and implemented.
7 years ago
Erik Johnston
7eb8b5d7f3
Add proposal for invite error code
7 years ago
manuroe
0051c6a377
Key backup: Return {hash, count} for key upload requests
...
This is this tuple that allows the client to check if it has locally all keys of the backup
7 years ago
manuroe
7cde3193e5
Key backup: Explain `hash` better
7 years ago
manuroe
82ff866b58
Key backup: Add `hash` to represent stored keys
...
so that a matrix client A can check it is synchronised with the backup.
If not, that means that another client B has pushed keys client A does not have locally. Client A should then propose to the end user to retrieve keys from the backup.
7 years ago
manuroe
ed945d6744
Key backup: Expose the number of keys stored in the backup
...
so that matrix clients can compare it with the number of keys they have locally.
7 years ago
Hubert Chathi
e7f7926023
add algorithm and version to the example
...
since they're marked as required
7 years ago