Greg Thompson
4b453e3535
use property component in array-model and primitive-model
2017-11-02 15:20:20 -05:00
Greg Thompson
0c41155100
adds new property display component
2017-11-02 15:19:38 -05:00
Stuart Nichols
1a02364c2f
Replace color values with variables for easier theming
...
Replaced all color values with variables in scss files and
added associated variables to _variables.scss file
2017-11-02 11:50:33 +00:00
kyle
a95f138da7
Merge branch 'master' into feature/configsPlugin
2017-11-01 20:56:58 -07:00
HelderSepu
034ebb021c
Remove redundant Boolean call
2017-11-01 22:00:39 -04:00
Helder Sepulveda
7fd1a03c1d
Merge branch 'master' into bug/slow-formatXml
2017-11-01 21:52:45 -04:00
HelderSepu
f600fe8dbb
Simplify formatXml
2017-11-01 21:48:18 -04:00
Kyle Shockey
345c8dee57
WIP
2017-11-01 13:30:07 -07:00
Helder Sepulveda
87bbb9eb9f
Merge branch 'master' into bug/validation-messages
2017-11-01 09:33:00 -04:00
Helder Sepulveda
d73715f1fa
Merge branch 'master' into master
2017-11-01 09:32:49 -04:00
Helder Sepulveda
8731ff7512
Merge branch 'master' into feature/validation_tooltips
2017-11-01 09:32:30 -04:00
Kyle Shockey
1aa1907128
Check for input type and string length before sanitizing a URL
2017-10-31 12:35:08 -07:00
Kyle Shockey
afa615e01d
Add URL sanitizer to avoid javascript: XSS attack vector
2017-10-30 17:43:23 -07:00
Helen Kosova
73371b4f9c
Removed redundant "In:" label from Bearer auth dialog
2017-10-30 21:01:40 +03:00
Jeremy Epstein
a5193a5b5b
Don't URI-encode scopes when posting in oauth2 password flow
2017-10-29 12:04:43 +11:00
HelderSepu
ec2179f019
Fix issue with the error messages
...
Many of the errors where incorrectly showing "Required field is not
provided" when the field was provided but not valid.
This was raised by @ron on PR #3825
2017-10-28 16:21:40 -04:00
Helder Sepulveda
24cd95cf54
Merge branch 'master' into feature/validation_tooltips
2017-10-28 12:30:05 -04:00
Helder Sepulveda
9840abeccc
Merge branch 'master' into master
2017-10-28 11:56:56 -04:00
kyle
ba6e8d14a3
Merge branch 'master' into bug/3818-definitions-to-authorize-cache-invalidation
2017-10-27 23:55:25 -07:00
Kyle Shockey
2157988212
Don't reach into schema for value
2017-10-27 23:31:47 -07:00
Kyle Shockey
109f7ed430
memoize definitionsToAuthorize based on securityDefinitons value
2017-10-27 22:41:27 -07:00
Kyle Shockey
79ddae1526
Pass correct schema values to parameter state builder for OAS3
2017-10-27 22:23:11 -07:00
Helder Sepulveda
509037c6c0
Merge branch 'master' into master
2017-10-27 15:53:23 -04:00
Helder Sepulveda
6f876bcb12
Merge branch 'master' into feature/validation_tooltips
2017-10-27 15:51:20 -04:00
kyle
2caca555b1
Merge branch 'master' into bug/3816-oas3-authorize-always-showing
2017-10-26 15:49:05 -07:00
Kyle Shockey
7159649501
Return null instead of empty ImmutableMap in OAS3 securityDefinitions selector
2017-10-26 15:32:14 -07:00
kyle
35f1e94c04
Merge branch 'master' into bug/resolver-interception
2017-10-26 14:58:56 -07:00
Kyle Shockey
26428cd63b
Provide interceptors to SwaggerClient.resolve
2017-10-26 14:51:00 -07:00
kyle
8f0b498374
Update add-plugin.md
2017-10-26 10:59:06 -07:00
kyle
71c33d0af8
Update topbar.jsx
2017-10-26 10:57:36 -07:00
HelderSepu
ba32f60dec
Add validation error tooltips
...
If there is an error put it on the tooltip
2017-10-25 21:02:14 -04:00
Josh Ponelat
50b318c5d9
Create a configs plugin
...
This starts to migrate configs to state
2017-10-25 09:59:54 +02:00
Josh Ponelat
5db6a1d0c9
add guards to specSelectors
2017-10-25 09:39:44 +02:00
Josh Ponelat
1c6f8e8327
refactor specSelectors.allowTryItOutFor
2017-10-25 09:39:44 +02:00
Josh Ponelat
c6f354ae6c
clean up spec actions a bit
2017-10-25 09:39:44 +02:00
Josh Ponelat
e8772fbe2a
fix typo in error message
2017-10-25 09:39:40 +02:00
Josh Ponelat
22732e8cc5
change : {} to fromJS({}) in param-body.jsx
2017-10-25 09:39:40 +02:00
Josh Ponelat
a14b4c8039
Extend AST traversal to include string pointer
2017-10-25 09:39:40 +02:00
Josh Ponelat
84cc9489d4
fix typo with clear_validate_params
2017-10-25 09:39:31 +02:00
HelderSepu
43c5d9a8c9
Revert "Add objectCheck"
...
This reverts commit 87d11f99dd .
2017-10-24 18:35:28 -04:00
HelderSepu
87d11f99dd
Add objectCheck
...
Squeeze fix for required object on this PR
2017-10-24 17:49:56 -04:00
sserbin
cb274caa1f
hinting browser about 'Execute' button animation
...
in attempt to decrease ridiculously high cpu usage of swagger-ui-pulse animation
2017-10-24 01:55:40 +03:00
Owen Conti
b15942dfe1
Merge branch 'ft/performance' of github.com:swagger-api/swagger-ui into ft/performance
...
# Conflicts:
# src/core/components/responses.jsx
2017-10-22 12:55:51 -06:00
Owen Conti
be209841f6
Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/performance
2017-10-22 12:37:10 -06:00
HelderSepu
efa468bac5
remove semicolon
2017-10-21 13:20:48 -04:00
HelderSepu
ac24f4376b
Add validatePattern & UnitTest
2017-10-21 13:04:53 -04:00
Kyle Shockey
7c917325f0
Linter fixes
2017-10-20 19:31:52 -07:00
kyle
6d22e38a04
Merge branch 'master' into ft/oas3-authorization
2017-10-20 19:07:38 -07:00
kyle
bc676601a8
Merge branch 'master' into master
2017-10-20 16:59:19 -07:00
Ron
d953b7790d
Merge branch 'master' into master
2017-10-20 16:54:03 -07:00