Commit Graph

772 Commits

Author SHA1 Message Date
Buu Nguyen
a6a3affff9 Use loadSpec option of latest swagger client 2017-03-20 18:10:31 -07:00
Robert Barnwell
d4c632253e Merge branch 'master' into target-blankv2 2017-03-20 16:15:07 -07:00
Minasokoni
2248e02a4d added target=_blank to links in info section 2017-03-20 16:12:59 -07:00
Robert Barnwell
69a0efa0df Merge branch 'master' into styling-fixes 2017-03-20 11:32:17 -07:00
Minasokoni
b6a3310ffc pre wrap fix 2017-03-20 11:30:07 -07:00
Minasokoni
75824afe18 force svg size 2017-03-20 11:28:51 -07:00
Kyle Shockey
33e5775dcf Default OnlineValidator url; rebuild dist 2017-03-19 19:27:09 -07:00
Kyle Shockey
eb548f6396 Merge branch 'master' of github.com:swagger-api/swagger-ui 2017-03-19 18:25:42 -07:00
Kyle Shockey
c5222153d0 De-mystify compound logic 2017-03-19 18:23:56 -07:00
Kyle Shockey
62be80741e Clarify variable names for configs 2017-03-19 18:20:14 -07:00
Kyle Shockey
b41c92f15a Merge branch 'url-from-query' of https://github.com/bodnia/swagger-ui into bodnia-url-from-query 2017-03-19 18:07:21 -07:00
shockey
5f0cc74e89 Update index.js
Disabling the YAML config plugin, for now.
2017-03-19 17:31:49 -07:00
Minasokoni
2b37eeff9c removed expand button 2017-03-19 12:22:42 -07:00
Minasokoni
bece956ad5 error styling updates, method colors added 2017-03-19 12:21:15 -07:00
Josh Ponelat
4749b90350 move the securityDefinitions conditional, outside of Schemes 2017-03-19 17:35:26 +02:00
Anna Bodnia
0b56640273 fixed fetch config 2017-03-19 14:47:42 +02:00
Anna Bodnia
26d5305404 fetch spec from url provided in query parameter 2017-03-19 13:28:10 +02:00
Josh Ponelat
3a2185c158 remove double-encoding of response (ie: serializeRes ) 2017-03-19 08:38:16 +02:00
Josh Ponelat
2479b8cdde ensure live-response headers exist 2017-03-19 08:37:56 +02:00
Ron
f22a628934 in with the new 2017-03-17 21:17:53 -07:00
Ron
bd8344c808 out with the old 2017-03-17 20:34:15 -07:00
Brock Anderson
5da72aaa4d changes to prevent the parameter description column from expanding (e.g. due to very long words in the content that cannot wrap). the new behaviour is that the long content just spills into the adjacent column. 2017-02-17 16:23:20 -08:00
Orit Prince
27b1eb971d Fix: Swagger-ui not displayed when parameter schema is missing 2017-01-15 09:35:05 +02:00
Tony Tam
d073c0a908 removed extend, which made the operation object unreachable 2017-01-04 17:30:14 -08:00
Javier Quiroz
673613129f Replace resource ID special characters to fix path expansion issue 2017-01-03 10:09:56 -08:00
Tony Tam
b055fb176b rebuilt 2017-01-02 14:04:39 -07:00
Tony Tam
38750aec58 Merge pull request #2424 from dolmen/feature/responseHooks
Feature: add responseHooks option for callbacks on responses
2017-01-02 13:57:12 -07:00
Tony Tam
ed6a330d5d merged 2017-01-02 13:54:22 -07:00
Tony Tam
e4c2236a68 Merge pull request #2474 from simo9000/master
Added meta tag to force IE11 to use edge document mode
2017-01-02 13:52:19 -07:00
Tony Tam
6a753a4bc8 Merge pull request #2558 from sreeshas/topic/sreeshas/fix_escape_resource_name
Fix escaping resource name.
2017-01-02 13:50:54 -07:00
Tony Tam
2905068997 Merge pull request #2553 from IlyaPomaskin/patch-1
Resizable container for "Model Schema"
2017-01-02 13:49:17 -07:00
Tony Tam
f386054a53 Merge pull request #2568 from tobigun/showOperationIds
Add option "showOperationIds"
2017-01-02 13:46:39 -07:00
Tony Tam
f8db172158 merged 2017-01-02 13:45:37 -07:00
Tony Tam
78b3678f74 Merge pull request #2587 from moses-palmer/feature-token-as-vendor-property
OAuth2 access token name as vendor property
2017-01-02 13:43:32 -07:00
Tony Tam
fa5de88f5d Merge pull request #2581 from ritesh-garg/issue-2577
Issue 2577
2017-01-02 13:42:35 -07:00
Tony Tam
353c8a39c5 updated swagger-js, rebuilt 2017-01-02 11:08:45 -07:00
Moses Palmér
4f467b4073 Prefer tokenName as vendor extension in auth view 2016-12-29 10:06:39 +01:00
Moses Palmér
7ca8cdeffb Read token name using function in auth view 2016-12-29 10:06:39 +01:00
Ritesh Garg
1142f01da1 Adding the check for model.definition 2016-12-23 20:02:29 -05:00
Ritesh Garg
d9e14e1e7d Commenting getName function as names are now determined beforehand and the prefix part is exposed as a separate function 2016-12-23 12:16:12 -05:00
Ritesh Garg
af068f787a Merge branch 'issue-2577' of https://github.com/ritesh-garg/swagger-ui into issue-2577 2016-12-23 11:52:20 -05:00
Ritesh Garg
8b01247192 Change to fix the naming for elements for an array from the element name(XmlElement) defined with array rather than determining it from the element model definition(XmlRootElement) 2016-12-23 11:48:11 -05:00
Ritesh Garg
8155330ae3 Change to set name for array elements from items.xml.name if it is set. Another issue after fixing this was for complex objects, that the name for element (from xmlelement annotation) was getting overridden by ref name (from xmlelementwrapper annotation) 2016-12-22 14:00:38 -05:00
Paul Gooderham
37d158bdc1 Issue #2460 Use only one class= in param_required isFile 2016-12-21 17:32:30 -05:00
Tobias Gunkel
26d8aced96 Add option "showOperationIds" 2016-12-18 23:20:13 +01:00
Sreenidhi Sreesha
878dad251d Fix escaping resource name. 2016-12-08 11:55:40 -08:00
Ron
2ba1c100ae Merge pull request #2397 from MugeSo/implement-oauth2-password-flow
Implement OAuth2 password flow
2016-12-06 08:52:16 -08:00
Tomasz Mieszkowski
3787de8038 [CSS] Remove refs to images that don't exist anymore. 2016-12-05 15:49:59 +01:00
Ilya Pomaskin
0f12d5d45c Resizable container for "Model Schema" 2016-12-02 19:15:50 +03:00
Tony Tam
a0cce8e746 Merge pull request #2532 from stephaneLeroy/master
Fix jsonEditor parameters when an operation is on multiple tags
2016-11-28 12:51:06 -08:00