Andrew Morgan
25605b65a3
Don't generate matrix assets on CircleCI ( #3034 )
...
We already do this in the buildkite pipeline, so doing so in CircleCI is just
duplicate work.
3 years ago
Travis Ralston
5d275ab79e
Merge pull request #3024 from matrix-org/travis/gh-tmpl
...
Override issue templates from org
3 years ago
Travis Ralston
3cb3b52753
Merge pull request #3003 from wbamberg/block-sizes
...
More consistent widths
3 years ago
Travis Ralston
7da1ed51a3
Update idea.md
3 years ago
Travis Ralston
551c22247d
Override issue templates from org
...
We don't need OS information for a bug report here.
3 years ago
wbamberg
54a4f689a0
Merge pull request #3002 from wbamberg/fix-h7-h8
...
Remove h7 and h8 headings
3 years ago
Will
88e81b9c82
More consistent widths
3 years ago
wbamberg
1bfc3de6d6
Merge pull request #2992 from wbamberg/support-changelogs
...
Support changelogs
3 years ago
wbamberg
94f6cd21e3
Clarify the current situation wrt key derivation algorithms
...
Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
3 years ago
wbamberg
f1711ff3e4
Merge pull request #3000 from wbamberg/add-proposals-tables
...
Support rendering of proposal tables
3 years ago
Will
a974bdaf45
Remove h7 and h8 headings
3 years ago
wbamberg
d5f975edaf
Merge pull request #2999 from wbamberg/stop-scroll-overflow
...
Prevent sidebar scroll from overflowing
3 years ago
Will
25924a498c
Fix tab/spaces mix
3 years ago
wbamberg
e88a18ca5d
Merge pull request #2988 from wbamberg/support-rendered-data
...
Support rendered data
3 years ago
Will
2371a7a804
Prevent sidebar scroll from overflowing
3 years ago
Will
643cdd19c8
Support rendering of proposal tables
3 years ago
wbamberg
07c66616ac
Fix typo in comment
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
3 years ago
wbamberg
6fc1f52f2f
Fix typo in comment
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
3 years ago
wbamberg
942f865f64
Fix typo in comment
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
3 years ago
Will
a0316f6794
Update path to Swagger files
3 years ago
Will
3e03e7b17a
A few small fixes in /data and /content
3 years ago
Will
9a179038cc
Fix links to rendered APIs
3 years ago
Will
72ff5b92cb
Update content to call the new template for event definitions
3 years ago
Will
52f5e73a39
Update content to call the new template for HTTP APIs
3 years ago
Will
1d629bae40
Add styles for rendered data
3 years ago
Will
5f45a897ef
Add templates used to render data
3 years ago
Will
06983e1eb1
Remove RST comment, add bullets into list
3 years ago
Will
215b625d81
Replace csv table with GFM table
3 years ago
Will
873e8b30eb
Fix links in data
3 years ago
Will
27f8867aa0
Change RST code formatting markup to Markdown
3 years ago
Will
c7cf90abfa
Remove RST alert directives, replace with simple Markdown formatting
3 years ago
Will
00c6a866e2
Move raw API and event schemas into /data directory
...
Historical note: this was originally a series of several commits, spread out
over several weeks. They have been squashed together to make `git annotate`
work properly.
The original commits were:
* 91ab3934 <Will> 2021-01-25 21:16:42 -0800 Add raw API end event schemas into /data directory
* aae22f47 <Will> 2021-01-25 21:33:06 -0800 Remove non-data files
* 1092d4ca <Will> 2021-01-26 20:41:33 -0800 Add data-compatiuble extension (.yaml) to all data files that currently omit one
* 21060109 <Will> 2021-01-26 20:57:28 -0800 Remove symlink to event-schemas, and update openAPI schema paths accordingly
* 4f633845 <Travis Ralston> 2021-04-12 21:54:54 -0600 Fix event schema examples too
* 301c7b2f <Will> 2021-02-05 10:15:42 -0800 Restore docs describing OpenAPI extensions that we use
3 years ago
wbamberg
a26c352d78
Merge pull request #1 from matrix-org/anoa/support-rendered-data
...
Reinstate and fix schema validation files
3 years ago
Andrew Morgan
3c66e149f3
Move validator.js to scripts/ directory, update calls
3 years ago
Andrew Morgan
64231f079d
Update checker scripts to work correctly from the scripts/ dir
...
check-swagger-sources also had a bug which caused it to fail while validating the directory
structure of /data/api. This was fixed by @KitsuneRal - thank you!
3 years ago
Andrew Morgan
b8dafe86f4
Move and more aptly name check_examples.py scripts
3 years ago
Hubert Chathi
609641636d
decouple from MSC1849/MSC2674
4 years ago
Alexey Rusakov
8935503470
Fix a left-over spotted in the last moment
4 years ago
Alexey Rusakov
d27ea07bcb
Minor brush-ups and cleanup
4 years ago
Alexey Rusakov
67635b0dd7
Be even clearer about user confirmations
4 years ago
Alexey Rusakov
037ebbf1ca
Be even clearer about the authority part
4 years ago
Alexey Rusakov
9dd0854aee
Add a link to CS API
4 years ago
Andrew Morgan
a8f4ada8a8
Make join_rules field of PublicRoomChunk an optional value
4 years ago
Andrew Morgan
9ebfd98a7a
Apply suggestions from code review
...
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
4 years ago
Andrew Morgan
10267df76e
Add missing 403/404 response codes
4 years ago
Andrew Morgan
11996fb436
clarify some words
4 years ago
Andrew Morgan
a1a40c6346
Be consistent about event auth rules
4 years ago
Andrew Morgan
7f0b2d66a0
Update unstable endpoints from i.e xyz.amorgan/knock -> xyz.amorgan.knock
...
I'm doing this for two reasons:
1) If I ever wanted to create another knock-related MSC, it would be nice to be able
to give it a different namespace for endpoints, such as xyz.amorgan.knock2/knock. If
we were only using xyz.amorgan as the namespace for endpoints, that restricts that
namespace to only work for one MSC which attempts to use /knock as part of an endpoint.
2) I accidentally made the implementation use xyz.amorgan.knock/knock :)
4 years ago
Richard van der Hoff
52dfaaabd4
Update proposals/2801-untrusted-event-data.md
...
Co-authored-by: Jonathan de Jong <jonathandejong02@gmail.com>
4 years ago
Richard van der Hoff
a8a7acce1e
update UIA
4 years ago