Commit Graph

6070 Commits (travis/msc/widgets-send-receive-events)
 

Author SHA1 Message Date
Robin 02799753db
Clarify the meaning of a read_events action without a state_key (#4288)
Currently MSC2762 is ambiguous as to whether the absence of a state_key in a read_events action means that both state events and message-like events should be returned, or just message-like events. We should clarify this behavior, and I for one find it difficult to imagine a real use case that would benefit from the ability to read both state events and message-like events of a single event type as part of the same request, so I propose we limit the response to just message-like events in this case. This aligns the behavior with what Element Web did prior to the introduction of the update_state action.
7 months ago
Robin 1f32d05f0f
Distinguish room state and timeline events in MSC2762 (#4237)
* Distinguish room state and timeline events in MSC2762

* Change update_state to an array (to replace room_state_synced)
11 months ago
Travis Ralston aeadae81e2 Remove arbitrary limits 4 years ago
Travis Ralston 853bed2157 Special case redactions for now 4 years ago
Travis Ralston 7786f95464 widget 4 years ago
Travis Ralston 8eedf1d6c4 Add timeline access 4 years ago
Travis Ralston b67124622b Merge branch 'master' into travis/msc/widgets-send-receive-events 4 years ago
Richard van der Hoff dd0cc92ba8
Start a 'conventions' section in the Appendices (#3350)
I wanted a section for "here's what new APIs ought to do", which isn't really
very useful for consumers of the existing APIs.
4 years ago
Richard van der Hoff 8b2c126260
Update documentation_style.rst (#3352) 4 years ago
Richard van der Hoff dd6a55a848
Notes on how to use `hugo` from docker (#3349)
... and the minimum version required.
4 years ago
Richard van der Hoff f102ff3407
Update documentation_style.rst (#3351)
hugo tales commonmark.
4 years ago
Alexey Rusakov c8b9fe55c6
Merge pull request #3336 from lukaslihotzki/include-peek-events
OpenAPI: include peekEvents
4 years ago
Denis Kasak 54255851f6
Add newsfragment for #3339. (#3342) 4 years ago
Lukas Lihotzki 2a7fb018b8 OpenAPI: include peekEvents
Disambiguate from getEvents by a trailing space in path (like inviteUser).

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
4 years ago
Denis Kasak 10f1a12bfa
Merge pull request #3339 from matrix-org/dkasak/fix-typo-indentity
Fix typo in /_matrix/client/r0/account/3pid/delete (indentity -> identity).
4 years ago
Denis Kasak 042156950f Fix typo in /_matrix/client/r0/account/3pid/delete. 4 years ago
Hubert Chathi c3e39e13c7
Merge pull request #3337 from uhoreg/room_create_canonical_alias
room creation: create canonical alias event if alias specified
4 years ago
Alexey Rusakov 8a42807089
Merge pull request #3330 from lukaslihotzki/add-titles
OpenAPI: add titles
4 years ago
Lukas Lihotzki ca86eea126 OpenAPI: add titles 4 years ago
Alexey Rusakov 6b4d8851e0
Merge pull request #3329 from lukaslihotzki/missing-tags
OpenAPI: improve tags
4 years ago
Hubert Chathi d0a6c5b2b3 drop initial state check 4 years ago
Hubert Chathi 5a3d5a5dec add changelog 4 years ago
Hubert Chathi 2f5ad16230 Mention that a canonical alias event should be created if alias specified 4 years ago
Hubert Chathi 3d3fba3f3e
Merge pull request #3332 from lukaslihotzki/required-bodies
OpenAPI: require all bodies in cross_signing
4 years ago
Hubert Chathi 00d2f66caa
Merge pull request #3331 from lukaslihotzki/add-uia
OpenAPI: add auth property in uploadCrossSigningKeys
4 years ago
Lukas Lihotzki a1f4ab2203 OpenAPI: split User data tag
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
4 years ago
Lukas Lihotzki 3497a8d8cc OpenAPI: add missing tags
peekEvents remains untagged, because it is explicitly excluded.

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
4 years ago
Lukas Lihotzki 73112677c8 OpenAPI: require all bodies in cross_signing
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
4 years ago
Lukas Lihotzki 0c4b7ad5f0 OpenAPI: add auth property in uploadCrossSigningKeys
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
4 years ago
Alexey Rusakov 5132f1ea01
Merge pull request #3327 from lukaslihotzki/unique-ids
OpenAPI: fix key_backup
4 years ago
Lukas Lihotzki fa6e611283 OpenAPI: fix key_backup operation IDs 4 years ago
Andrew Morgan 0382eac23e
Use `changelogs/release.yaml` for the version number source everywhere (#3310)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
4 years ago
Niels Basjes e7e0455e27
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>
4 years ago
Alexey Rusakov a03ea34bf1
Merge pull request #3236 from lukaslihotzki/format-uri
Use format: uri
4 years ago
Lukas Lihotzki 29465f3519 OpenAPI: use uri format
In avatar_url, pusher url, wellknown base_url, getUrlPreview, and submit_url.

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
4 years ago
Travis Ralston 55249db316
Merge pull request #3289 from matrix-org/clokep/room-v8
MSC3289: Room version 8
4 years ago
Travis Ralston c651d394d1
Merge pull request #3238 from lukaslihotzki/required-bodies
OpenAPI: require all bodies in client-server
4 years ago
Neil Alexander 729812fe05
`/_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".
4 years ago
Patrick Cloke 0a016466c6 Revert "Update redaction rules."
This reverts commit 203c107e9e.
4 years ago
Travis Ralston 6c6aa0b3d6
Merge pull request #3299 from matrix-org/clokep/restricted-rooms-redaction
Update MSC3083 with a note about redacting the allow key.
4 years ago
Patrick Cloke 20e07cab02 Add note about redacting the allow key. 4 years ago
Lukas Lihotzki 7d0e931a38 OpenAPI: require all bodies in client-server
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
4 years ago
Patrick Cloke 203c107e9e Update redaction rules. 4 years ago
Travis Ralston 43c2324376
Merge pull request #3083 from matrix-org/clokep/restricted-rooms
MSC3083: Restricting room membership based on membership in other rooms
4 years ago
Patrick Cloke 9699aa87f6 Note unstable prefix. 4 years ago
Patrick Cloke db089aa1f5 De-indent section. 4 years ago
Patrick Cloke 31a9b2a720
Clarifications.
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
4 years ago
Matthew Hodgson 2a92acc59d
Update 3289-rooms-v8.md 4 years ago
Patrick Cloke 806d6fcc24 Add proposal for room version 8. 4 years ago
Patrick Cloke 72ffbfe0bd Rename MSC. 4 years ago