Benjamin Bouvier
6cd7038d01
Clarify that the async upload endpoint will return 404 in some cases ( #1983 )
2024-11-06 11:28:47 +00:00
Kévin Commaille
e0bd054373
Clarify formats of string types for the POST /_matrix/client/v3/login
endpoint ( #1980 )
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2024-11-06 11:14:24 +00:00
Kévin Commaille
f730987da6
Clarify format of string type for m.login.terms_params
( #1979 )
2024-11-06 10:49:38 +00:00
Kévin Commaille
1e0919ad12
Rename custom-formats.yaml
to string-formats.yaml
( #1977 )
...
It does not contain only custom formats, so the name didn't fit anymore.
Update also the docs to reflect that.
2024-10-30 22:30:31 +00:00
Johannes Marbach
88f0c56ad9
Clarify that servers must forward custom keys in PusherData
( #1973 )
...
Relates to: #921
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-10-30 10:33:44 +00:00
Srinjoy Sen Chowdhury
0b4d1c0237
Add 403 error response to federation/v1/state_ids ( #1926 )
...
fixes #1912 by adding a 403 error response to /_matrix/federation/v1/state_ids/{roomId}
Signed-off-by: Srinjoy Sen Chowdhury <srinjoysen123@gmail.com>
2024-10-30 10:30:05 +00:00
Kévin Commaille
611d6c3e7e
Always use %
delimiter for added-in
and changed-in
shortcodes ( #1975 )
...
The `<>` delimiters are not necessary for the shortcode to be rendered inline, and in some cases they break some expectations: a shortcode that is separated from other text to be in its own paragraph is not actually wrapped by a `p` element, breaking the spacing between paragraphs.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-10-30 10:09:38 +00:00
Kévin Commaille
3b8f3a09aa
Remove CSS workaround for scroll-anchoring ( #1976 )
...
Docsy does not set the `height` anymore, but the `min-height`, which doesn't seem to affect scroll-anchoring.
See f22a70ec56
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-10-29 22:58:53 +00:00
Kévin Commaille
1f5f2c4d83
Enforce consistent vertical spacing between paragraphs in endpoint definitions ( #1969 )
...
Use `p` elements to separate paragraphs instead of `br` and enforce single paragraphs to be wrapped in `p` for consistency.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-10-29 15:22:15 +00:00
Johannes Marbach
32f41f88bc
Document schema of PusherData in push gateway API ( #1968 )
...
Fixes : #910
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-10-29 15:10:59 +00:00
Kévin Commaille
b1ebbb9a1c
Rename .htmltest.yaml
to .htmltest.yml
( #1985 )
...
* Rename .htmltest.yaml to .htmltest.yml
This is almost nothing but htmltest expects this exact name by default, so when running the
binary locally, it avoids to have to bother with providing the name of the config file.
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>
2024-10-28 14:21:20 +00:00
Johannes Marbach
285cd2bda2
Sort VoIP events semantically ( #1967 )
2024-10-15 17:22:40 +01:00
Kévin Commaille
69d7dbf703
Remove span
element from added-in
and changed-in
shortcodes ( #1972 )
2024-10-14 18:04:36 +01:00
Kévin Commaille
48afe4faa5
Remove withVersioning
parameter of rver-fragment
shortcode. ( #1971 )
2024-10-14 18:00:49 +01:00
Kévin Commaille
1e47d7ec48
Remove boxes/added-in-paragraph
shortcode ( #1970 )
2024-10-14 17:57:33 +01:00
Johannes Marbach
ae3673d2ef
Remove note about reference implementations ( #1966 )
...
Fixes : #1962
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-10-10 14:10:55 +01:00
Johannes Marbach
c74105db43
MSC4151: Reporting rooms ( #1938 )
2024-10-10 10:53:44 +01:00
Travis Ralston
9e6233d0dd
v1.12 changelog
2024-10-07 13:32:17 -06:00
Travis Ralston
634c271654
Normalize changelog
2024-10-07 13:28:42 -06:00
Johannes Marbach
871c10577e
MSC4170: 403 error responses for profile APIs ( #1867 )
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-10-07 10:45:17 +01:00
Kévin Commaille
27b4cdcc9e
Add the deprecated
field to OpenAPI definitions and JSON Schemas ( #1940 )
...
I did a quick search of the "deprecated" word in the data folder and set the
field where the description says that a property is deprecated.
This does not change the rendering of the spec because the
descriptions already talk about the deprecation,
but it can be used by tools that rely on the OpenAPI definitions and JSON Schemas.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-10-01 14:39:57 +01:00
Travis Ralston
9486237f1b
Allow guests to access media (MSC4189) ( #1959 )
...
MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/4189
2024-09-30 11:36:17 -06:00
Johannes Marbach
c8ad740ba4
Use relative permalink to redirect to latest changelog ( #1956 )
2024-09-30 17:29:55 +01:00
Johannes Marbach
938022b1ff
Exclude checklists from alternate output formats ( #1954 )
2024-09-30 13:16:40 +01:00
Johannes Marbach
00af39ecca
Provide MD checklists for the changelog ( #1937 )
...
* Output changelog checklists
Fixes : #1682
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-09-27 13:00:00 +01:00
Johannes Marbach
ace2712719
MSC3939: Account locking ( #1934 )
2024-09-26 14:19:45 +01:00
Johannes Marbach
2cbf6067a6
Use "server name" instead of "DNS name" to avoid confusion ( #1946 )
...
Fixes : #1911
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-09-11 08:56:14 -04:00
Johannes Marbach
75e77b96ff
Additional keys in GET /capabilities don't have to be objects ( #1945 )
2024-09-11 13:51:27 +02:00
Kévin Commaille
6d088e03a1
Add added-in
shortcode for unread markers section ( #1941 )
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-09-04 08:53:06 -04:00
Kévin Commaille
415fb43848
Specify Content-Type
and Content-Disposition
usage in the media repo ( #1935 )
2024-09-02 10:41:33 +02:00
Johannes Marbach
7f2f100420
MSC4156: Migrate server_name to via ( #1933 )
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-08-28 13:42:30 +01:00
Johannes Marbach
215982abc2
Use dedicated fonts for better support of mathematical symbols ( #1919 )
2024-08-19 13:11:05 +01:00
Kim Brose
dc017c2dd3
Document that the spec uses RFC 2119 ( #1928 )
...
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
2024-08-15 10:31:50 +01:00
Tulir Asokan
87de68c35e
Fix required fields in /_matrix/key/v2/server
response schema ( #1930 )
...
Fixes #613
2024-08-14 20:51:12 +03:00
Kim Brose
c6d974975e
Improve wording of the unauthenticated media deprecation box ( #1916 )
2024-08-14 17:36:33 +01:00
Johannes Marbach
f9c4aeeea4
Remove leftover origin field from unsigned PDU example ( #1918 )
2024-08-12 12:01:54 +01:00
Johannes Marbach
c2fd278da0
Additional .well-known keys don't have to be objects ( #1920 )
2024-08-12 10:53:18 +01:00
Patrick Cloke
56914b72ef
Remove references to device-specific push rules. ( #1842 )
...
Device-specific push rules have never been implemented and aren't properly specified.
2024-08-01 10:33:41 -04:00
Johannes Marbach
9bac118aec
Clarify that the User identifier
object in POST /_matrix/client/v3/login
contains additional properties that depend on the identification type ( #1909 )
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-07-30 17:37:49 +00:00
Johannes Marbach
5d91b628c9
Don't mention that GET /_matrix/client/v3/profile/{userId}
can return additional properties because this is true for almost every endpoint ( #1910 )
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-07-30 18:37:29 +01:00
Josh Simmons
2017515ca9
update DCO, no legal name needed ( #1914 )
...
* update DCO, no legal name needed
* add a changelog entry, if needed
* add necessary fullstop for style guide
---------
Co-authored-by: Josh Simmons <git@josh.tel>
2024-07-25 17:41:12 -06:00
Johannes Marbach
d9c447e194
Document m.get_login_token capability ( #1908 )
2024-07-19 11:13:10 +01:00
Matthias Ahouansou
149d5d2a95
remove confusing description of restricted rooms with no valid conditions ( #1903 )
2024-07-17 14:26:28 +00:00
Johannes Marbach
c8eb7f5526
Document the removal changelog category ( #1907 )
...
* Document the removal changelog category
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
* Add changelog
---------
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-07-16 18:15:44 -04:00
Johannes Marbach
cbe8092d8a
Spec for MSC2867 (Marking rooms as unread) ( #1895 )
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2024-07-15 14:38:57 +01:00
Johannes Marbach
40d5e48716
Add missing references in capabilities table ( #1897 )
...
* Add missing references in capabilities table
Fixes : #1548
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
* Add changelog
---------
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-07-10 12:13:37 -04:00
Johannes Marbach
b1349dd06f
Remove the deprecated name attribute on HTML anchor elements ( #1870 )
...
* Remove the deprecated name attribute on HTML anchor elements
Fixes : #1790
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
* Add changelog
* Update content/client-server-api/modules/instant_messaging.md
Co-authored-by: Travis Ralston <travpc@gmail.com>
* Update content/client-server-api/modules/instant_messaging.md
Co-authored-by: Travis Ralston <travpc@gmail.com>
* Update changelogs/client_server/newsfragments/1870.deprecation
* Rename 1870.deprecation to 1870.removal
---------
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
Co-authored-by: Travis Ralston <travpc@gmail.com>
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2024-07-09 23:44:26 -04:00
Johannes Marbach
e4589bbc8a
Clarify that dont_notify and coalesce MUST be gracefully ignored ( #1890 )
2024-07-09 21:35:57 -04:00
Tulir Asokan
2261c03bcd
Clarify "real name" in contributor requirements ( #1886 )
...
This updates the sign-off requirements to match what most other
matrix-org and element-hq repos already have. The change was first made
in synapse: https://github.com/matrix-org/synapse/pull/3467
Signed-off-by: Tulir Asokan <tulir@maunium.net>
2024-07-09 19:36:55 +03:00
Johannes Marbach
5abc31111f
Clarify arguments of window.matrixLogin.onLogin ( #1905 )
2024-07-08 07:51:27 -04:00