Travis Ralston
|
9281d0ca13
|
Merge pull request #2591 from matrix-org/travis/unsigned
Fix a number of issues with unsigned event objects
|
5 years ago |
Hubert Chathi
|
cf37688b7c
|
Merge pull request #2387 from uhoreg/key_backup_spec
initial version of spec for key backups
|
5 years ago |
Travis Ralston
|
bcce6b9a7c
|
changelog
|
5 years ago |
Hubert Chathi
|
df695167e8
|
Add changelog.
|
5 years ago |
Dominic Fischer
|
9535540161
|
Add changelog
|
5 years ago |
Travis Ralston
|
33309fb68e
|
Add changelog
|
5 years ago |
Hubert Chathi
|
ec0b9badc7
|
Merge remote-tracking branch 'origin/master' into cross-signing-spec
|
5 years ago |
Travis Ralston
|
3fc5540755
|
Fix r0.1.4 changelog reference
|
5 years ago |
Travis Ralston
|
07d4606352
|
Merge pull request #2585 from matrix-org/client_server/release-r0.6.1
Client-Server r0.6.1
|
5 years ago |
Travis Ralston
|
09986af8fc
|
Server-Server r0.1.4
Includes a link to r0.1.3 because we forgot
|
5 years ago |
Travis Ralston
|
19a97c62e2
|
Client-Server r0.6.1
|
5 years ago |
Travis Ralston
|
e14cf35c80
|
Merge pull request #2563 from matrix-org/travis/spec/2240-and-assoc--r-v6
Room Version 6
|
5 years ago |
Travis Ralston
|
db72e7caea
|
Merge pull request #2575 from matrix-org/travis/clarification/send-join
Clarify the auth_chain and state requirements for /send_join
|
5 years ago |
Travis Ralston
|
c3289614da
|
Merge pull request #2562 from matrix-org/travis/spec/2432-alias-semantics
Add spec for new alias handling (client-server)
|
5 years ago |
Travis Ralston
|
65c6435093
|
Merge pull request #2570 from matrix-org/travis/clarification/s2s-auth
Clarify which server names to sign requests with
|
5 years ago |
Travis Ralston
|
04a26dafd0
|
Merge pull request #2546 from matrix-org/travis/spec/1466-softlogout
Spec soft-logout per MSC1466
|
5 years ago |
Travis Ralston
|
9bdafab2a4
|
Merge pull request #2571 from matrix-org/travis/clarification/createRoom-events
Clarify that a creation event and member event are needed for createRoom
|
5 years ago |
Travis Ralston
|
25f4a30b18
|
Merge pull request #2577 from matrix-org/travis/clarification/spelling
Fix more typos throughout the specification
|
5 years ago |
Travis Ralston
|
56ba0c7862
|
Merge pull request #2574 from matrix-org/travis/clarification/member-profiles
Remove claim that profile info is exclusively managed by the server
|
5 years ago |
Travis Ralston
|
669377888e
|
Fix more typos throughout the specification
Fixes https://github.com/matrix-org/matrix-doc/issues/2193
|
5 years ago |
Travis Ralston
|
67d46fa881
|
Clarify the auth_chain and state for send_join
Fixes https://github.com/matrix-org/matrix-doc/issues/2467
Fixes https://github.com/matrix-org/matrix-doc/issues/2464
This is based on looking at Synapse, not actually testing it. Within the send_join handling functions, an "event context" is acquired [here](d14c4d6b6d/synapse/handlers/federation.py (L1472) ) which then later uses the previous state (populated [here](d14c4d6b6d/synapse/state/__init__.py (L286-L289) ) in the event context) [here](d14c4d6b6d/synapse/handlers/federation.py (L1494-L1501) ) to return a response. Within the event context, the previous state IDs are populated [here](d14c4d6b6d/synapse/state/__init__.py (L351) ).
|
5 years ago |
Hubert Chathi
|
a1177cbd61
|
Merge pull request #2566 from uhoreg/remove_string_string_string
E2E clarifications/improvements
|
5 years ago |
Travis Ralston
|
e8548f3c3b
|
Remove claim that profile info is exclusively managed by the server
Fixes https://github.com/matrix-org/matrix-doc/issues/2496
|
5 years ago |
Travis Ralston
|
200212ffd7
|
Clarify that a creation event and member event are needed for createRoom
Fixes https://github.com/matrix-org/matrix-doc/issues/2494
|
5 years ago |
Travis Ralston
|
b876ac5893
|
Clarify which server names to sign requests with
Fixes https://github.com/matrix-org/matrix-doc/issues/2512
|
5 years ago |
Travis Ralston
|
730d164df7
|
Add changelogs
|
5 years ago |
Travis Ralston
|
bdd8f03fef
|
Add changelog
|
5 years ago |
Travis Ralston
|
98416bf948
|
Add changelog for client-server API
|
5 years ago |
Travis Ralston
|
2b6086d87c
|
Add changelog entries
It's a bit awkward that this shows up as a backwards compatible change, but it's also not breaking.
|
5 years ago |
Travis Ralston
|
74b627ac0b
|
Fix the response format of the `/send` endpoint
Fixes https://github.com/matrix-org/matrix-doc/issues/2236
|
5 years ago |
Travis Ralston
|
3875d50de8
|
Add missing changelog
|
5 years ago |
Travis Ralston
|
0e771c7b07
|
Merge pull request #2547 from matrix-org/travis/spec/1802-fix-200
Spec v2 send_join and send_leave endpoints
|
5 years ago |
Travis Ralston
|
c2d5516517
|
Clobber changelogs
|
5 years ago |
Nicolas Werner
|
a7e7496cd6
|
Fix some numbers in the spec text.
Odds were not written as an exponent.
Special tag names count was not updated.
Fixes #2550
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
|
5 years ago |
Dominic Fischer
|
c3582e5fc6
|
Add changelog
|
5 years ago |
Travis Ralston
|
a2a1694c35
|
Spec v2 send_join and send_leave endpoints
MSC: https://github.com/matrix-org/matrix-doc/pull/1802
Fixes https://github.com/matrix-org/matrix-doc/issues/2541
This also adds the v2 invite endpoint to the ACL protected list as that appears to be an omission.
|
5 years ago |
Travis Ralston
|
bd26a41114
|
off by one error
|
5 years ago |
Travis Ralston
|
d24f15a3a9
|
Spec soft-logout per MSC1466
MSC: https://github.com/matrix-org/matrix-doc/issues/1466
|
5 years ago |
Travis Ralston
|
05228bf40b
|
``s -> s``
|
5 years ago |
Travis Ralston
|
9599c3bc99
|
changelog
|
5 years ago |
Hubert Chathi
|
f97b394591
|
add changelogs
|
5 years ago |
Travis Ralston
|
3556b8457f
|
Add changelog for 2527
|
5 years ago |
Travis Ralston
|
10293d6951
|
Merge pull request #2532 from matrix-org/clokep/sso-login
Add MSC2454 to the specification.
|
5 years ago |
Patrick Cloke
|
78f8d1322f
|
Add MSC2454 to the specification.
|
5 years ago |
Hubert Chathi
|
0d2924841b
|
Merge pull request #2524 from uhoreg/e2e_misc_fixes_202005
misc fixes in e2ee spec
|
5 years ago |
Hubert Chathi
|
6ede023b35
|
make the changelog match others so they get combined
|
5 years ago |
Hubert Chathi
|
9980b83dd4
|
add changelog
|
5 years ago |
Travis Ralston
|
b0e8fd648d
|
Apply suggestions from code review
|
5 years ago |
Damir Jelić
|
3054ac572f
|
changelogs: Fragment for the event id when putting room events clarification.
|
5 years ago |
Patrick Cloke
|
0c582ea8c7
|
Apply suggestions from code review
Co-authored-by: Travis Ralston <travpc@gmail.com>
|
5 years ago |
Patrick Cloke
|
958e1b4a2e
|
Make the spec changes for MSC 2457.
|
5 years ago |
Travis Ralston
|
411b3f432b
|
Update changelog
|
5 years ago |
David Vo
|
b8efb5ac47
|
Add changelog for 2519
Signed-off-by: David Vo <david@vovo.id.au>
|
5 years ago |
Travis Ralston
|
97b23da9f6
|
Update changelog entry for 2510 clarification
|
5 years ago |
Rudi Floren
|
2bc798dcfa
|
Add changelog newsfragment
|
5 years ago |
Travis Ralston
|
b908b8e777
|
Add changelog
|
5 years ago |
Travis Ralston
|
f7ce75d36c
|
Support a 'removed endpoints' changelog type
|
5 years ago |
Travis Ralston
|
4f0ac741a2
|
Update changelogs/server_server/newsfragments/2470.removal
|
5 years ago |
Patrick Cloke
|
9944decacf
|
Add changelog entry.
|
5 years ago |
Travis Ralston
|
7666b9fea7
|
Add changelog for name correction
https://github.com/matrix-org/matrix-doc/pull/2453
|
5 years ago |
Örjan Fors
|
e151ba96ac
|
Fix typo for upgrade
Signed-off-by: Örjan Fors <orion@29k.org>
|
5 years ago |
Travis Ralston
|
f823118a69
|
Merge pull request #2434 from matrix-org/travis/spec/2313-moderation-policies
Spec moderation policy rooms (MSC2313)
|
5 years ago |
Travis Ralston
|
7a878bb6c3
|
Fix location of changelog entries and synergize them
|
5 years ago |
Travis Ralston
|
da047523e3
|
Changelog
|
5 years ago |
Nicolas Werner
|
6911171e83
|
Fix key export format example
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
|
5 years ago |
Isaiah Inuwa
|
715d2d674b
|
Add changelog for spelling.
|
5 years ago |
Travis Ralston
|
912b3cbc95
|
Move auth events selection to a more appropriate section of the spec
This was pretty buried, and feels like a common question.
|
5 years ago |
Hubert Chathi
|
90bf2b3b46
|
add changelog
|
5 years ago |
Travis Ralston
|
21b50d749a
|
Merge pull request #2369 from iinuwa/token-auth-doc-tweaks
Rename nonce to txn_id. Reorganize for clarity.
|
5 years ago |
Travis Ralston
|
7cfc4b09a6
|
Changelog
|
5 years ago |
Travis Ralston
|
4d0bd5b9e2
|
Changelog
|
5 years ago |
Travis Ralston
|
d93d8fe9b5
|
Add a changelog
|
5 years ago |
Travis Ralston
|
11a7d799a3
|
Merge pull request #2349 from matrix-org/identity_service/release-r0.3.0
Identity Service r0.3.0 release
|
5 years ago |
Travis Ralston
|
5b6d6fe498
|
Update changelogs/client_server.rst
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
|
5 years ago |
Travis Ralston
|
f361c756d2
|
Client Server r0.6.0 release
|
5 years ago |
Travis Ralston
|
df202dd493
|
Identity Service r0.3.0 release
|
5 years ago |
Travis Ralston
|
14d609e766
|
Merge pull request #2344 from matrix-org/travis/spec/fix-2338
Add filter query param to /context
|
5 years ago |
Travis Ralston
|
8e6e47ae7d
|
Merge pull request #2343 from matrix-org/travis/spec/fix-2120
Recommend that clients don't preview URLs in encrypted rooms
|
5 years ago |
Travis Ralston
|
ef957b990d
|
Merge pull request #2341 from matrix-org/travis/spec/fix-2298
Clarify that submit_url is without authentication
|
5 years ago |
Travis Ralston
|
a50e828509
|
Merge pull request #2342 from matrix-org/travis/spec/fix-1982
Clarify what format the `country` is on phone number inputs
|
5 years ago |
Travis Ralston
|
3d954f93b5
|
Clarify that the room ID is the object key in /sync responses
Fixes https://github.com/matrix-org/matrix-doc/issues/2269
|
5 years ago |
Travis Ralston
|
021c056efc
|
Add filter query param to /context
This was missed as part of lazy-loading.
Fixes https://github.com/matrix-org/matrix-doc/issues/2338
|
5 years ago |
Travis Ralston
|
b662a33081
|
Recommend that clients don't preview URLs in encrypted rooms
Any stronger of a recommendation would probably require a MSC due to the behaviour change.
Fixes https://github.com/matrix-org/matrix-doc/issues/2120
|
5 years ago |
Travis Ralston
|
284b15495b
|
Clarify what format the `country` is on phone number inputs
Fixes https://github.com/matrix-org/matrix-doc/issues/1982
|
5 years ago |
Travis Ralston
|
1dfe2ade08
|
Changelog
|
5 years ago |
Travis Ralston
|
156fbfb4c7
|
Merge pull request #2311 from matrix-org/travis/fix-changelog-again
Fix client-server typos changelog
|
5 years ago |
Travis Ralston
|
3d60e04c6a
|
Merge pull request #2310 from matrix-org/travis/spec/2263-deprecate-id-server
Deprecate id_server and make it optional
|
5 years ago |
Travis Ralston
|
b59998fd2b
|
Fix client-server typos changelog
Note: .misc is not a valid changelog entry.
|
5 years ago |
Travis Ralston
|
2e84465c13
|
Changelog
|
5 years ago |
Kitsune Ral
|
6b37bb1dd9
|
Merge remote-tracking branch 'remotes/origin/master' into kitsune-map-to-enum-support
|
5 years ago |
Kitsune Ral
|
79f16d40a9
|
Add a full stop
Co-Authored-By: Travis Ralston <travpc@gmail.com>
|
5 years ago |
Travis Ralston
|
5cb7599196
|
Changelog
|
5 years ago |
Travis Ralston
|
2c88f02daa
|
Merge pull request #2287 from matrix-org/travis/spec/lookup-v2
Spec the v2 lookup API
|
5 years ago |
Travis Ralston
|
b3e2326d8b
|
changelog
|
5 years ago |
Travis Ralston
|
30a9de7e02
|
Merge branch 'master' into travis/spec/is-unbind
|
5 years ago |
Travis Ralston
|
a24bcc2c0a
|
Merge pull request #2258 from matrix-org/travis/spec/is-terms
Spec IS terms of service
|
5 years ago |
Travis Ralston
|
f7e00b19e9
|
Merge pull request #2255 from matrix-org/travis/spec/is-auth
Spec the v2 IS auth APIs
|
5 years ago |
Travis Ralston
|
185c564a13
|
Spec client-server IS unbind API
As per [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140)
Note: this modifies the endpoint in MSC2140 to be more in line with the remainder of the proposal.
|
5 years ago |
Travis Ralston
|
2d784d93ef
|
Merge branch 'master' into travis/spec/is-auth
|
5 years ago |
Travis Ralston
|
6ec7d4cd89
|
changelog
|
5 years ago |