Tony Tam
390c8c8408
added links to readme
2014-09-18 09:04:21 -07:00
Tony Tam
bc4f60a955
added links to readme
2014-09-18 08:28:37 -07:00
Tony Tam
88118bfc32
updated readme, resource to remove url if not present
2014-09-18 08:24:32 -07:00
Tony Tam
b653a9909b
updated readme, resource to remove url if not present
2014-09-18 08:24:17 -07:00
Tony Tam
91822035ef
added response check for swagger 2.0/1.2 client
2014-09-16 17:40:33 -07:00
Tony Tam
394afba3e5
fix for #570 , sanitized tag names
2014-09-15 17:37:50 -07:00
Tony Tam
b2096eb21b
removed stubs
2014-09-15 17:37:22 -07:00
Tony Tam
0c44f83c26
updated swagger lib
2014-09-15 17:36:28 -07:00
Tony Tam
0395bf3eb3
updated swagger-js
2014-09-14 14:06:31 -07:00
Tony Tam
66718f23dd
updates to develop branch
2014-09-12 16:09:42 -07:00
Tony Tam
963c009870
added 2.0 client
2014-09-11 15:39:09 -07:00
Tony Tam
bdec07e8c3
updated files
2014-09-07 17:12:03 -07:00
Tony Tam
9b0aa32941
rebuilt
2014-08-27 19:50:34 -07:00
Tony Tam
b1964254c5
Merge pull request #540 from bezhermoso/throbber_img_reference
...
Moved reference to throbber.gif to CSS file.
2014-08-24 21:19:03 -07:00
Tony Tam
3a7b66d345
Merge pull request #541 from STRML/master
...
Fix self XSS in request url.
2014-08-24 11:04:36 -07:00
Samuel Reed
5da60bfa62
Fix potential self XSS in request url.
2014-08-24 11:02:54 -04:00
Bez Hermoso
f8991bc7f5
Moved reference to throbber.gif to CSS file.
2014-08-21 13:20:45 -07:00
Tony Tam
ec81d25cb0
Merge pull request #532 from Antek-drzewiecki/oauth_redirect_url_fix
...
Fixed oauth redirect url path. URL works with nested pathnames.
2014-08-14 08:30:27 -07:00
Antek Drzewiecki
2b08c0e209
Fixed oauth redirect url path. URL works with nested pathnames.
2014-08-14 17:01:18 +02:00
Tony Tam
ee199633f6
fixes for https://github.com/wordnik/swagger-js/issues/107
2014-08-06 15:59:32 -07:00
Tony Tam
4ea20859c7
updated swagger-js
2014-08-02 15:24:51 -07:00
Tony Tam
0a52e344e7
updated swagger-js, added #507 to dist
2014-08-02 09:31:17 -07:00
Tony Tam
e04b756521
Merge pull request #507 from jbryson3/master
...
Provide option highlightSizeThreshold
2014-08-01 19:44:25 -07:00
Tony Tam
9955bcc69f
updated versions
2014-08-01 17:34:15 -07:00
Tony Tam
c17cc1010f
rebuilt
2014-08-01 17:15:42 -07:00
Tony Tam
2de104aac9
updated templates to support file as body or form params
2014-08-01 17:13:56 -07:00
Tony Tam
fbe5278928
updated logger to avoid logging arrays
2014-08-01 17:13:30 -07:00
Tony Tam
b09a8e91c9
updated key name
2014-08-01 17:12:08 -07:00
Tony Tam
c3904c54c8
updated key name
2014-08-01 17:11:59 -07:00
Tony Tam
26db2ce375
updated swagger-js to 2.0.34
2014-08-01 17:11:36 -07:00
John Bryson
28c7597138
Provide option highlightSizeThreshold to allow conditional syntax highlighting based on response size
2014-07-31 11:56:13 -04:00
Tony Tam
c948b40d34
Merge pull request #496 from chatch/master
...
sort routes alphabetically (254)
2014-07-28 07:45:31 -07:00
Chris Hatch
5d2bed7025
provide option sorter=[alpha|method]
2014-07-27 21:18:18 +08:00
Chris Hatch
6dc12f733e
Merge branch 'master' of https://github.com/wordnik/swagger-ui
2014-07-27 20:24:01 +08:00
Tony Tam
dfd5e937d4
Merge pull request #500 from 3scale/patch-2
...
Fixed undefined variable error
2014-07-24 12:01:46 -07:00
aurelian
9d0417e7f2
fixed undefined variable errors
2014-07-24 17:42:51 +02:00
Chris Hatch
8ad46f0813
remove console.info
2014-07-20 20:21:28 +08:00
Chris Hatch
db6419414c
#254 alphabetical sort of apis and operations under apis
...
new option sortAlphabetical=true|false
2014-07-20 20:18:19 +08:00
Tony Tam
9b9b5b4551
updated distro to include #493
2014-07-14 13:42:57 -06:00
Tony Tam
50ded295d9
Merge pull request #493 from vanderlee/patch-1
...
Fix for issue #492 ; HTML in response headers
2014-07-14 13:41:46 -06:00
Martijn van der Lee
525241fcd2
Fix for issue #492 ; HTML in response headers
...
Fix for issue #492 by escaping the response headers using Underscore
2014-07-14 20:39:54 +02:00
Tony Tam
855b31d73b
switched to snippet view #491
2014-07-12 20:30:28 -07:00
Tony Tam
7945dec86c
updated versions, swagger-js
2014-07-12 20:14:38 -07:00
Tony Tam
011f70935d
fixed #340 with empty body, updated swagger-js
2014-07-10 22:36:41 -07:00
Tony Tam
f0a099728c
Merge branch 'master' of github.com:wordnik/swagger-ui
2014-07-03 12:19:47 -07:00
Tony Tam
d673d5d1cb
Merge pull request #479 from tillig/patch-2
...
Fix handling for jQuery response headers
2014-06-17 17:36:19 -07:00
Travis Illig
8ad843fc4f
Fix handling for jQuery response headers
...
Fixes the way response headers are parsed when using the jQuery client. Enables the response headers to be properly viewed in the UI. Previous logic consistently returned an empty set of headers. Includes minor changes to allow the use of JS strict mode, at least for this function.
2014-06-17 15:23:22 -07:00
Tony Tam
1b89ab4128
Merge pull request #477 from paladox2015/patch-3
...
Update underscore-min.js
2014-06-17 10:53:32 -07:00
Tony Tam
bfc0c987df
Merge pull request #478 from tillig/patch-1
...
Fix handling for jQuery response headers
2014-06-17 10:45:42 -07:00
Travis Illig
e250ab3e66
Fix handling for jQuery response headers
...
Fixes the way response headers are parsed when using the jQuery client. Enables the response headers to be properly viewed in the UI. Previous logic consistently returned an empty set of headers. Includes minor changes to allow the use of JS strict mode, at least for this function.
2014-06-17 09:46:12 -07:00