laurent lepinay
|
e7b7465335
|
Merge branch 'develop_2.0' into JSONEditor
Conflicts:
dist/index.html
dist/swagger-ui.js
dist/swagger-ui.min.js
src/main/coffeescript/view/MainView.coffee
src/main/coffeescript/view/OperationView.coffee
src/main/coffeescript/view/ParameterView.coffee
src/main/coffeescript/view/ResourceView.coffee
src/main/coffeescript/view/SignatureView.coffee
src/main/html/index.html
|
2015-03-24 07:06:07 -07:00 |
|
Mohsen Azimi
|
51bbbf03db
|
Remove all references to swaggerUi global instance
|
2015-03-16 13:52:38 -07:00 |
|
Mohsen Azimi
|
66adb0d508
|
Remove global auth object references and fix header api key adding mechanism
Fixes #1033
|
2015-03-16 13:45:08 -07:00 |
|
laurent lepinay
|
447b905132
|
JSONEditor enable/disable flag
|
2015-03-12 07:12:07 -07:00 |
|
Mohsen Azimi
|
dee699833f
|
Update favicon with official logo and HiDPI support
|
2015-03-09 18:07:35 -07:00 |
|
laurent lepinay
|
eb390ffca2
|
JSON Editor feature
|
2015-03-09 07:06:24 -07:00 |
|
Mohsen Azimi
|
998cfc72b1
|
Bring back "Raw" link for 1.2 specs
|
2015-03-06 14:33:54 -08:00 |
|
Nuno Vieira
|
f10c0ff405
|
add print style sheet
|
2015-02-27 18:18:14 +00:00 |
|
Tony Tam
|
b5ebe4f796
|
rebuilt
|
2015-02-18 21:19:14 -08:00 |
|
Mohsen Azimi
|
ae4686b0dd
|
More test + fix decodeURIComponent call
Previously I was calling decodeURIComponent on regex match result which
was an array. This fixes that and alos adds more tests
|
2015-01-30 16:34:08 -08:00 |
|
Mohsen Azimi
|
9e8473308f
|
a build
|
2015-01-30 16:30:51 -08:00 |
|
Tony Tam
|
be837167eb
|
removed unnecessary logging
|
2015-01-30 15:02:05 -08:00 |
|
Mohsen Azimi
|
030cea26d8
|
Finish "gulp" command
|
2015-01-29 16:33:14 -08:00 |
|
Tony Tam
|
16135670c1
|
updated swagger-client lib, index fonts
|
2015-01-29 10:10:44 -08:00 |
|
Tony Tam
|
b7a7607820
|
merged from develop, #824
|
2015-01-28 22:45:35 -08:00 |
|
Tony Tam
|
d9a3c65ac4
|
fixed build, dist
|
2015-01-28 22:40:52 -08:00 |
|
Tony Tam
|
f7c14fadf6
|
updated & rebuilt lib with unified client
|
2015-01-27 17:01:12 -08:00 |
|
Tony Tam
|
187e0a1162
|
updated link, removed buttons
|
2014-11-11 09:37:30 -08:00 |
|
Tony Tam
|
2d0b3262f3
|
updated index
|
2014-10-20 07:28:45 -07:00 |
|
Tony Tam
|
97d23f61de
|
fix for https://github.com/wordnik/swagger-ui/issues/644, verify path object by type
|
2014-10-20 07:27:06 -07:00 |
|
Tony Tam
|
d16b149f39
|
fix for #632, param names other than
|
2014-10-17 08:52:44 -07:00 |
|
Tony Tam
|
c6fb33a9c7
|
added support for body params with name other than
|
2014-10-17 08:51:15 -07:00 |
|
Tony Tam
|
b0eff2d78b
|
added exception handling, updated client
|
2014-09-28 20:19:17 -07:00 |
|
Tony Tam
|
1eac80abdd
|
formatting
|
2014-09-28 19:26:59 -07:00 |
|
Tony Tam
|
4e15e9a068
|
added key listener
|
2014-09-25 21:44:23 -07:00 |
|
Tony Tam
|
b9e79d6824
|
Merge pull request #594 from alexagranov/master
pull out onChange handler for #input_apiKey so it can be called manually
|
2014-09-25 21:39:24 -07:00 |
|
Tony Tam
|
fedb12960b
|
added null check
|
2014-09-20 21:20:15 -07:00 |
|
Alex Agranov
|
19c34cf1ea
|
tidy up the commenting
|
2014-09-19 18:18:57 -04:00 |
|
Alex Agranov
|
ad3e9e5481
|
pull out onChange handler for #input_apiKey so it can be called manually
|
2014-09-19 18:14:28 -04:00 |
|
Tony Tam
|
4e508c0a1e
|
updated link
|
2014-09-18 21:04:24 -07:00 |
|
Tony Tam
|
963c009870
|
added 2.0 client
|
2014-09-11 15:39:09 -07:00 |
|
Tony Tam
|
9955bcc69f
|
updated versions
|
2014-08-01 17:34:15 -07:00 |
|
Tony Tam
|
011f70935d
|
fixed #340 with empty body, updated swagger-js
|
2014-07-10 22:36:41 -07:00 |
|
Tony Tam
|
b8e4317929
|
updated to support explicit keys
|
2014-06-12 17:50:23 -07:00 |
|
Samuel Raghunath
|
d96fd58016
|
Updated index.html to include css links for print media
|
2014-04-29 14:49:51 -04:00 |
|
Kyle J. Ginavan
|
34ab47e9e7
|
moved css scoping to less templates per owners request, converted highlight.default.css to less, and made reset css its only include as it is difficult to scope due to html and body tag css overrides
|
2014-04-11 09:59:19 -05:00 |
|
Kyle J. Ginavan
|
84f4e670fc
|
added scope to swagger, therefore, it can be included/embedded within other applications and not have css bleed.
|
2014-04-11 08:53:26 -05:00 |
|
Tony Tam
|
a36da91d7e
|
updated oauth2 support into a single config
|
2014-03-20 15:38:56 -07:00 |
|
Tony Tam
|
96c14e43a9
|
updated oauth2 support into a single config
|
2014-03-20 15:38:30 -07:00 |
|
Tony Tam
|
da63a33845
|
merged from oauth2 branch
|
2014-03-19 21:50:31 -07:00 |
|
Tony Tam
|
c22d94b940
|
updated swagger-js client, support for IE8
|
2014-01-23 20:40:10 -08:00 |
|
Bryan Matsuo
|
fc0ccd4486
|
restrict uploaded file inputs to those in the form being submitted
|
2013-12-20 17:17:06 -08:00 |
|
Tony Tam
|
34bd474bff
|
fix for #288
|
2013-11-29 22:07:37 -08:00 |
|
thadudexx
|
e4d01c57bf
|
Update index.html
removed selfclosing tag
|
2013-10-15 17:24:05 +02:00 |
|
Tony Tam
|
f22efb66de
|
fix for #279, empty boolean drop-downs
|
2013-08-20 12:48:14 -07:00 |
|
Tony Tam
|
085fc8dc7e
|
updated handlebars
|
2013-08-14 10:48:48 -07:00 |
|
Tony Tam
|
205125cd9d
|
fixes for content-type
|
2013-08-14 10:38:41 -07:00 |
|
Tony Tam
|
390ee1c781
|
removed console logs
|
2013-07-11 16:56:03 -07:00 |
|
Tony Tam
|
078851ba6e
|
fixed default URL
|
2013-07-11 07:59:11 -07:00 |
|
Tony Tam
|
e980cca6b4
|
added api info
|
2013-07-11 00:26:05 -07:00 |
|