Commit Graph

102 Commits

Author SHA1 Message Date
Tony Tam
a39ab425bf undid double stringify 2014-09-28 20:23:04 -07:00
Tony Tam
b0eff2d78b added exception handling, updated client 2014-09-28 20:19:17 -07:00
Tony Tam
607cca6229 fix for #612 2014-09-25 21:32:55 -07:00
Tony Tam
d3f373c188 fixed version 2014-09-25 21:28:34 -07:00
Tony Tam
8918fa1c24 added validator for v2 2014-09-25 21:23:05 -07:00
Tony Tam
af6eed4eb4 fix for #606, renamed resource to in the template 2014-09-23 10:00:03 -07:00
Tony Tam
2eabeb667a updated client, converted newlines to br in description 2014-09-23 01:26:18 -07:00
Tony Tam
922848b195 fix for #602 2014-09-23 00:54:14 -07:00
David Cole
252100b704 Escape returned HTML. 2014-09-19 13:44:45 -04:00
Tony Tam
6675568d09 merged from develop 2014-09-18 21:26:04 -07:00
Tony Tam
4ad4b499ee fix for license structure change 2014-09-18 09:29:52 -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
Samuel Reed
7a91117b6f Remove inline event handlers from resource template.
This allows us to use a strict CSP on explorer pages.
2014-09-12 14:30:42 -04:00
Tony Tam
bdec07e8c3 updated files 2014-09-07 17:12:03 -07:00
Samuel Reed
5da60bfa62 Fix potential self XSS in request url. 2014-08-24 11:02:54 -04:00
Tony Tam
e04b756521 Merge pull request #507 from jbryson3/master
Provide option highlightSizeThreshold
2014-08-01 19:44:25 -07:00
Tony Tam
2de104aac9 updated templates to support file as body or form params 2014-08-01 17:13:56 -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
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
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
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
05588bb669 fix for upload with no files 2014-05-14 09:45:18 -04:00
FilippQoma
9cedc0b4d7 ~ "Error Status Codes" -> "Response Messages"
+ "Response Model" column in OperationView template
+ Response Model in Response Messages
2014-04-29 19:20:31 +03:00
Tony Tam
da63a33845 merged from oauth2 branch 2014-03-19 21:50:31 -07:00
Tony Tam
9e8e62c17c Merge pull request #417 from spil-johan/master
Don't send empty form fields as undefined for file uploads
2014-03-18 19:46:09 -07:00
Tony Tam
fac6d94886 Merge pull request #418 from spil-johan/headers
Fix header response on file upload
2014-03-18 19:44:43 -07:00
Tony Tam
a5556d7f01 added options styling, swagger-js update, per #420 2014-03-18 19:41:49 -07:00
Johan.Bloemberg
191416e666 Fix header response on file upload 2014-03-10 11:41:45 +01:00
Johan.Bloemberg
e84acba53e Don't send empty form fields as undefined for file uploads 2014-03-10 11:18:43 +01:00
valdemon
1a346fbf26 Modified commit for the https://github.com/wordnik/swagger-ui/pull/414
Brings backward compatibility for the 'allowMultiple' attribute.
2014-03-06 12:39:49 +01:00
Tony Tam
77aa535a0f Merge pull request #413 from spil-johan/master
No request url or response body data on file upload
2014-03-05 17:08:10 -08:00
Tony Tam
5dffa48ac7 fix for toggle operation 2014-03-05 16:50:24 -08:00
Johan.Bloemberg
a539691568 Fix content and response url on file uploads 2014-03-05 14:10:10 +01:00
Tony Tam
dc7b663239 updated files 2014-02-27 23:35:36 -08:00
Tony Tam
b8943665a2 updated client to 2.0.13 2014-02-12 07:37:41 -08:00
Tony Tam
c22d94b940 updated swagger-js client, support for IE8 2014-01-23 20:40:10 -08:00
Michael Iles
eea0d72a85 Added support for pretty-printing responses for media types with
extended subtypes. For example the media type
'application/vnd.myresource+json; version=1.2' will be correctly
recognized as JSON and pretty-printed. Conforms to RFC 6838, 6839.
2014-01-19 14:46:55 -05: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
Tony Tam
2bddfb688a Merge pull request #327 from georgeOsdDev/master
Add image contents type resopnse handler
2013-11-04 09:57:57 -08:00
Takeharu Oshida
846628f1f3 Match all image types 2013-10-08 16:44:28 +09:00
Takeharu Oshida
355380a5c4 Add image contents type resopnse handler 2013-10-08 14:30:48 +09:00
Pavel Puchkarev
6db63006a6 fixing request_url updates for all operations in one resource 2013-10-07 18:14:58 -04:00
Tony Tam
abc3600994 Merge pull request #295 from tomrac87/hal_json
Proper formatting for "application/hal+json" Content-Type
2013-09-24 06:38:16 -07:00
Tony Tam
cd4fa99cc4 added resource description 2013-09-09 08:15:59 -07:00