Tony Tam
3c6d4ff3e6
rebuilt
2015-04-15 12:02:54 -07:00
Tony Tam
854ef16cbb
Merge branch 'fix-1132' into develop_2.0
2015-04-15 12:00:40 -07:00
Tony Tam
6f8533bdc2
Merge branch 'develop_2.0' into fix-1132
2015-04-15 12:00:28 -07:00
Tony Tam
3148d3938c
Merge branch 'fix-1160' into develop_2.0
2015-04-15 11:55:42 -07:00
Tony Tam
3a1e11fafc
Merge branch 'develop_2.0' into fix-1160
2015-04-15 11:55:27 -07:00
Mohsen Azimi
53966f7aa8
Fix issue #1132 "JS error when testing uploadFile method ( http://petstore.swagger.io/#!/pet/uploadFile )"
2015-04-14 14:01:38 -07:00
Mohsen Azimi
25af301e6d
Merge pull request #1157 from neoecos/patch-2
...
Call to swaggerUi.load before possible use.
2015-04-14 13:38:02 -07:00
Mohsen Azimi
a7d708593c
Fix issue #1160 "piKey is not set when Explore button is clicked "
2015-04-14 13:30:55 -07:00
Tony Tam
e0687b044d
Merge pull request #1128 from shuisman/patch-2
...
Update default validator with correct protocol
2015-04-14 09:56:46 -07:00
Sebastian Ortiz
44f200542c
Call to swaggerUi.load before possible use.
...
Using addApiKeyAuthorization function, needs to be done after swaggerUi is loaded, otherwise calling ``window.swaggerUi.api.clientAuthorizations.add`` will fail, and the authorization headers will not be aded.
2015-04-13 13:31:06 -05:00
Tony Tam
5d5606bb61
Merge pull request #1150 from OmniscientTechnology/develop_2.0
...
Fix - Swagger/Swashbuckle OAuth2 Authorizations not set #1134
2015-04-13 10:25:32 -07:00
Tony Tam
727812a544
updated client version
2015-04-11 07:14:16 -07:00
vprefournier
6761fd7a98
Fix - Swagger/Swashbuckle OAuth2 Authorizations not set #1134
2015-04-11 06:27:01 -04:00
shuisman
e127bf3577
Update default validator with correct protocol
...
Current code defaults to http protocol, but when package is installed in a https environment, the default validator should be securely available.
2015-04-07 18:37:02 +02:00
Mohsen Azimi
1ea77868aa
Update TravisCI badge to show only master result and remove CoffeeScript references
2015-03-28 18:07:58 -07:00
Tony Tam
978588a8d4
updated package, rebuilt
2015-03-28 17:17:11 -07:00
Tony Tam
987c5d4a0c
Merge pull request #1094 from mohsen1/pkg.json
...
Cleanup package.json
2015-03-28 17:12:35 -07:00
Mohsen Azimi
0cf041d2de
Cleanup package.json
...
swagger-client@2.1.0-M2.alpha2 need to get published for this
2015-03-28 08:44:53 -07:00
Tony Tam
0c6fcde0c1
rebuilt
2015-03-27 18:51:45 -07:00
Tony Tam
82a29e461c
removed shred
2015-03-27 18:51:38 -07:00
Tony Tam
e214e7a0a2
updated links
2015-03-27 18:51:26 -07:00
Tony Tam
f9db0637b5
Merge pull request #1079 from mohsen1/develop_2.0
...
Add file download to try operation
2015-03-26 16:33:04 -07:00
Mohsen Azimi
311abe7fea
Merge pull request #1071 from danrice01/patch-1
...
Fixing sorter typo
2015-03-26 13:53:13 -07:00
Mohsen Azimi
3de0b36a4e
Fix JSHint issues
2015-03-26 13:09:08 -07:00
Mohsen Azimi
d451c2b539
Add link innerText
2015-03-26 13:08:23 -07:00
Mohsen Azimi
c157fe41c1
Add support for downloading via Blob
2015-03-26 13:06:33 -07:00
Mohsen Azimi
6b8f6e2827
Add file download to try operation
2015-03-26 11:41:06 -07:00
Mohsen Azimi
cc34e270b7
Merge pull request #1074 from mohsen1/xit
...
xit out tests that are failing due to SwaggerJS
2015-03-26 11:00:09 -07:00
Tony Tam
cc8f9efaa4
Update .travis.yml
2015-03-25 20:50:37 -07:00
Mohsen Azimi
b36c6e596e
xit out tests that are failing due to SwaggerJS
2015-03-25 15:23:49 -07:00
Tony Tam
68e2543c68
Merge pull request #1067 from mohsen1/use-swagger-js-from-npm
...
Use SwaggerJS from npm
2015-03-25 15:13:39 -07:00
Mohsen Azimi
70114fe48a
Use node_modules/.bin for binary executions in scripts of package.json
2015-03-25 12:50:23 -07:00
Mohsen Azimi
445e0353ca
Append .json to v1 spec files to enforce Content-Type when serving in test
2015-03-25 12:49:57 -07:00
Mohsen Azimi
99eaf4eb23
Use SwaggerJS from npm
...
* Uses npm to download latest swagger-js (for now. When swagger-js is
released we will replace git address with actual swagger-ui)
* Uses `postinstall` to generate `browser` folder of swagger-ui. This
can go when swagger-ui is published.
2015-03-25 12:49:39 -07:00
Dan Rice
7979f75ff9
Fixing sorter typo
...
Original code didn't work because of a mix between the use of 'apisSorters' and 'apisSorter' references. Changed all 'apisSorters' refs to 'apisSorter'.
2015-03-25 14:53:40 +00:00
Tony Tam
a7093e68a5
Merge pull request #1066 from mohsen1/configurable-redirecturl
...
Add ability to override redirectUrl in swagger-oauth
2015-03-24 13:49:41 -07:00
Mohsen Azimi
6523318f88
Rename redirectUrl optoon to oauth2RedirectUrl
2015-03-24 13:33:40 -07:00
Mohsen Azimi
ede1faa0c8
Add ability to override redirectUrl in swagger-oauth
...
Fixes #457
2015-03-24 13:33:18 -07:00
Tony Tam
b78a8e5fdc
Merge pull request #1064 from mohsen1/umd
...
Make SwaggerUi UMD compatible
2015-03-24 13:10:20 -07:00
Mohsen Azimi
b58eee10e7
Fix JSHint issues
2015-03-23 16:00:43 -07:00
Mohsen Azimi
93c18d59b8
Make SwaggerUi UMD compatible
2015-03-23 14:28:14 -07:00
Tony Tam
440b62a2b2
Merge pull request #1051 from julien-maurel/sorterOptions
...
Fix #1040 : add options to be able to sort APIs and operations
2015-03-23 09:49:56 -07:00
Tony Tam
18bd611a84
Merge pull request #1058 from mohsen1/typos
...
Fix typos in SwaggerUi.js
2015-03-23 09:49:40 -07:00
Mohsen Azimi
f6754d2040
Fix typos in SwaggerUi.js
...
Fixes #1053
2015-03-20 18:22:24 -07:00
Tony Tam
0a6f913b1a
Merge pull request #1050 from liviosoares/develop_2.0
...
OperationView.js: fix rendering of Markdown (GFM) in description fields.
2015-03-20 14:22:39 -07:00
Livio Soares
aef4574958
operation.handlebars: Using a <div> around {{{description}}} is more robust to
...
potential HTML tags cannot be nested within the <p> context.
2015-03-20 16:37:54 -04:00
Julien Maurel
3377380c35
Fix #1040 : add options to be able to sort APIs and operations
2015-03-20 09:35:14 +01:00
Livio Soares
b181fa95a0
OperatioView.js: fix rendering of Markdown (GFM) in description fields.
...
This removes substitution of \r\n, \r, \n to <br>, since the subsequent set of
renderGFM() gets confused by them. Furthermore, the marked module already does a
decent job of substituting \n with proper HTML (<p>, if I'm not mistaken).
2015-03-18 23:38:28 -04:00
Tony Tam
38ac8428d1
rebuilt
2015-03-17 16:29:02 -07:00
Tony Tam
b66a8613ab
fixed build error
2015-03-17 16:28:31 -07:00