Richard van der Hoff
a164302164
Get rid of the `proprosal-in-review` label ( #1036 )
...
Everything is in review. We may as well just use the draft state for WIP stuff.
3 years ago
thomaslantern
823b373601
added changelog
3 years ago
Travis Ralston
39d472fac0
Merge pull request #1038 from dkasak/dkasak/fix-hs-name-in-example
...
Fix origin server name in S2S Request Authentication example.
3 years ago
Travis Ralston
d8bab31f76
Merge pull request #1037 from DMRobertson/dmr/state-res-bold-defs
...
Stateres v2: Use bold to introduce definitions.
3 years ago
Denis Kasak
2857511a02
Changelog
3 years ago
Denis Kasak
c67df81202
Fix origin server name in S2S Request Authentication example.
...
The JSON payload listed a different origin HS name from the one
mentioned in the Authorization header.
3 years ago
David Robertson
05da3dc621
Changelog
3 years ago
David Robertson
5181de4080
Stateres v2: Use bold to introduce definitions.
...
Otherwise they are inline into the paragraph without punctuation, and
hard to read.
I'm guessing that pandoc did a poor job of converting a LaTeX
`begin{description}...\end{description}` or `\paragraph{...} ...` to
Markdown.
3 years ago
thomaslantern
842106d9d8
removed m.room.message.feedback
3 years ago
Richard van der Hoff
614680675f
Fix broken links to `matrix-doc` ( #1032 )
...
The spec has moved to https://github.com/matrix-org/matrix-spec , so there were
a lot of broken links here.
3 years ago
Catalan Lover
188eba6969
Correct several occurances of the old repo ( #1031 )
...
This PR aims to correct several occurances of the old repo link in proposals.md
I have not corrected all of them as i do not wish to say that i know the correct way we should word things in these situations. The primary changes are replacing all mentions of contributing.rst with the updated link that will work.
I also changed the line about related MSCs or Doc issues to be Spec issues since i think this is a clear enough case for me to be willing to guess what is appropriate.
3 years ago
Andrew Morgan
b9500a7548
Update the 'unstable' copy of the site every night at 2am UTC ( #1028 )
3 years ago
Richard van der Hoff
136b5c9231
Correct the default for `invite` in `m.room.power_levels` ( #1021 )
...
Per #860 , this has been wrong in the spec forever.
3 years ago
Richard van der Hoff
03cdea4b57
Style tweak for API rendering ( #1012 )
...
Tighter bound on the `max-width` property for paragraphs inside rendered
APIs. AFAICT it's only meant to apply to the summary.
3 years ago
Richard van der Hoff
dfb1bf2a5d
Fix `x-changedInMatrixVersion` for API parameters ( #1011 )
3 years ago
Jonas Platte
f6da709857
Mark `from` parameter as optional for `/messages` ( #1002 )
...
As per MSC3567, the `from` parameter is now optional for the `/messages` endpoint to allow fetching first or latest room content without having to rely on `/sync`
https://github.com/matrix-org/matrix-doc/pull/3567
3 years ago
Jonas Platte
ac9bee3f88
Remove origin from unsigned_pdu_base.yaml ( #998 )
...
It doesn't serve a useful purpose, is not enforced to be present by Synapse
and already being omitted by at least one homeserver implementation.
3 years ago
Richard van der Hoff
d38663f65d
Fix syntax highlighting in rendered spec ( #1008 )
...
* Configure syntax highlighter to use CSS classes
the inline `style` attributes cause CSP errors (and don't work). Instead, we
can use proper CSS classes.
* Configure response headers for Hugo dev server
make the dev server serve response headers which match the live site, for
better testing.
3 years ago
Andrew Morgan
5a54ca66d1
Replace deprecated Page.Dir with Page.File.Dir ( #988 )
3 years ago
David Robertson
46f98796b6
Correct title location in login flow definition ( #1003 )
3 years ago
Jonas Platte
17448083cf
Clarify that the url field in `m.room.avatar` events is not required. #987 )
3 years ago
Travis Ralston
b5cb9f7364
Merge pull request #997 from Famedly/nico/fix-missing-object-type
...
Add missing object type to openapi client event
3 years ago
Nicolas Werner
9a3da0b574
Add missing object type to openapi client event
...
Signed-off-by: Nicolas Werner <n.werner@famedly.com>
3 years ago
Richard van der Hoff
4da11a99c3
Fix newsfile CI check ( #993 )
...
Turns out this check, introduced in #990 , didn't actually work right.
3 years ago
Richard van der Hoff
dfdc840bb6
GHA job to check newsfragments. ( #990 )
3 years ago
Richard van der Hoff
ed2059900a
Add a codeowners file for matrix-spec ( #991 )
3 years ago
Richard van der Hoff
284d0e201f
Mark `type` in `AuthenticationData` as optional ( #989 )
3 years ago
Richard van der Hoff
d199c05e97
Suppress scroll-anchoring in the sidebar ( #992 )
3 years ago
Richard van der Hoff
7293744a5e
Rename changelogs/server_server/3703.clarification to changelogs/server_server/newsfragments/3703.clarification
3 years ago
Richard van der Hoff
24b23ec32a
Rename changelogs/client_server/3690.clarification to changelogs/client_server/newsfragments/3690.clarification
3 years ago
Richard van der Hoff
3618a3fc2d
Rename changelogs/3711.clarification to changelogs/client_server/newsfragments/3711.clarification
3 years ago
Richard van der Hoff
3747d8b8e2
Merge pull request #980 from anoadragon453/anoa/ground_control_to_major_version
...
Switch `%CLIENT_MAJOR_VERSION%` in /login endpoint for current /login version
3 years ago
Andrew Morgan
32b93d961e
Switch %CLIENT_MAJOR_VERSION% in /login endpoint for current /login version
...
This was left over from the days of all CS API endpoints sharing
the same major spec release version.
3 years ago
Richard van der Hoff
96716f3eec
Merge pull request #977 from aaronraimist/patch-1
...
Remove mention of `/proposals` from README
3 years ago
Aaron Raimist
bde18bf98e
Remove mention of `/proposals` from README
...
95edf9b494
removed the folder from the repo
3 years ago
Richard van der Hoff
95edf9b494
Remove proposals from this repository
3 years ago
Richard van der Hoff
ca466b5a57
Attempt to clarify how `event_match` works ( #3690 )
...
Fixes #3082 , #2637 , #3075 .
3 years ago
Will Hunt
c420fc49a0
Fix m.login.appservice -> m.login.application_service ( #3711 )
...
* Fix m.login.appservice -> m.login.application_service
Implementations seem to agree with the proposal, so I'd suggest we fix the typo in the spec. I don't *think* this needs a MSC as the original proposal was fine, and this was just a copy error.
* Create 3711.clarification
* Update 3711.clarification
* Update changelogs/3711.clarification
Co-authored-by: Travis Ralston <travisr@matrix.org>
Co-authored-by: Travis Ralston <travisr@matrix.org>
3 years ago
Richard van der Hoff
f989d323c0
Update v1.2 changelog with missed PR ( #3705 )
3 years ago
Andrew Morgan
868949908c
Use `yaml.safe_load` in `check-swagger-sources.py` ( #3719 )
3 years ago
Andrew Morgan
0d634b1935
Use yaml.safe_load instead of yaml.load in `check-event-schema-examples.py` ( #3716 )
3 years ago
Hubert Chathi
d06f05571f
move changelog to the right place
3 years ago
Richard van der Hoff
1913812a90
Clarify send_join response ( #3703 )
3 years ago
Andrew Morgan
e7adfd5ed1
Fix missed rst->md numbered list syntax for `m.room.server_acl` ( #3681 )
...
* Fix missed rst->md numbered list syntax
3 years ago
Richard van der Hoff
c400dc99c0
Update dependencies ( #3707 )
...
https://github.com/advisories/GHSA-566m-qj78-rww5 is a thing. I don't think
it's directly relevant to us, but upgrading is good.
3 years ago
Travis Ralston
956a22da11
return to unstable
3 years ago
Travis Ralston
e488a7fb6d
v1.2 changelog
3 years ago
Travis Ralston
4b78d22e8c
release steps: fastforward main
3 years ago
Travis Ralston
fb2aa688db
prep for v1.2
3 years ago
Alexandre Franke
de9cf76a57
Dump additional apis ( #3684 )
...
* ✨ Allow JSON generation for all API
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* 👷 Export AS API JSON
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* ✨ Handle missing security definitions
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* 👷 Export Push Gateway API JSON
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* 🎨 Improve identation
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* 🐛 Fix successive reference handling
Fixes #3689
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* 👷 Export Server-Server API JSON
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* 📝 Remove obsolete comment
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* 🐛 Make properties objects, as they MUST be
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
* Revert "👷 Export Server-Server API JSON"
This reverts commit 061f91c2cbcb6dff35c74177226da106826b4214.
Co-authored-by: Alexandre Franke <alexandre.franke@matrix.org>
3 years ago