Commit Graph

7003 Commits (9c4ddb6fa8839757d43c5b48ec79f0b21a0ecbb8)
 

Author SHA1 Message Date
Kévin Commaille 9c4ddb6fa8
Update toc.html
Bring in upstream changes and make it closer to upstream. This requires
to change also toc.js and the CSS styles.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
Kévin Commaille 94b3cda803
Update siderbar-tree.html
Bring in upstream changes.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
Kévin Commaille e7a9333a47
Update navbar.html
Bring in upstream changes.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
Kévin Commaille 58c2cba225
Update breadcrumbs.html
Mainly changes the existing formatting to be closer to upstream's to
have a smaller diff.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
Kévin Commaille 93835adcca
Use docsy's support for KaTeX
Rather than having our own implementation.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
Kévin Commaille 4bd7a9242c
Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
Kévin Commaille 891b6159de
Upgrade to master branch commit
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
Kévin Commaille ae4e2f9291
Upgrade Node.js version used in CI
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
4 weeks ago
Kévin Commaille 09798c1219
Upgrade Hugo version used in CI
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
4 weeks ago
Kévin Commaille cf08d019d4
Upgrade Docsy to v0.13.0
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
4 weeks ago
Andrew Morgan 2f6867348f
Replace Twitter link in footer with Masto/Bluesky (#2282) 1 month ago
Richard van der Hoff 6b5ff04d00 Return `main` to unstable status 1 month ago
Richard van der Hoff ce5ae4d371 missing comma 1 month ago
Richard van der Hoff 27315feb17 Minor changelog edits 1 month ago
Richard van der Hoff a1c930d0d1 Prepare v1.17 release 1 month ago
Andrew Morgan 9e959f3922
Add a list of endpoints to the top of each spec (#2262)
Fixes #784

Add a collapsible list of endpoints to the top of the page for each distinct spec. We do this by storing endpoint metadata on $page and creating a new partial, endpoints-toc.html, which renders it.
1 month ago
Kévin Commaille 7c39427d8b
Spec device management for application services (#2267)
As per MSC4190.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 month ago
Kévin Commaille 54944e2866
Fix version selector's historical URL (#2268)
* Fix version selector's historical URL

Regression because the function signature changed in #2261, but this
call was not updated.

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>
1 month ago
Johannes Marbach 13aa6e83ae
Use more specific names for the version picker CSS classes and add them to the PurgeCSS safelist (#2264) 2 months ago
Andrew Morgan 705240da72
Prevent PurgeCSS from deleting dynamically-added version picker CSS classes (#2260) 2 months ago
Johannes Marbach 4dbe080570
Append version number to 'latest' entry in the picker (#2261) 2 months ago
Johannes Marbach 7a1eb81c9c
Fix versions.json URL in unstable and local environment (#2259) 2 months ago
Johannes Marbach 22c0952003
Load versions.json as a resource if we're in the unstable spec (#2258)
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2 months ago
Johannes Marbach a5afe542c0
Add version picker in the navbar (#2256)
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
2 months ago
Johannes Marbach d28e05af87
Clarify that usage of event_id_only is not mandatory (#2255)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2 months ago
reivilibre b1fd2af72c
Clarify that servers may choose not to use `M_USER_DEACTIVATED` when they don't know who is asking. (#2246)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2 months ago
Forest f7a0d8d135
secrets.md: trivial grammar fix (#2250)
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
2 months ago
Johannes Marbach a2027a3985
Spec for MSC4312: Resetting cross-signing keys in the OAuth world (#2234)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2 months ago
Hugh Nimmo-Smith ff1a39e36a
List M_RESOURCE_LIMIT_EXCEEDED under correct error code section (#2232)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2 months ago
Doug add0f2232c
Call out the possibility of redacting events that you don't have the power to send. (#2249) 2 months ago
Johannes Marbach 8ebf4a4789
Clarify that device_one_time_keys_count is only optional if no unclaimed one-time keys exist (#2245)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2 months ago
Johannes Marbach 935c23485b
Clarify how to use state_after ahead of declaring full support for its spec version (#2240) 2 months ago
Johannes Marbach fe3f43a905
Point Olm and Megolm links at the new internal specification (#2242)
Relates to: #1543
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
3 months ago
Richard van der Hoff 4783619964
Fix broken link to katex CSS (#2241)
Followup to https://github.com/matrix-org/matrix-spec/pull/2226, which broke
the build. These links to the static CSS are broken in the case that the spec
is built for a subdirectory (such as `unstable`).
3 months ago
Johannes Marbach 4cafe7d9f4
Include Olm & Megolm specifications in main spec (#2226)
Fixes: #1543
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
3 months ago
Michael Telatynski e2b2e56bd2
Use NPM Trusted Publishers over token (#2239)
* Use NPM Trusted Publishers over token

due to security changes being enacted next month by npm

* Add changelog entry

* Update npm
3 months ago
Johannes Marbach 967b54195c
Clarify the special casing of membership events and redactions in power levels (#2231) 3 months ago
Johannes Marbach 9d063c8d2d
Add m.login.terms to enumeration of authentication types (#2233)
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
3 months ago
Kévin Commaille 74a0d5f289
Silence redocly-cli rule checking examples (#2238)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
3 months ago
Tol Wassman 974b0b721e
fix typo (#2227)
* fix typo

* create newsfragment

This seems to be the standard message for typo fixes.
3 months ago
Hugh Nimmo-Smith fda3be5ee3
Add note where an endpoint uses capability negotiation (#2223) 4 months ago
Travis Ralston 7f4072d993
Spec device ID masquerading (#2221) 4 months ago
Sarthak Kumar Shailendra 58744f4734
fix: update twitter icon to x (#2219) 4 months ago
Johannes Marbach dfdb1d09b8
Add missing bracket (#2224) 4 months ago
Johannes Marbach f82d8ab15b
Clarify that additional OpenGraph properties can be present in URL previews (#2225)
Fixes: #1753

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
4 months ago
Travis Ralston b6a127b5cb
Clarify that restricted joins require the referenced user to be joined (#2220) 4 months ago
Johannes Marbach 0a649cb0db
room_id is required for peeking (#2216) 4 months ago
Johannes Marbach d8be2ad942
The `server-name` segment of MXC URIs is sanitised differently from the `media-id` segment (#2217)
Fixes: #1990

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
4 months ago
Johannes Marbach 21109b4d5b
Push rule IDs are globally unique within their kind (#2214) 4 months ago
Johannes Marbach d4d31a8894
Don't advertise creator field in description of room creation (#2215) 4 months ago