Eric Turcotte
a09e0b8b4a
Removed semicolon
2017-07-13 11:16:47 -05:00
Eric Turcotte
badfea61c3
Renamed authorizeAccessCodeWithQueryParams->authorizeAccessCodeWithFormParams
...
since that is technically correct
2017-07-13 10:53:36 -05:00
Eric Turcotte
b06971bf81
If config useBasicAuthenticationWithAccessCodeGrant is truthy, send client id
...
and secret as HTTP basic auth during authorization_code grant
2017-07-12 23:35:34 -05:00
Eric Turcotte
fc8ad8168d
Renamed authorizeAccessCode() to authorizeAccessCodeWithQueryParams()
...
Added authorizeAccessCodeWithBasicAuthentication() that sends the client_id and
client_secret using HTTP basic authentication
Authorization: Basic base64encoded[client_id:client_secret]
According to the OAuth2 spec, this is the preferred method. It also enables
Authorization Servers that only support basic authentication during the
authorization_code grant.
https://tools.ietf.org/html/rfc6749#section-2.3.1
2017-07-12 23:32:29 -05:00
Kyle Shockey
66c8778a29
Remove obsolete prop from validation
2017-07-11 22:05:38 -07:00
Kyle Shockey
28f7a15fe9
Use state instead of component hand-down for managing filter
2017-07-11 21:54:56 -07:00
Kyle Shockey
cf12091d93
Add filter to layout state
2017-07-11 21:33:14 -07:00
shockey
7cfc7cb4fc
Merge branch 'master' into filter
2017-07-11 21:20:22 -07:00
shockey
025ec662c0
Merge branch 'master' into bug/3102-unguarded-expressions
2017-07-10 18:42:18 -07:00
Gwyn Judd
c3f9c094d1
Added maxRows and filter support
...
Useful for the display of very large swagger specs. Can limit the number of operations to a smaller value and search
2017-07-11 09:38:20 +12:00
shockey
0f961b7162
Merge branch 'master' into bug/3271-fix-trim-with-non-json-parameters
2017-07-07 15:31:14 -07:00
shockey
f5b299f4f5
Merge branch 'master' into bug/3309-required-file-inputs
2017-07-07 15:11:43 -07:00
Ron
3c5ad11d09
Merge branch 'master' into bug/3271-fix-trim-with-non-json-parameters
2017-07-07 15:10:49 -07:00
sharkpp
ff41b30171
fixing Non-ascii character class name
...
Fixed to LATIN SMALL LETTER A because class name contained CYRILLIC
SMALL LETTER A.
2017-07-08 01:19:03 +09:00
Owen Conti
c1ffd9ee08
Fixes #3271 - Only trim parameter values if the parameter's content type is JSON. Change default value of parameter inputs to be '{}' only if the parameter's content type is JSON
2017-07-06 19:54:10 -06:00
Owen Conti
03961ad189
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3309-required-file-inputs
2017-07-03 18:57:41 -06:00
Owen Conti
718658e837
Fix for non-required inputs
2017-07-03 18:12:39 -06:00
Owen Conti
dd1b87e3d7
Fixes #3309 - Add same styles as regular input elements to file inputs. Add test for validating file type.
2017-07-03 18:04:49 -06:00
Owen Conti
6fd5839103
Fix PropTypes in model-collapse component
2017-07-03 16:27:47 -06:00
Owen Conti
15e105c931
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3102-unguarded-expressions
...
# Conflicts:
# src/core/components/model.jsx
# src/core/components/models.jsx
2017-07-03 16:12:31 -06:00
Alexander Kogan
0b4cef3ca8
fixing tag order to be in the same order as definition file
2017-07-02 19:59:20 +03:00
shockey
b72aa3a7c8
Merge branch 'master' into webpack-migration-2.x
2017-06-29 18:23:36 -07:00
shockey
afaa5619bb
Merge branch 'master' into bug/3072-error-response-fixes
2017-06-29 17:20:09 -07:00
shockey
a69ed71f47
Merge branch 'master' into ft/3135-request-duration
2017-06-29 17:10:46 -07:00
shockey
07568aba3e
Merge branch 'master' into bug/2947-model-display-for-non-objects
2017-06-29 15:49:40 -07:00
shockey
65ef596db1
Merge branch 'master' into bug/3299-integer-parameter-validation
2017-06-29 15:45:04 -07:00
shockey
5da71296e9
Merge branch 'master' into bug/3299-integer-parameter-validation
2017-06-29 15:43:31 -07:00
shockey
0a67efd964
Merge branch 'master' into bug/3136-operation-scheme-update
2017-06-29 15:39:11 -07:00
Kyle Shockey
3484b83d1f
trigger setScheme when a new set of schemes come in
2017-06-29 13:22:58 -07:00
Owen Conti
d27cae0085
Work on #3102 . Moved all the components out of model.jsx into their own files so they can be grabbed via getComponent()
2017-06-28 22:07:07 -06:00
RVKen
86482f8458
Merge branch 'master' into webpack-migration-2.x
...
* master:
#3110 - Fix models down arrow icon in firefox
2017-06-29 04:40:28 +02:00
RVKen
d36f0a6dbd
fix eslint issues
2017-06-29 04:37:19 +02:00
Owen Conti
beb7999cb8
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/2947-model-display-for-non-objects
2017-06-28 18:06:32 -06:00
Owen Conti
8727754dd4
#3110 - Fix models down arrow icon in firefox
2017-06-27 20:56:48 -06:00
Owen Conti
5119c7a5db
Fixes #3299 - export validateNumber and validateInteger for easy reuse and testing. Broke validateParam required check onto multiple lines. Added tests for validateNumber, validateInteger, and validateParam
2017-06-27 20:01:09 -06:00
Kyle Shockey
158c899176
"name" -> "urls.primaryName"
2017-06-27 17:26:24 -07:00
Jesse Mandel
e8a5d0d721
Merge branch 'master' into TopbarPluginWithSelect
2017-06-26 23:07:17 -07:00
Jesse Mandel
41e4d98a4c
Properly added name config
...
Now access it through getConfigs
Documented it in README
2017-06-26 22:49:57 -07:00
Owen Conti
0c6f5e8d32
Add displayRequestDuration configuration option.
2017-06-26 21:13:17 -06:00
Owen Conti
fe60544ff7
Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/3135-request-duration
2017-06-26 19:58:07 -06:00
shockey
8d4750d76c
Merge branch 'master' into ft/3289-boolean-default-value
2017-06-26 18:11:35 -07:00
shockey
a2e6619544
Merge branch 'master' into bug/3256-example-value-fix
2017-06-26 17:23:36 -07:00
Owen Conti
61d874d484
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3072-error-response-fixes
2017-06-26 16:32:52 -06:00
Owen Conti
c67ae29e7a
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3072-error-response-fixes
2017-06-26 16:24:20 -06:00
shockey
7adc8f187a
Merge branch 'master' into file-sample
2017-06-26 15:23:17 -07:00
Owen Conti
cf63f9b9dd
Fix for #2947 - Display property names for non-object models
2017-06-25 22:31:14 -06:00
Owen Conti
de3046e29d
#3256 - Remove unnecessary JSON.stringify call on example values that are already strings
2017-06-25 16:39:54 -06:00
Owen Conti
b2d52e2629
Remove isRequired from ResponseBody's contentType property as responses without a Content-Type header will not have a value to pass
2017-06-25 16:10:14 -06:00
Owen Conti
789534c587
Bug fix for #3136 - Update state when scheme options change and previously selected option is no longer available
2017-06-25 15:51:07 -06:00
Owen Conti
ddb5704637
#3072 - Display response body and headers for requests that result in non-200 responses. Add test to ensure error and response are merged correctly
2017-06-25 13:28:14 -06:00