Anatoly Sablin
|
060c5c7b21
|
Add clarification changelog entry.
|
6 years ago |
Travis Ralston
|
49119ed345
|
Merge pull request #1875 from matrix-org/travis/clarify-upgrades
Clarify the recommendations for "transferable state"
|
6 years ago |
Travis Ralston
|
72242e4ebb
|
Merge pull request #1879 from matrix-org/travis/fix-capabilities
Correctly nest the capabilities response object
|
6 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.
|
6 years ago |
Andrew Morgan
|
48569c2156
|
Merge pull request #1853 from matrix-org/anoa/3pid_typos
Replace "3pid" with "3PID"
|
6 years ago |
Travis Ralston
|
26810bccef
|
Merge pull request #1873 from matrix-org/travis/spec/get-account-data
Add routes for retrieving account data
|
6 years ago |
Andrew Morgan
|
df7223f992
|
Add changelogs
|
6 years ago |
Travis Ralston
|
f67782230a
|
changelog
|
6 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.
|
6 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.
|
6 years ago |
Travis Ralston
|
85578f9842
|
Fix spelling mistake: endponts -> endpoints
Fixes https://github.com/matrix-org/matrix-doc/issues/1677
|
6 years ago |
Travis Ralston
|
8bd9ca4edd
|
Prep for r0.1.1 of s2s
|
6 years ago |
Travis Ralston
|
71f251c733
|
Merge pull request #1855 from matrix-org/travis/fix-wk-fallback
Fix contradiction in wellknown discovery for servers
|
6 years ago |
Travis Ralston
|
4b68b5c939
|
Changelog
|
6 years ago |
Travis Ralston
|
f37a6d2ef5
|
Changelog
|
6 years ago |
Travis Ralston
|
8ace64bab7
|
r0.1.0 of the s2s specification
|
6 years ago |
Travis Ralston
|
e27c83d9f8
|
Merge pull request #1817 from matrix-org/neilj/remove_presence_lists
remove references to presence lists
|
6 years ago |
Travis Ralston
|
ccce6c196d
|
Specify how capabilities work in the c2s API
Original proposals:
* https://github.com/matrix-org/matrix-doc/pull/1753
* https://github.com/matrix-org/matrix-doc/pull/1804
Implementation proof:
* https://github.com/matrix-org/synapse/pull/4472
* https://github.com/matrix-org/matrix-js-sdk/pull/830
There is one change to MSC1753 which is included in this commit. MSC1804 remains unchanged. In the original proposal, the change password capability being present was an indication that password changes were possible. It was found that this doesn't really communicate the state very well to clients in that lack of a capability (or a 404, etc) would mean that users would erroneously not be able to change their passwords. A simple boolean flag was added to assist clients in detecting this capability.
|
6 years ago |
Travis Ralston
|
4437c383bb
|
Merge pull request #1790 from matrix-org/travis/spec/login-redirect
Add a mechanism for redirecting clients after login
|
6 years ago |
Neil Johnson
|
ed68f940cd
|
towncrier
|
6 years ago |
Travis Ralston
|
84a4ca62c3
|
Merge pull request #1786 from matrix-org/travis/spec/exp-caps
Add support for unstable feature advertising via /versions
|
6 years ago |
Travis Ralston
|
052d68d83d
|
Merge pull request #1791 from matrix-org/travis/spec/rver-upgrades
Add room version upgrades
|
6 years ago |
Travis Ralston
|
5f12419afb
|
Clarify that changelog entries end with a full stop
|
6 years ago |
Travis Ralston
|
56bfa76765
|
changelog
|
6 years ago |
Travis Ralston
|
fbd8861180
|
Changelog
|
6 years ago |
Travis Ralston
|
510468a3b1
|
Changelog
|
6 years ago |
Travis Ralston
|
75c084e987
|
changelog
|
6 years ago |
Travis Ralston
|
7461cd7f68
|
Add changelog
|
6 years ago |
Hubert Chathi
|
1be3bd602a
|
add changelog
|
6 years ago |
Travis Ralston
|
485928486a
|
Client-server r0.4.0 changelog
|
6 years ago |
Travis Ralston
|
17a6a4c2ee
|
Merge branch 'travis/c2s/fix-changelog' into client_server/release-r0.4.0
|
6 years ago |
Travis Ralston
|
bb2835651f
|
Merge pull request #1637 from turt2live/travis/c2s/clarify-errors
List known client-server error codes; Clarify priority of error codes vs http status code
|
6 years ago |
Travis Ralston
|
680ab5e194
|
Misc formatting things
Consistency, make the renderer happy
|
6 years ago |
Travis Ralston
|
247ae26ec4
|
Consistency
|
6 years ago |
Travis Ralston
|
d5af3bae43
|
This isn't a new endpoint
|
6 years ago |
Travis Ralston
|
10fa5a3a01
|
Changelog for r0.1.0 IS spec
|
6 years ago |
Travis Ralston
|
7d34995ece
|
It's actually an "identity server implementing the Identity Service API"
Also add a note about appservices being special.
|
6 years ago |
Travis Ralston
|
7ac76fa27c
|
Actually we're going with "identity server" afterall
|
6 years ago |
Travis Ralston
|
cc0badaaa1
|
Fix all naming cases of "identity service"
Fixes https://github.com/matrix-org/matrix-doc/issues/1396
Includes some "homeserver" fixes too. This commit does not include historical documentation or notes.
|
6 years ago |
Travis Ralston
|
683072e624
|
Merge pull request #1636 from turt2live/travis/c2s/id-server
Clean up and flesh out all three editions of the /requestToken API
|
6 years ago |
Travis Ralston
|
108c623557
|
Merge pull request #1635 from turt2live/travis/c2s/read-markers
Add read markers
|
6 years ago |
Travis Ralston
|
e49ed5d1ec
|
Changelog
|
6 years ago |
Hubert Chathi
|
c0dd7e0025
|
Merge pull request #1420 from Zil0/encrypted_attach
Document encrypted attachments
|
6 years ago |
Travis Ralston
|
3146fc339a
|
Merge remote-tracking branch 'matrix-org/master' into travis/c2s/clarify-errors
|
6 years ago |
Travis Ralston
|
679ddabb53
|
Merge remote-tracking branch 'matrix-org/master' into travis/c2s/read-markers
|
6 years ago |
Travis Ralston
|
7f1b94c211
|
Merge remote-tracking branch 'matrix-org/master' into travis/c2s/id-server
|
6 years ago |
Travis Ralston
|
9004be7bda
|
Merge remote matrix-org/master
|
6 years ago |
Travis Ralston
|
25778989a1
|
Merge pull request #1573 from turt2live/travis/c2s/sync-event-fields
Fix event schemas for /sync
|
6 years ago |
Travis Ralston
|
f72c821be4
|
Merge pull request #1619 from turt2live/travis/c2s/local-echo
Reference that transaction IDs may be used to echo
|
6 years ago |
Travis Ralston
|
2e3e189ea2
|
Merge remote matrix-org/master
|
6 years ago |