mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 05:14:10 +02:00
Compare commits
5 commits
af321b9c01
...
b38427ca40
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b38427ca40 | ||
|
|
9d063c8d2d | ||
|
|
74a0d5f289 | ||
|
|
70f6749c92 | ||
|
|
1583a12cec |
|
|
@ -0,0 +1 @@
|
||||||
|
Add `m.login.terms` to enumeration of authentication types.
|
||||||
1
changelogs/internal/newsfragments/2238.clarification
Normal file
1
changelogs/internal/newsfragments/2238.clarification
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Silence failing redocly-cli rule.
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify what the minimum_valid_until_ts field means when it is set in key queries.
|
||||||
|
|
@ -906,6 +906,7 @@ This specification defines the following auth types:
|
||||||
- `m.login.msisdn`
|
- `m.login.msisdn`
|
||||||
- `m.login.dummy`
|
- `m.login.dummy`
|
||||||
- `m.login.registration_token`
|
- `m.login.registration_token`
|
||||||
|
- {{% added-in v="1.11" %}} `m.login.terms`
|
||||||
|
|
||||||
###### Password-based
|
###### Password-based
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ paths:
|
||||||
- in: query
|
- in: query
|
||||||
name: minimum_valid_until_ts
|
name: minimum_valid_until_ts
|
||||||
description: |-
|
description: |-
|
||||||
A millisecond POSIX timestamp in milliseconds indicating when the returned
|
A millisecond POSIX timestamp. The returned keys MUST be valid
|
||||||
certificates will need to be valid until to be useful to the requesting server.
|
until at least this timestamp.
|
||||||
|
|
||||||
If not supplied, the current time as determined by the notary server is used.
|
If not supplied, the current time as determined by the notary server is used.
|
||||||
required: false
|
required: false
|
||||||
|
|
@ -98,9 +98,8 @@ paths:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
description: |-
|
description: |-
|
||||||
A millisecond POSIX timestamp in milliseconds indicating when
|
A millisecond POSIX timestamp. The returned keys
|
||||||
the returned certificates will need to be valid until to be
|
MUST be valid until at least this timestamp.
|
||||||
useful to the requesting server.
|
|
||||||
|
|
||||||
If not supplied, the current time as determined by the notary
|
If not supplied, the current time as determined by the notary
|
||||||
server is used.
|
server is used.
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,7 @@ rules:
|
||||||
no-invalid-media-type-examples: off
|
no-invalid-media-type-examples: off
|
||||||
no-path-trailing-slash: off
|
no-path-trailing-slash: off
|
||||||
operation-2xx-response: off
|
operation-2xx-response: off
|
||||||
spec-strict-refs: error
|
spec-strict-refs: error
|
||||||
|
# $ref in examples are not spec-compliant, yet we find them useful. Disable this rule
|
||||||
|
# and instead check example schema using `check-event-schema-examples.py`
|
||||||
|
no-invalid-schema-examples: off
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue