Commit Graph

6056 Commits (dd0cc92ba89f754a918cb98f90fbf9b468c5dd56)
 

Author SHA1 Message Date
Travis Ralston c95aa1c250
Merge pull request #2732 from uhoreg/fallback_keys
MSC2732: Olm fallback keys
3 years ago
Travis Ralston e606218dd1
Merge pull request #3241 from matrix-org/dependabot/npm_and_yarn/glob-parent-5.1.2
Bump glob-parent from 5.1.1 to 5.1.2
3 years ago
dependabot[bot] f493778f8d
Bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Patrick Cloke 7061e199e0 Add a type field. 3 years ago
Patrick Cloke 1d1d356aca Space -> room. 3 years ago
Travis Ralston bc915e276b
Merge pull request #3233 from matrix-org/hs/explicit-room-id-for-tombstones
Explicitly call replacement_room a room ID
3 years ago
Will Hunt 524c55208a
Create 3233.clarification 3 years ago
Will Hunt 1694146bee
Explicitly call replacement_room a room ID
Fixes https://github.com/matrix-org/matrix-doc/issues/3232
3 years ago
Patrick Cloke 8a3ad47175 A bit less passive. 3 years ago
Patrick Cloke e81686c7d0 Many clarifications. 3 years ago
Patrick Cloke 41dd06d355 Clarify an edge case. 3 years ago
Patrick Cloke c1eb461c8c Remove bit about user IDs being listed directly. 3 years ago
Patrick Cloke c7ab867cef Fix broken backlink. 3 years ago
Patrick Cloke 0f4961118e Remove spaces summary changes. 3 years ago
Michael[tm] Smith 24810745c2
Drop Origin & Accept from Access-Control-Allow-Headers value
This change drops the Origin and Accept header names from the
recommended value for the CORS Access-Control-Allow-Headers header. Per
the CORS protocol, it’s not necessary or useful to include them.

Per-spec at https://fetch.spec.whatwg.org/#forbidden-header-name, Origin
is a “forbidden header name” set by the browser and that frontend
JavaScript code is never allowed to set.

So the value of Access-Control-Allow-Headers isn’t relevant to Origin or
in general to other headers set by the browser itself — the browser
never ever consults the Access-Control-Allow-Headers value to confirm
that it’s OK for the request to include an Origin header.

And per-spec at https://fetch.spec.whatwg.org/#cors-safelisted-request-header,
Accept is a “CORS-safelisted request-header”, which means that browsers
allow requests to contain the Accept header regardless of whether the
Access-Control-Allow-Headers value contains "Accept".

So it’s unnecessary for the Access-Control-Allow-Headers to explicitly
include Accept. Browsers will not perform a CORS preflight for requests
containing an Accept request header.

Related: Related: https://github.com/matrix-org/synapse/pull/10114

Signed-off-by: Michael[tm] Smith <mike@w3.org>
3 years ago
Patrick Cloke 5204b85f59 Remove unstable prefixes. 3 years ago
Patrick Cloke 122c803f35 Rework this (again) to remove the API based on conversations with the SCT. 3 years ago
Patrick Cloke b94d379921 Add federation and reword a bit. 3 years ago
ilovecommits fee59e306d
Correct 'once-off' to 'one-off' 3 years ago
Travis Ralston d80939a9b9
Merge pull request #3218 from matrix-org/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.14.0 to 4.16.6
3 years ago
dependabot[bot] 8253c07dd0
Bump browserslist from 4.14.0 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.0...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Travis Ralston eb6f9246ad
Merge pull request #3176 from matrix-org/travis/clarification/lowercasing
Case fold instead of lowercase
3 years ago
Travis Ralston 8810f59207
Update 3167.clarification 3 years ago
Patrick Cloke b5d096957e Clarify examples. 3 years ago
Patrick Cloke 4b7dc17fbe Include an API endpoint. 3 years ago
Hubert Chathi 71a9bef12a
Merge pull request #3207 from toadjaune/patch-2
Fix a typo in event soft rejection schema
3 years ago
Hubert Chathi 43e471faca
Add changelog 3 years ago
Hubert Chathi 4beb86992b
Fix broken ASCII art 3 years ago
Hubert Chathi 701ca0f475
Merge pull request #3199 from uhoreg/deprecate_verification_start_spec
Deprecate verifications that don't begin with a request.
3 years ago
Arnaud Venturi fd84bd7217
Fix a typo in event soft rejection schema
Signed-off-by: Arnaud Venturi <github@toadjaune.eu>
3 years ago
Patrick Cloke 6923606e43 Clarify what changes are being proposed. 3 years ago
Hubert Chathi 78adb21455 add changelog 3 years ago
Hubert Chathi e201f4977e Deprecate verifications that don't begin with a request. 3 years ago
Patrick Cloke 29e4006f3c
Fix typo.
Co-authored-by: Travis Ralston <travpc@gmail.com>
3 years ago
Travis Ralston 60566bf0e4 iterate 3 years ago
Travis Ralston 9dc3830e92 Merge branch 'master' into travis/clarification/lowercasing 3 years ago
Patrick Cloke c44998cb66 Fix awkward wording. 3 years ago
Patrick Cloke b1051e42cb Various clarifications based on feedback. 3 years ago
Patrick Cloke d069ca2854 Also include the room topic. 3 years ago
Patrick Cloke 3fe5ca96b3 Wrap text. 3 years ago
Patrick Cloke d879eb6e00
Rename encrypted status to encryption information.
Co-authored-by: Travis Ralston <travpc@gmail.com>
3 years ago
Travis Ralston 55c2866ef3
Merge pull request #3195 from matrix-org/travis/msc1772-7E
Change space's valid `order` range to 0x7E
3 years ago
Travis Ralston d7219fb67e Change space's valid `order` range to 0x7E
0x7F is DEL, which is clearly not intended by the proposal text.
3 years ago
Andrew Morgan cea6622df8
Clarify that implementations can use stable prefixes once an MSC has merged (#3179)
Fixes #3146.

This PR changes the Matrix Spec Proposals page to clarify that implementations **do not** need to wait until a spec release to use stable prefixes, but that they can do so after the corresponding MSC has been merged. The justification is that once an MSC has been merged, it's fairly guaranteed that it will land in the spec. Yet it will take time for the spec release process to run its course, and we shouldn't make implementations wait for that.

The exception to this is if implementating a feature in a backwards-compatible way requires a new spec version to indicate to clients/servers that a feature has been added/changed. This situation is rare though, and most implementations won't fall into this category.
3 years ago
Patrick Cloke 4eeb27f467 Add more notes about edge-cases. 3 years ago
Patrick Cloke cbc4515a94 Spacing. 3 years ago
Patrick Cloke 590b7a48e7 Fill in the TODO about what how to mark access via spaces for the summary API. 3 years ago
Will Hunt f9a5b34099
Clarify /register / /login 3 years ago
Patrick Cloke 5afe23a1c0 More wrapping. 3 years ago
Patrick Cloke fab5eaa67b Add notes from @madlittlemods. 3 years ago