Commit graph

690 commits

Author SHA1 Message Date
Alexey Rusakov 3bf7e48e13 Merge pull request #3327 from lukaslihotzki/unique-ids
OpenAPI: fix key_backup
2021-08-27 19:17:17 +01:00
Lukas Lihotzki 1a81a46865 OpenAPI: require all bodies in cross_signing
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
2021-08-27 19:17:17 +01:00
Lukas Lihotzki e3070bcdda OpenAPI: fix key_backup operation IDs 2021-08-27 19:17:17 +01:00
Lukas Lihotzki c58d423aba OpenAPI: add auth property in uploadCrossSigningKeys
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
2021-08-27 19:17:17 +01:00
Niels Basjes cf5b519963 Explain the reasons why <hostname> TLS certificate is needed rather than <delegated_hostname> for SRV delegation. (#3322)
Signed-off-by: Niels Basjes <niels@basjes.nl>
2021-08-27 19:17:17 +01:00
Travis Ralston cdcc24af11 Merge pull request #3238 from lukaslihotzki/required-bodies
OpenAPI: require all bodies in client-server
2021-08-27 19:17:17 +01:00
Neil Alexander af0ebc7414 /_matrix/federation/v1/user/devices/{userId}: Rename self_signing_keys to self_signing_key (#3312)
Apparently, in response to a /_matrix/federation/v1/user/devices/{userId} request, Synapse actually returns a key called "self_signing_key" instead of "self_signing_keys".
2021-08-27 19:17:17 +01:00
Lukas Lihotzki ad0ff78316 OpenAPI: require all bodies in client-server
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
2021-08-27 19:17:17 +01:00
Travis Ralston 5d4713f168 Changelog for https://github.com/matrix-org/matrix-doc/pull/3225 2021-08-27 19:17:15 +01:00
Travis Ralston e5b907021c changelog for https://github.com/matrix-org/matrix-doc/pull/3254 2021-08-27 19:17:15 +01:00
Will Hunt 7fac138d9a Create 3233.clarification 2021-08-27 19:17:14 +01:00
Travis Ralston 30654f70ee Merge pull request #3176 from matrix-org/travis/clarification/lowercasing
Case fold instead of lowercase
2021-08-27 19:17:14 +01:00
Hubert Chathi 221375b105 Merge pull request #3207 from toadjaune/patch-2
Fix a typo in event soft rejection schema
2021-08-27 19:17:14 +01:00
Travis Ralston 81da7ba480 Update 3167.clarification 2021-08-27 19:17:14 +01:00
Hubert Chathi 53fedb2c61 Add changelog 2021-08-27 19:17:14 +01:00
Travis Ralston 8b40972872 iterate 2021-08-27 19:17:14 +01:00
Hubert Chathi b3b6fb3e10 add changelog 2021-08-27 19:17:14 +01:00
Travis Ralston 21a132d3a5 Merge branch 'master' into travis/clarification/lowercasing 2021-08-27 19:17:14 +01:00
Travis Ralston 7a013a53e5 Changelogs 2021-08-27 19:17:14 +01:00
Travis Ralston 3d217e0de0 Merge pull request #3101 from matrix-org/travis/spec/MSC2320-identity-versions
Add identity service versions API
2021-08-27 19:17:13 +01:00
Travis Ralston c11efb35fe Merge pull request #3163 from matrix-org/travis/spec/msc2858-multisso
Describe social-sign-on (multiple SSO providers)
2021-08-27 19:17:13 +01:00
Andrew Morgan ad93aa6546 Update client_secret examples so that they are valid (#2985)
The regex of allowed characters for a `client_secret` parameter is `[0-9a-zA-Z.=_-]`.

This PR updates the `client_secret` spec examples, which currently include an invalid character (an apostrophe).
2021-08-27 19:17:13 +01:00
Travis Ralston fb3dde1c2c Merge pull request #3167 from matrix-org/travis/spec/msc2265-lower-3pid
Specify that email handling converts to lowercase first
2021-08-27 19:17:13 +01:00
Travis Ralston 466911b253 Merge pull request #3170 from matrix-org/travis/spec/msc2713-rm-v1-id
Remove v1 identity service API
2021-08-27 19:17:13 +01:00
Travis Ralston d41658e714 Merge pull request #3166 from matrix-org/travis/spec/msc2033-whoami-deviceid
Spec device_id on whoami
2021-08-27 19:17:13 +01:00
Travis Ralston 67d5d9eb49 Changelog 2021-08-27 19:17:12 +01:00
Travis Ralston c5eaa59c79 Changelog 2021-08-27 19:17:12 +01:00
Travis Ralston 21a0a97134 changelog 2021-08-27 19:17:12 +01:00
Travis Ralston 57f609cf1b Typo fixes 2021-08-27 19:17:12 +01:00
Travis Ralston 94ca646fb7 changelog 2021-08-27 19:17:12 +01:00
Travis Ralston fc6aa30000 Merge branch 'master' into travis/spec/MSC2320-identity-versions 2021-08-27 19:17:12 +01:00
Travis Ralston 457f3995af Merge pull request #3154 from matrix-org/travis/spec/knock-knock-whos-there
Add knocking to the spec
2021-08-27 19:17:12 +01:00
Travis Ralston de19b86eed Changelog 2021-08-27 19:17:12 +01:00
Hubert Chathi ec9ea2b6e3 Merge pull request #3149 from uhoreg/qr_codes_spec
Add spec for verification by QR codes.
2021-08-27 19:17:12 +01:00
Travis Ralston 01a7f06ce4 Add missing endpoint changelog 2021-08-27 19:17:12 +01:00
Hubert Chathi e9e0d8ee47 Merge pull request #3151 from uhoreg/single_ssss_spec
Document Single SSSS.
2021-08-27 19:17:12 +01:00
Travis Ralston d9bb8f46d1 Add changelogs 2021-08-27 19:17:12 +01:00
Hubert Chathi 3084f3d32f Merge pull request #3150 from uhoreg/verification_fixes
Make SAS outline fit with key verification in DM flow.
2021-08-27 19:17:12 +01:00
Travis Ralston 2d39ed69c3 Add changelogs 2021-08-27 19:17:12 +01:00
Hubert Chathi b2cb2a3c20 add changelog 2021-08-27 19:17:11 +01:00
Hubert Chathi 21fa486b3b add changelog 2021-08-27 19:17:11 +01:00
Hubert Chathi c85f98bdab add changelog 2021-08-27 19:17:11 +01:00
Hubert Chathi c3a234843b add changelog 2021-08-27 19:17:11 +01:00
Hubert Chathi de1a468630 add changelog 2021-08-27 19:17:11 +01:00
Travis Ralston 5e211480bf add changelog 2021-08-27 19:17:10 +01:00
Travis Ralston a855ed338b Fix event size restriction (#3127)
Fixes https://github.com/matrix-org/matrix-doc/issues/3126
2021-08-27 19:17:10 +01:00
Travis Ralston 456353c8b4 Add changelogs 2021-08-27 19:17:10 +01:00
Travis Ralston d0d6b77053 Merge pull request #3099 from matrix-org/travis/spec/MSC2801-untrusted-bodies
Sprinkle some DANGER: UNSAFE warnings over the spec about event bodies
2021-08-27 19:17:10 +01:00
Travis Ralston 208a0806dd Merge pull request #3098 from matrix-org/travis/spec/r2-MSC2010-MSC2422-MSC2557-color-spoilers
Incorporate spoilers and `color` tag allowance
2021-08-27 19:17:10 +01:00
Travis Ralston 4fd262a237 Changelog 2021-08-27 19:17:10 +01:00
Travis Ralston 06d23f04aa Changelog 2021-08-27 19:17:10 +01:00
Travis Ralston 334fc56681 Changelog 2021-08-27 19:17:10 +01:00
Aaron Raimist d540273625 Add changelog
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-08-27 19:17:09 +01:00
Will 415199bd3d
Use Markdown in changelog descriptions 2021-02-02 20:43:14 -08:00
Andrew Morgan ba7c0d7f8d Changelog 2020-12-29 18:18:49 +00:00
Hubert Chathi f352de90c3
Merge pull request #2536 from uhoreg/cross-signing-spec
initial spec for cross-signing
2020-12-15 13:11:16 -05:00
Travis Ralston e659572183 Add changelogs for 2888 2020-12-07 14:32:58 -07:00
Travis Ralston 8d4d6a12e8 Add missing changelog 2020-11-30 13:40:46 -07:00
Nicolas Werner a0f4ae6b38 Add newsfragment
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2020-11-25 22:29:30 +01:00
Hubert Chathi 7b4ea94f22 add changelog 2020-10-19 19:12:01 -04:00
Aaron Raimist 206b4dfb29
Add changelog
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-10-10 13:11:00 -05:00
Travis Ralston d323738db5 Add changelog for 2809 2020-10-08 09:15:49 -06:00
Travis Ralston 2887c715bb
Merge pull request #2795 from matrix-org/travis/spec/msc2367-reason
Add membership reasons to the spec for all membership events
2020-10-07 14:51:53 -06:00
Travis Ralston 9ea7b2f5df
Merge pull request #2796 from matrix-org/travis/spec/msc2663-push-errors
Add 404 error responses to push rule endpoints
2020-10-07 14:51:29 -06:00
Will dbf74ea85c
Add changelog entry 2020-10-07 10:41:31 -07:00
Will 89d53fd688
Add changelog entry 2020-10-07 09:42:46 -07:00
Travis Ralston 5e60ff8bfd Add 404 error responses to push rule endpoints
MSC: https://github.com/matrix-org/matrix-doc/pull/2663
2020-09-30 13:56:12 -06:00
Travis Ralston 5a7bda4bf8 Changelog 2020-09-30 13:45:22 -06:00
Travis Ralston 2877459553 Add a link to the push module in the push gateway spec 2020-09-02 14:04:55 -06:00
Travis Ralston 1bac9fb6e3 Changelog 2020-08-31 15:20:52 -06:00
Travis Ralston d37f7a25b4
Make translations for SAS emoji available in-tree (#2728)
* add a base file

* Fix directory name

* Added translation using Weblate (English)

* Translated using Weblate (English)

Currently translated at 1.6% (1 of 64 strings)

Translation: matrix-doc/SAS Emoji v1
Translate-URL: https://translate.riot.im/projects/matrix-doc/sas-emoji-v1/en_EN/

* add english files

* delete english files

* Added translation using Weblate (English)

* Added translation using Weblate (English)

* Do manual translations

* Deleted translation using Weblate (English)

* Deleted translation using Weblate (English)

* Add a script to update the definitions with the translations

* update i18n

* Add a note to the spec about translations

* changelog

* Ensure translations end with json
2020-08-12 14:04:48 -06:00
Patrick Cloke 4353f346b6 Rename changelog file. 2020-07-29 09:18:21 -04:00
Patrick Cloke e261faf70b
Review comments.
Co-authored-by: Travis Ralston <travpc@gmail.com>
2020-07-29 07:10:14 -04:00
Patrick Cloke 9a40d7bf47 Add information from MSC2604: Parameters for Login Fallback to the spec. 2020-07-28 16:04:31 -04:00
Travis Ralston 012f0b1882
Merge pull request #2609 from matrix-org/rav/remove_oauth2
Remove `m.login.token` and `m.login.oauth2` UIA types
2020-07-28 10:02:24 -06:00
Travis Ralston 24d124df50
Update changelogs/client_server/newsfragments/2609.removal 2020-07-28 10:02:11 -06:00
Hubert Chathi 53e2b999b9
Merge pull request #2687 from uhoreg/sas2_spec
document new key agreement method for SAS verification and deprecate old method
2020-07-23 10:24:57 -04:00
Hubert Chathi 33ed9fc2dd apply changes from review 2020-07-21 16:19:53 -04:00
Richard van der Hoff 125614f3a4
Make use of highlight tweak consistent (#2670)
* remove redundant 'highlight: false' tweaks

their inconsistent usage is super-confusing.

* Remove redundant 'value: true' on highlight tweaks

again, the inconsistency was super-confusing.

* changelog
2020-07-16 17:26:34 +01:00
Richard van der Hoff 1b74e96b7e fix RST in changelog 2020-07-16 15:21:50 +01:00
Richard van der Hoff 6da06383e8
Allow /make_join to return a 404 (#2688)
Specify that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` can
return a 404 if the room is unknown.
2020-07-16 15:17:40 +01:00
Hubert Chathi 793dae1ece add changelog 2020-07-13 16:03:12 -04:00
Travis Ralston adf9443df4
Merge pull request #2669 from matrix-org/rei/bug_type_actions
Fix spec bug concerning the type of a push rule's array of actions
2020-07-06 08:33:30 -06:00
Richard van der Hoff 868ca45729
move changelogs to the right directory (#2671)
looks like these ended up in the wrong place.
2020-07-06 15:15:29 +01:00
Olivier Wilkinson (reivilibre) 2e72da2343 Fix spec bug concerning the type of a push rule's array of actions
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2020-07-06 13:14:27 +01:00
Aaron Raimist f8ff2ad6a9
Reword "UI Authorization" to "User-Interactive Authentication" (#2667)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-07-06 11:19:41 +01:00
Hubert Chathi a91c6446bc
Merge pull request #2639 from uhoreg/backup_version_required
various key backups fixes
2020-07-01 12:04:40 -04:00
Hubert Chathi 3e3eafc6ce add changelog 2020-06-23 16:34:48 -04:00
Hubert Chathi 72ad26ec92 fix changelog 2020-06-23 16:24:32 -04:00
Hubert Chathi c8e816d854 Add link to MSC in changelog entries. 2020-06-19 22:22:03 -04:00
Hubert Chathi 83e4d8c413
Merge pull request #2597 from uhoreg/ssss_spec
initial spec of SSSS
2020-06-19 21:44:17 -04:00
Jonas Platte 763e5654cc
Make event's title fields UpperCamelCase and distinguish /sync ones 2020-06-19 21:53:18 +02:00
Hubert Chathi b44ebaa32e add changelog 2020-06-16 17:06:36 -04:00
Richard van der Hoff 5cb4b086c7
Clarifications to the push module (#2634)
* Minor clarifications to the push spec
* move conditions before defaults
2020-06-16 16:56:31 +01:00
Nicolas Werner e3d12d6769 Remove room_id from /sync examples
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2020-06-11 18:27:00 +02:00
Hubert Chathi d261084f5b apply changes from review 2020-06-10 17:31:21 -04:00
Kitsune Ral 49ccfa09a8
Merge pull request #2592 from matrix-org/kitsune/fix-room-versions
capabilities.yaml: drop an extraneous title
2020-06-06 17:47:15 +02:00
Richard van der Hoff da740bfbca
Clarifications to SSO login/UIA (#2608)
including a bunch of text about security
2020-06-05 17:32:13 +01:00
Kitsune Ral 97809c5eae
Update changelogs/client_server/newsfragments/2592.clarification
Co-authored-by: Travis Ralston <travpc@gmail.com>
2020-06-05 12:38:10 +02:00
Richard van der Hoff d9f9706fdb changelog 2020-06-04 22:59:44 +01:00