Commit Graph

2090 Commits

Author SHA1 Message Date
Roman Hotsiy
aedfa47ba4
chore: upgrade deps
closes #1316
2020-07-25 20:15:14 +03:00
Roman Hotsiy
1976dd4ee2
chore: minor refactor in theme.ts 2020-07-25 20:15:14 +03:00
Barış
c9596d4b6c
fix: highlight json keys using different color (#1287) 2020-07-25 19:52:27 +03:00
Roman Hotsiy
93d8f46cfe
chore: fix Github stars widget width on demo page 2020-07-24 19:54:15 +03:00
Roman Hotsiy
630d0b074e
chore: Release 2.0.0-rc.35 🔖 2020-07-24 19:51:55 +03:00
Roman Hotsiy
12bf6426ad
chore: remove tokens from .travis.yml 2020-07-24 19:51:42 +03:00
Roman Hotsiy
8a8f9ef824
chore: Release 2.0.0-rc.34 🔖 2020-07-24 19:21:14 +03:00
Oleksiy Kachynskyy
de27ac0308
fix: update EnumValues component (#1324) 2020-07-24 10:15:36 +03:00
Roman Hotsiy
676faa943a
chore: Release 2.0.0-rc.33 🔖 2020-07-21 17:16:29 +03:00
Roman Hotsiy
1834a140e2
chore: Release 2.0.0-rc.32 🔖 2020-07-21 16:54:18 +03:00
Oleksiy Kachynskyy
14e7db9403
feat: add maxDisplayedEnumValues config and buttons for show/hide enums (#1322) 2020-07-21 16:54:17 +03:00
Roman Hotsiy
a96a11a4dc
feat: new option sortEnumValuesAlphabetically (#1321) 2020-07-21 16:10:48 +03:00
Roman Hotsiy
4db5bc470b chore: skipLibCheck 2020-07-13 11:29:53 +03:00
Roman Hotsiy
371f3dfc4e chore: fix tests 2020-07-13 11:29:53 +03:00
Anya Stasiuk
30a27c116b fix: update focus styling 2020-07-13 11:29:53 +03:00
Anya Stasiuk
3d25005f08 fix: make endpoint dropdown accessible 2020-07-13 11:29:53 +03:00
Anya Stasiuk
e8a0d105ca fix: make dropdowns accessible by keyboard 2020-07-13 11:29:53 +03:00
Anya Stasiuk
006031c517 fix: make sample controls focusable 2020-07-13 11:29:53 +03:00
Anya Stasiuk
05fd7543a2 fix: make properties focusable 2020-07-13 11:29:53 +03:00
Anya Stasiuk
442014c06d fix: make response sections focusable 2020-07-13 11:29:53 +03:00
Anya Stasiuk
47c6319206 fix: fix contrast ratio for response titles 2020-07-13 11:29:53 +03:00
Roman Hotsiy
0904b3fec2
fix: fix expand variable for vars with hyphens or dots
fixes #926
2020-06-27 19:51:39 +03:00
Roman Hotsiy
633d71293f
fix: default style and explode for params
fixes #1016
2020-06-27 19:22:49 +03:00
Roman Hotsiy
418b74848d
chore: upgrade openapi-sampler
fixes #907
fixes #1296
2020-06-27 19:03:41 +03:00
Moshe Eshel
644e96ae45
feat: array size info based on min max Items properties (#1308) 2020-06-27 18:45:00 +03:00
Roman Hotsiy
41b8b5d77b
chore: add missing changelog changes 2020-06-25 19:05:08 +03:00
Roman Hotsiy
5eec3be4c5
chore: Release 2.0.0-rc.31 🔖 2020-06-25 18:47:49 +03:00
Petr Flaks
865a56a2a9
fix: prevent body scrolling when user scrolls side menu (#1300) 2020-06-23 11:53:00 +03:00
Anna Stasiuk
2ede22c45c
fix: do not display long regexps (#1295) 2020-06-09 13:36:43 +03:00
Roman Hotsiy
5bace3008f
chore: Release 2.0.0-rc.30 🔖 2020-05-25 16:50:58 +03:00
Roman Hotsiy
5cf4d2aada
chore: simplify .github workflow 2020-05-25 16:49:00 +03:00
Roman Hotsiy
c69f6de4c9
chore: remove global Dict<T> and replace it with Record<string, T> 2020-05-25 16:37:45 +03:00
Roman Hotsiy
9dd129d90b
fix: proper search-index dispose 2020-05-25 16:37:45 +03:00
Roman Hotsiy
8d1d4c82e1
fix: keep 3-column layout on 13-inch mbp 2020-05-25 16:37:45 +03:00
JoBrad
b6414f4e43
Updated x-servers link to point to valid location. (#1267) 2020-05-24 23:06:08 +03:00
Daniel Schosser
4512436f1d
fix: add security headers to Docker nginx config (#1244)
* Add security headers to nginx config

Increase the security of the nginx server and the served page, by adding the following security headers to the nginx config:
- X-Frame-Options (Disables click jacking by disallowing the page to be run in a frame/iframe)
- X-XSS-Protection (Enables cross site scripting filtering)
- X-Content-Type-Options (Disables MIME sniffing and forces browser to use the type given in Content-Type.)
- Content-Security-Policy (Controls resources the user agent is allowed to load for a given page.)
- Referrer-Policy (Governs which referrer information sent in the Referer header should be included with requests made.)

Additional headers that could be added optionally:
- Strict-Transport-Security (Enforce HTTPS over HTTP)
2020-05-14 10:33:09 +03:00
Roman Hotsiy
05e0a3f06b
chore(cli): redoc-cli@0.9.8 2020-05-10 22:25:34 +03:00
Roman Hotsiy
2c6e3b6595
chore: Release 2.0.0-rc.29 🔖 2020-05-10 22:12:16 +03:00
Roman Hotsiy
becc2f5856
fix: depreacate x-code-samples, rename to x-codeSamples for consistency 2020-05-10 22:11:01 +03:00
Roman Hotsiy
6e607b9a29
fix: do not crash on incompatible allOf, console.warn instead
fixes #1156
2020-05-10 21:59:53 +03:00
Roman Hotsiy
846065916d
fix: fix broken md headings with ampersand
fixes #1173
2020-05-10 21:56:37 +03:00
Roman Hotsiy
c88c41b9b5
chore: fix node typing issue
fixes #1233
2020-05-09 15:46:43 +03:00
Roman Hotsiy
b59faada82
fix: download button opens in new tab instead of downloading
fixes #1247
2020-05-09 14:54:13 +03:00
Roman Hotsiy
40a4e5fa47
chore: enable untrustedSpec in demo 2020-05-09 14:41:38 +03:00
Neel Kamath
63ec3d120c
Update README.md (#1130) 2020-05-09 14:32:27 +03:00
Zakary Kamal Ismail
10414fc6d5
feat(cli): add the --title option to the serve subcommand (#1160) 2020-05-09 14:31:54 +03:00
Peter
1c7fc1a261
demo: new URL for GraphHopper (#1165) 2020-05-09 14:31:25 +03:00
Roman Hotsiy
18dbd6270c
chore: Release 2.0.0-rc.28 🔖 2020-04-27 19:52:18 +03:00
Roman Hotsiy
62c01da420
fix: encode URLs in json samples linkify (xss)
thanks to @masatokinugawa
2020-04-27 19:47:32 +03:00
Roman Hotsiy
ffa216ea87
chore: Release 2.0.0-rc.27 🔖 2020-04-20 16:29:37 +03:00