Commit graph

4832 commits

Author SHA1 Message Date
Kitsune Ral 67a8176903 Clarify officially that we use multiple API files
This is not something endorsed by the OpenAPI spec, just our practice.
2020-05-28 13:55:37 +02:00
Kitsune Ral 6cfb94562e c2s: clean up $ref objects
* Most of the changes: align to the $ref object definition
  (https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03#section-3)
  that says that any attribute other than $ref be ignored.
* Remove extraneous leading ./ in $ref paths
* Fix an apparent typo in registration.yaml:
  /account/password/msisdn/requestToken used a file from ../identity/*
  instead of its c2s namesake.
2020-05-28 13:55:37 +02:00
Kitsune Ral c72d30513e c2s: Add required: true to request bodies 2020-05-25 19:08:17 +02:00
Kitsune Ral ff59fc1905 /keys/query: Add a title in the response
The device keys structure in queryKeys is not the same as the one
defined in device_keys.yaml (it adds things on top of it).

Signed-off-by: Alexey Rusakov <Alexey.Rusakov@pm.me>
2020-05-08 07:48:28 +02:00
Kitsune Ral 77783b8fc3 Remove extraneous quotes, fix a typo
filter.yaml: quotes under |- were taken literally.
notifications.yaml: it's a number in the example, not a string
2020-05-08 07:48:28 +02:00
Kitsune Ral 202bf8abb1 Cleanup summaries and descriptions 2020-04-29 20:15:06 +02:00
Kitsune Ral c441e74b27 README.rst: fix the contributor's surname 2020-04-29 20:11:23 +02:00
Travis Ralston a3385126a7
Merge pull request #2507 from matrix-org/travis/proposal-buckets
Add some words about what categories are
2020-04-27 10:06:08 -06:00
Travis Ralston 16905a2f5b Make the spec core team the Spec Core Team 2020-04-22 14:31:34 -06:00
Travis Ralston 97b23da9f6 Update changelog entry for 2510 clarification 2020-04-22 14:27:22 -06:00
Travis Ralston b8f68cb874 Merge remote-tracking branch 'valkum/patch-1' 2020-04-22 14:26:43 -06:00
Rudi Floren 2bc798dcfa
Add changelog newsfragment 2020-04-22 22:21:36 +02:00
Rudi Floren b5868a59d6
Fix typo in Fed. API request auth python example
Fixes the typo in the Request Authentication python example. It seems like a copy paste error.

Closes: #2509
Signed-off-by: Rudi Floren <rudi.floren@gmail.com>
2020-04-22 22:18:28 +02:00
Travis Ralston 3c34d83082 Add some words about what categories are 2020-04-22 13:37:50 -06:00
Hubert Chathi 32aecc506f
Merge pull request #2503 from uhoreg/msc-fixes-2020-04
minor clarifications and corrections
2020-04-16 15:34:24 -04:00
Hubert Chathi 9103a0a398 minor clarifications and corrections 2020-04-16 14:58:44 -04:00
Travis Ralston be1669dd5b Merge branch 'fix-iv' 2020-04-07 13:14:03 -06:00
Travis Ralston b908b8e777 Add changelog 2020-04-07 13:13:52 -06:00
Lukas Lihotzki af7cf84083 Fix iv parameter description
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
2020-04-07 17:54:09 +02:00
Ben Parsons 57f3c8494f
Merge pull request #2491 from matrix-org/benp/proposals-scraper-fix
fix pagination in proposals scraper
2020-04-07 16:24:30 +01:00
Ben Parsons 7c037d2490 improve capture and add example 2020-04-07 15:26:48 +01:00
Ben Parsons 5ae8a8bcfd fix pagination in scraper 2020-04-07 14:37:55 +01:00
Travis Ralston 78a0843758
Merge pull request #2482 from aaronaxvig/master
Improve Windows steps
2020-03-30 12:43:03 -06:00
aaronaxvig 2f5d8a4a27
Removed PowerShell stuff
Clarified to use Command Prompt as recommended is pull request #2479, removed all PowerShell stuff.
2020-03-30 14:32:45 -04:00
aaronaxvig 5da5d5eeb9
Merge pull request #1 from matrix-org/master
Updating my fork
2020-03-28 18:39:49 -04:00
Aaron Axvig edd75703e2 Improved steps for building docs on Windows 2020-03-28 18:32:53 -04:00
Travis Ralston 2313f1e281
Merge pull request #2432 from matrix-org/rav/proposal/alt_canonical_aliases
MSC2432: Updated semantics for publishing room aliases
2020-03-25 16:14:43 -06:00
Travis Ralston b8b0e0d792
Merge pull request #2422 from deepbluev7/master
MSC2422: Allow color on font tag
2020-03-24 14:01:53 -06:00
Travis Ralston e05aa78604
Merge pull request #2471 from matrix-org/travis/changelog-removals
Support a 'removed endpoints' changelog type
2020-03-24 12:40:38 -06:00
Travis Ralston f7ce75d36c Support a 'removed endpoints' changelog type 2020-03-24 11:29:00 -06:00
Travis Ralston b6d97c5983
Merge pull request #2470 from matrix-org/clokep/remove-query-auth
Remove query_auth from the specification per MSC2451.
2020-03-24 11:22:29 -06:00
Travis Ralston 4f0ac741a2
Update changelogs/server_server/newsfragments/2470.removal 2020-03-24 11:22:05 -06:00
Patrick Cloke 9944decacf Add changelog entry. 2020-03-24 13:17:22 -04:00
Patrick Cloke fc03f7faa6 Remove query_auth from the specification per MSC2451. 2020-03-24 12:42:15 -04:00
Travis Ralston ef1032ee32
Merge pull request #2451 from matrix-org/clokep/remove-old-fed-endpoint
MSC2451: Remove `query_auth` federation endpoint.
2020-03-24 09:59:57 -06:00
Hubert Chathi 9e7bcaac9c
Merge pull request #2465 from uhoreg/state_res_clarification
clarify first run of iterative auth checks
2020-03-24 10:36:21 -04:00
Travis Ralston 522210bb5f
Merge pull request #2469 from aaronaxvig/issue2173
Fix italics in redact API description
2020-03-23 10:21:36 -06:00
Aaron Axvig 4d808762da Change formatting from italics to code 2020-03-23 12:11:18 -04:00
DeepBlueV7.X 28dc6a0515
Update proposals/2422-allow-color-attribute-on-font-tag.md
Apply typo fix as suggested.

Co-Authored-By: David Vo <auscompgeek@users.noreply.github.com>
2020-03-20 20:29:44 +00:00
Hubert Chathi 2b71234f3c clarify first run of iterative auth checks 2020-03-19 14:39:54 -04:00
Richard van der Hoff 7917d087f3 clarifications 2020-03-19 15:21:50 +00:00
DeepBlueV7.X 2d85422a2f
Update proposals/2422-allow-color-attribute-on-font-tag.md
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2020-03-07 18:34:07 +00:00
Nicolas Werner b760ec2d74 Add comments why alternatives to MSC2422 weren't chosen 2020-03-07 14:57:32 +01:00
Travis Ralston 7666b9fea7 Add changelog for name correction
https://github.com/matrix-org/matrix-doc/pull/2453
2020-03-06 10:56:19 -07:00
Travis Ralston 8e83256493
Merge pull request #2453 from Runster/patch-1
Correct name of Phil Zimmermann
2020-03-06 10:31:45 -07:00
Runster e6c7eac023
Correct name of Phil Zimmermann 2020-03-06 18:11:28 +01:00
DeepBlueV7.X 6b2752c4c2
Update proposals/2422-allow-color-attribute-on-font-tag.md
Co-Authored-By: Travis Ralston <travpc@gmail.com>
2020-03-05 21:02:23 +00:00
DeepBlueV7.X 438ff8fc1d
Update proposals/2422-allow-color-attribute-on-font-tag.md
Co-Authored-By: Travis Ralston <travpc@gmail.com>
2020-03-05 21:02:09 +00:00
Patrick Cloke 61715f6452 Update and expand the proposal based on feedback and additional info. 2020-03-04 08:07:12 -05:00
Patrick Cloke 68357a7d23
Fix a typo in -> and.
Co-Authored-By: Matthew Hodgson <matthew@matrix.org>
2020-03-04 07:31:38 -05:00