Patrick Cloke
06f0d622a9
Clarify membership checking over federation.
3 years ago
Patrick Cloke
5d1bebedf0
Re-iterate that ban and server-acls matter.
3 years ago
Patrick Cloke
486026a711
Namespace the allow type.
3 years ago
Patrick Cloke
955160c750
Add a type field.
3 years ago
Patrick Cloke
5c6e76a63b
Space -> room.
3 years ago
Patrick Cloke
963aa40665
A bit less passive.
3 years ago
Patrick Cloke
31cdf835b8
Many clarifications.
3 years ago
Patrick Cloke
084e6225c5
Clarify an edge case.
3 years ago
Patrick Cloke
6919bbf80c
Remove bit about user IDs being listed directly.
3 years ago
Patrick Cloke
959c6aa816
Fix broken backlink.
3 years ago
Patrick Cloke
7994a1e85a
Remove spaces summary changes.
3 years ago
Patrick Cloke
ef02f82afb
Add more notes about edge-cases.
3 years ago
Patrick Cloke
6686696e66
Spacing.
3 years ago
Patrick Cloke
4051810241
Fill in the TODO about what how to mark access via spaces for the summary API.
3 years ago
Patrick Cloke
35ce0b8f91
More wrapping.
3 years ago
Patrick Cloke
933c50480c
Add notes from @madlittlemods.
3 years ago
Patrick Cloke
0992a4d60f
Update dependencies to include MSC3173.
3 years ago
Patrick Cloke
85003eb784
Clarify link.
3 years ago
Patrick Cloke
b2b21e986d
Rework bits about peeking.
3 years ago
Patrick Cloke
ebae487451
Update a placeholder.
3 years ago
Patrick Cloke
4143f9ddcb
Document the error response.
3 years ago
Patrick Cloke
f71e48c0ac
Include the proposed MSC.
3 years ago
Patrick Cloke
82c2ed6a47
Add pointer to draft.
3 years ago
Travis Ralston
5d4713f168
Changelog for https://github.com/matrix-org/matrix-doc/pull/3225
3 years ago
Travis Ralston
f433e07763
Merge pull request #3225 from sideshowbarker/client-server-api-Access-Control-Allow-Headers-drop-Options-Accept
...
Drop Origin & Accept from Access-Control-Allow-Headers value
3 years ago
Travis Ralston
efbccb6edd
Merge pull request #3228 from ilovecommits/patch-1
...
Correct 'once-off' to 'one-off'
3 years ago
Michael[tm] Smith
d7cf63d981
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
Travis Ralston
e5b907021c
changelog for https://github.com/matrix-org/matrix-doc/pull/3254
3 years ago
ilovecommits
175e3c157d
Correct 'once-off' to 'one-off'
3 years ago
Christian Paul
86b53be3d1
Add "knock" membership to /members endpoint ( #3254 )
3 years ago
Travis Ralston
87d22392ac
Merge pull request #3173 from matrix-org/clokep/stripped-state
...
MSC3173: Expose stripped state events to any potential joiner
3 years ago
Travis Ralston
2ebae1cddd
Merge pull request #3251 from matrix-org/dependabot/npm_and_yarn/postcss-7.0.36
...
Bump postcss from 7.0.32 to 7.0.36
3 years ago
Patrick Cloke
c027957f01
Remove unstable prefixes.
3 years ago
Travis Ralston
6ba9ff5303
Merge pull request #3250 from matrix-org/jryans/mobile-toc-overlap
...
Fix sidebar overlap for small width devices
3 years ago
dependabot[bot]
a58966ad6e
Bump postcss from 7.0.32 to 7.0.36
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.32 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.32...7.0.36 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Patrick Cloke
b9daaa3a3f
Rework this (again) to remove the API based on conversations with the SCT.
3 years ago
Travis Ralston
3e186da139
Merge pull request #2732 from uhoreg/fallback_keys
...
MSC2732: Olm fallback keys
3 years ago
J. Ryan Stinnett
ae227b7070
Fix sidebar overlap for small width devices
...
This resolves a jarring text overlap issue with the sidebar by only adjusting
the `max-height` at larger widths, which matches the original rule being
overridden.
Fixes https://github.com/matrix-org/matrix-doc/issues/3049
3 years ago
Patrick Cloke
4933ecd176
Add federation and reword a bit.
3 years ago
Patrick Cloke
8082b2f813
Clarify examples.
3 years ago
Patrick Cloke
c37512343e
Include an API endpoint.
3 years ago
Patrick Cloke
7daf3376b2
Clarify what changes are being proposed.
3 years ago
Patrick Cloke
2522ed5eae
Fix typo.
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
3 years ago
Patrick Cloke
1672ce2b0c
Fix awkward wording.
3 years ago
Patrick Cloke
1c34a466ed
Various clarifications based on feedback.
3 years ago
Patrick Cloke
086095f72e
Also include the room topic.
3 years ago
Patrick Cloke
12abecf5b5
Wrap text.
3 years ago
Patrick Cloke
56b1b04544
Rename encrypted status to encryption information.
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
3 years ago
Patrick Cloke
517174b19d
Re-arrange security impact of knocking.
3 years ago
Patrick Cloke
bf41af7c15
Remove security considerations (moved to MSC3083).
3 years ago