Kévin Commaille
542a219623
Allow `/versions` to optionally accept authentication ( #1728 )
...
* Allow /versions to optionally accept authentication
According to MSC2046.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Set "Requires Authentication: Optional"
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
---------
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
9 months ago
Kévin Commaille
4e1b364015
Document the deprecation policy of HTML tags. ( #1732 )
...
* Deprecate `strike` HTML tag
Replace it with `s` or `del`.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Remove strike deprecation and add added-in annotation
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add link to HTML standard
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
* Update changelogs/client_server/newsfragments/1732.clarification
---------
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
Co-authored-by: Travis Ralston <travpc@gmail.com>
9 months ago
Richard van der Hoff
976ebdca2f
Update HTML templates to link to object definitions ( #1724 )
9 months ago
Kévin Commaille
afda8b8f74
Add local user erasure requests ( #1730 )
...
* Add local user erasure requests
As per MSC4025.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add default value
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
---------
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
9 months ago
reivilibre
2cb70e6e3d
Use a POST request in Federation request signing example ( #1721 )
...
* Use a POST request in Federation request signing example
Otherwise the GET request having a body is confusing, since it is not valid HTTP
* Newsfile
9 months ago
Kévin Commaille
38260aabcc
Fix typo in secrets module ( #1734 )
...
* Fix typo in secrets module
Introduced in #1695 .
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
---------
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
9 months ago
Kévin Commaille
b136b357e0
Update docsy to v0.8.0 ( #1699 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
9 months ago
Cadence Ember
e2dc5a3826
strike element is deprecated, s replaces it ( #1629 )
...
* strike element is deprecated, s replaces it
* Add newsfragment
9 months ago
Kévin Commaille
4cfe2fbf8d
Use `body` field as media caption ( #1731 )
...
* Use `body` field as media caption
As per MSC2530.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Use `s` HTML tag in example
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Move changed-in annotation
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
---------
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
9 months ago
Sumner Evans
9a1f0ad532
sas: clarify ECDH process in step 12 ( #1720 )
...
Co-authored-by: Denis Kasak <dkasak@termina.org.uk>
9 months ago
Sumner Evans
6096a28984
sas: clarify HKDF calculation uses base64-encoded keys ( #1719 )
9 months ago
kegsay
c4e69d8cb1
Clarify that invite->knock is not a valid transition ( #1717 )
...
This reverts https://github.com/matrix-org/matrix-spec/pull/1175
See https://github.com/matrix-org/matrix-spec/issues/1710
9 months ago
Hubert Chathi
170626da67
clarify otk and fallback key types in examples ( #1715 )
...
* clarify otk and fallback key types in examples
- remove unsigned curve25519 keys from examples because we don't use those for
otks and fallback keys
- add missing `device_unused_fallback_key_types` property, which is required
* add changelog
10 months ago
Michael Telatynski
650e691a22
Fix npm release script ( #1713 )
...
* Fix npm release script
* Create 1713.misc
10 months ago
Sumner Evans
9a5cacda90
Clarify that the key backup MAC is implemented incorrectly ( #1712 )
...
* Clarify that the key backup MAC is implemented incorrectly
Due to a bug in libolm, all implementations of the
m.megolm_backup.v1.curve25519-aes-sha2 key backup algorithm incorrectly
pass an empty string through HMAC-SHA-256 to generate the `mac` property
of the `session_data`.
It was intended for the entire raw encrypted data to be passed through
HMAC-SHA-256, but the issue was caught too late in the process, and thus
we are stuck with this until a new key backup algorithm is introduced.
This commit clarifies the real-world behavior of all current
implementations.
Signed-off-by: Sumner Evans <sumner@beeper.com>
10 months ago
Samuel Loury
1d35e7aac6
Make clearer in the example that the fallback prefix sequence should be repeated for each line ( #1690 )
...
Signed-off-by: Samuel Loury <konubinixweb@gmail.com>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
11 months ago
Richard van der Hoff
4a80df364a
Wording tweak in CONTRIBUTING.rst ( #1697 )
11 months ago
Richard van der Hoff
37ab151aad
Clarify secret storage format ( #1695 )
12 months ago
Andy Balaam
a843cad285
Clarify that threads can be created based on replies ( #1687 )
...
Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
12 months ago
Andy Balaam
3b2146c875
Batch receipts by thread as well as room ( #1685 )
12 months ago
Travis Ralston
59f8d632a3
Add step to release process to remind ourselves to reach out to Advocacy ( #1680 )
...
* Add step to release process to remind ourselves to reach out to Advocacy
* changelog
1 year ago
Travis Ralston
d50929d46b
Become unstable
1 year ago
Travis Ralston
0c099e3b79
Matrix 1.9
1 year ago
Hubert Chathi
62c377e19c
fallback keys should have a "fallback: true" property ( #1676 )
...
* fallback keys should have a "fallback: true" property
* add changelog
1 year ago
Andy Balaam
6fe2ff4fa7
Make clear the thread root is not in the thread ( #1677 )
...
* Make clear the thread root is not in the thread
Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
* Changlog entry for thread PR 1677 - thread roots not in thread
* Fix typo
* Add formatting for code values.
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
* Reword main timeline ID paragraph
* Use close to the original wording for the 'recurse' part of the 'in the thread' definition
* Remove note about thread roots being displayed in a thread
* Define the thread root
---------
Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
1 year ago
Travis Ralston
634b24fb25
Normalize changelog for 1.9
1 year ago
No
25a9157f0a
Add event_property_is and event_property_contains props to PushConditions ( #1673 )
...
Signed-off-by: tusooa <tusooa@kazv.moe>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
1 year ago
Patrick Cloke
161a4a2cfb
Federation requests must be for local users. ( #1672 )
...
This is already mentioned for /user/devices, but is not mentioned for /query/profile, /user/keys/claim, or /user/keys/query.
See GHSA-mp92-3jfm-3575 for an issue found with this in Synapse.
1 year ago
Matthew Hodgson
7b72c42ba6
put the e back into erik
1 year ago
No
91724e4aef
Fix .m.rule.suppress_notices push rule not being valid JSON ( #1671 )
...
Signed-off-by: tusooa <tusooa@kazv.moe>
1 year ago
Val Lorentz
7c19500da7
server-server-api: Fix grammar in server discovery ( #1665 )
1 year ago
Kévin Commaille
9fe119370b
Update typos action and fix typos ( #1661 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Kévin Commaille
560d98ba9b
Add more CI checks for OpenAPI definitions and JSON Schemas ( #1656 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
1 year ago
Kévin Commaille
c71b528148
Upgrade GitHub actions ( #1660 )
...
* Upgrade most github actions
Gets rid of warning in CI complaining about those actions
using node 12.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Upgrade node version used to run scripts
Use the latest LTS
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
наб
7fb9e99071
annotion ( #1658 )
...
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
1 year ago
Kévin Commaille
72517c0f9c
Generate server-server OpenAPI definition ( #1657 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Kévin Commaille
242b62ed55
Fix `m.call.negotiate` schema and example ( #1546 )
...
* Fix m.call.negotiate schema and example
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Add lifetime back
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
* Fix lifetime description
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
---------
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Kévin Commaille
c3098cc55c
Remove required 'fieldname' in Protocol definition ( #1646 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Kévin Commaille
9a9221d8ef
Fix schemas used for account data and presence events in `GET /initialSync` ( #1647 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
tsufeki
92cf662e3a
Fix typo in canonical JSON grammar ( #1652 )
...
Signed-off-by: Benedykt Błaszkiewicz <tsufeki@gmail.com>
1 year ago
Kévin Commaille
e40d9ca186
Fix rendering of `m.receipt` event in Client-Server API ( #1637 )
...
... and other improvements
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
1 year ago
Kévin Commaille
5672bdbab7
Fix enum types in JSON schemas ( #1634 )
...
`type: enum` does not exist, as an enum can be of any type.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Michael Telatynski
f11c5600a2
Fix npm package release automation ( #1648 )
1 year ago
Kévin Commaille
99e2ff4927
Replace all mentions of Swagger by OpenAPI ( #1633 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Kévin Commaille
df3f0af5d4
Fix schema of `m.mentions` object ( #1635 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Kévin Commaille
96f88e035c
Fix schema of `m.receipt` EDU ( #1636 )
...
It was missing a nesting level for the user ID -> user read receipt map.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Mohit Kumar Patel
46447e0287
add "case sensitive" to `/publicRooms` ( #1638 )
1 year ago
Kévin Commaille
044a78730e
Clarify that an `m.room.name` event with an absent `name` field is not expected behavior ( #1639 )
...
Fixes #1632
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 year ago
Paarth Shah
838dec272c
Clarify that `via` is required for `m.space.parent` and `m.space.child` as per MSC1772. ( #1618 )
1 year ago
Patrick Cloke
5e938f2b83
Document .m.rule.suppress_edits push rule (MSC3958). ( #1617 )
1 year ago