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
shockey
a5cab61d99
Merge pull request #3196 from gwynjudd/filter
...
Added maxRows and filter support
2017-07-11 22:14:38 -07: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
4a66219782
Merge pull request #3331 from owenconti/bug/3102-unguarded-expressions
...
Separate model.jsx components to their own files
2017-07-10 18:45:45 -07:00
shockey
025ec662c0
Merge branch 'master' into bug/3102-unguarded-expressions
2017-07-10 18:42:18 -07:00
Minasokoni
fe200f8616
styling updates
2017-07-11 09:46:44 +12: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
42efd8a60e
Merge pull request #3351 from shockey/v/3.0.18
...
v3.0.18
2017-07-07 18:40:20 -07:00
Kyle Shockey
afa73040f3
Rebuild dist
2017-07-07 18:29:47 -07:00
Kyle Shockey
4acb95b659
v3.0.18
2017-07-07 18:24:06 -07:00
shockey
38cccf9670
Merge pull request #3346 from owenconti/bug/3271-fix-trim-with-non-json-parameters
...
Fixes #3271 - Trimming parameter values
2017-07-07 15:35:08 -07:00
shockey
0f961b7162
Merge branch 'master' into bug/3271-fix-trim-with-non-json-parameters
2017-07-07 15:31:14 -07:00
shockey
286160437c
Merge pull request #3332 from owenconti/bug/3309-required-file-inputs
...
Fixes #3309 - Required File inputs
2017-07-07 15:16:00 -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
shockey
0f1b3cc78d
Merge pull request #3350 from sharkpp/fix_non_ascii_char_class_name
...
fixing Non-ascii character class name
2017-07-07 14:17:41 -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
shockey
9a3df4a6bb
Merge branch 'master' into bug/3309-required-file-inputs
2017-07-06 22:27:04 -07:00
shockey
896954c682
Merge pull request #3344 from owenconti/bug/3334-duplicate-arrows
...
Fixes #3334 - Add autoprefixer back to postcss plugins
2017-07-06 21:59:09 -07: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
7b33f2a262
Fixes #3334 - Add autoprefixer back to postcss plugins
2017-07-05 17:34:54 -06:00
Owen Conti
7e5e1e3093
Merge branch 'bug/3309-required-file-inputs' of github.com:owenconti/swagger-ui into bug/3309-required-file-inputs
2017-07-04 16:48:42 -06:00
Owen Conti
551a5a81a1
Fix test for falsy values
2017-07-04 16:48:23 -06:00
Owen Conti
6205aa48f1
Merge branch 'master' into bug/3309-required-file-inputs
2017-07-04 16:43:07 -06:00
shockey
e1a7bed9a3
Merge pull request #3336 from shockey/bug/3291-self-is-not-defined
...
Add try/catch for module asset require calls
2017-07-04 10:05:21 -07:00
shockey
42c085c5e5
Merge branch 'master' into bug/3291-self-is-not-defined
2017-07-04 10:01:55 -07:00
Kyle Shockey
9b21b5c2de
Add try/catch for module asset require calls
2017-07-04 09:58:34 -07: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
shockey
69420d8559
Merge pull request #3324 from kogalex/orderTagsProperly
...
fixing tag order to be in the same order as definition file
2017-07-03 17:36:47 -07: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
b2b9e84e11
Merge pull request #3312 from RVKen/webpack-migration-2.x
...
migrate webpack to v2.6.1
2017-06-29 19:26:24 -07:00
RVKen
8a86ed4e6f
update NoErrorsPlugin to NoEmitOnErrorsPlugin
2017-06-30 04:01:31 +02:00
shockey
b72aa3a7c8
Merge branch 'master' into webpack-migration-2.x
2017-06-29 18:23:36 -07:00
shockey
34a5dc721e
Undo change to swagger-client dependency
2017-06-29 18:21:31 -07:00
shockey
20ab734edf
Merge pull request #3294 from owenconti/bug/3072-error-response-fixes
...
#3072 - Body and headers on error responses
2017-06-29 17:27:45 -07:00
shockey
afaa5619bb
Merge branch 'master' into bug/3072-error-response-fixes
2017-06-29 17:20:09 -07:00
shockey
2f07a61e0c
Merge pull request #3292 from owenconti/ft/3135-request-duration
...
#3135 - Add request duration to response details
2017-06-29 17:18:05 -07:00
shockey
a69ed71f47
Merge branch 'master' into ft/3135-request-duration
2017-06-29 17:10:46 -07:00
shockey
55d94d40e3
Merge pull request #3298 from owenconti/bug/2947-model-display-for-non-objects
...
#2947 - Display property names for non-object models
2017-06-29 15:53:49 -07:00
shockey
07568aba3e
Merge branch 'master' into bug/2947-model-display-for-non-objects
2017-06-29 15:49:40 -07:00