Patrick Cloke
|
afae1083aa
|
Clarify what key content-specific rules match against. (#1441)
|
2023-03-08 13:06:06 +00:00 |
|
Richard van der Hoff
|
b07fe504ed
|
Stop rendering CS modules and room version fragments as standalone pages (#1317)
This is actually doing two things:
* creating `{fragments,modules}/index.md` turns the fragments and modules into
page resources, rather than pages in their own right. We have to update the
shortcodes to match.
* adding `headless: true` means that we don't render the pages.
The net effect is that we don't render pages like
https://spec.matrix.org/v1.4/rooms/fragments/v1-auth-rules/ and
https://spec.matrix.org/v1.4/client-server-api/modules/account_data/.
|
2022-11-08 17:27:44 +00:00 |
|
Travis Ralston
|
3c45c0aeb4
|
Remove unused policy room sharing mechanism, as per MSC3844 (#1196)
MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/3844
|
2022-08-03 11:31:24 -06:00 |
|
DeepBlueV7.X
|
5bf35327c6
|
Fix wording for globs in policy lists (#1165)
* Fix wording for globs in policy lists
The specification here does neither match how globs work in common
libraries nor do they match how they are used in practice currently or
how the MSC worded them (which said they should be like server ACLs). As
such this seems to be an issue introduced when writing the spec text.
Ref mjolnir:
- b48904bc2b/src/models/ListRule.ts (L44)
Ref matrix bot sdk (which implements the glob used above):
- 473e563236/src/helpers/MatrixGlob.ts (L26)
- f799b1fe1a/test/helpers/MatrixGlobTest.ts (L44)
Ref original MSC:
- c7b3d99853/proposals/2313-moderation-policy-rooms.md (L36)
- https://spec.matrix.org/v1.3/client-server-api/#server-access-control-lists-acls-for-rooms
fixes https://github.com/matrix-org/matrix-spec/issues/17
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
* Add changelog
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
|
2022-07-11 13:58:27 -06:00 |
|
Travis Ralston
|
fd2d5b8a49
|
Fix a few more instances of matrix-doc being used; Fix changelog support for repo split (#1051)
* Use spec-proposals repo for links in spec text and current changelog
* Make the changelog repo-aware
* Changelog
|
2022-05-10 08:59:54 -06:00 |
|
Travis Ralston
|
00169abcdb
|
Specify module order manually to work around hugo issues (#3612)
|
2022-01-04 20:29:10 -07:00 |
|
Will
|
72ff5b92cb
|
Update content to call the new template for event definitions
|
2021-08-27 19:16:42 +01:00 |
|
Will
|
228c737f56
|
Add support for modules
|
2021-01-19 15:57:35 -08:00 |
|