Commit Graph

1231 Commits

Author SHA1 Message Date
Sean Kennedy
076aefce23 gitignore local specs copied to dist & anything in test/specs/local 2015-11-19 09:13:56 -05:00
Sean Kennedy
ccf5118f5e add targets to the gulpfile to simplify testing how various local specs display
(and modifying and looking again at those specs iteratively)

new gulp targets:
dev-dist: [lint, copy] (this runs the same code in dist, but without doing a clean first)
dev: [default, serve] (the task to run if you're iteratively making changes and don't want/need the dist directory to be regenerated every time)
2015-11-19 09:11:18 -05:00
Tony Tam
0bd93c84a4 Merge pull request #1764 from curtisgibby/patch-1
Add apostrophe to contraction in readme
2015-11-18 23:51:05 -06:00
Curtis Gibby
29854dc2ff Add apostrophe to contraction in readme
"what's" == "what is"
2015-11-18 15:40:13 -07:00
Tony Tam
d59e4141a1 rebuilt 2015-11-18 11:14:25 -06:00
Tony Tam
6d5c593b21 updated swagger-client version 2015-11-18 08:33:02 -06:00
verpixelt
e6336a3f5e Rewrite Less file 2015-11-17 12:43:18 +01:00
verpixelt
0a7fa0cd82 Remove element selector 2015-11-17 11:09:49 +01:00
verpixelt
315dbadb23 Reduce nesting, rewrite selectors 2015-11-17 11:07:34 +01:00
Josh Ponelat
4e2db14e47 change fonts to use Googles Droid-Sans(-Bold).ttf 2015-11-15 07:37:08 +02:00
Tony Tam
257db60a0b Merge pull request #1740 from jkoepcke/master
Show deprecated operations strikethrough
2015-11-12 00:04:36 -08:00
jkoepcke
656bb33baa Show deprecated operations strikethrough 2015-11-11 07:39:38 +01:00
jkoepcke
ceb72afda1 Show deprecated operations strikethrough 2015-11-11 07:39:08 +01:00
Tony Tam
13314c1645 Merge pull request #1709 from cupgit/fix_double_curl
Only add 'curlCommand' if the 'curl' class is used on a div
2015-11-06 08:47:21 -08:00
Ron
a5f72814cf Merge pull request #1732 from marcelometal/patch-1
Fixed typo in README.md
2015-11-05 11:27:40 -08:00
Marcelo Jorge Vieira
1cf7a8b9e8 Fixed typo in README.md
Replaced 'shoul' with 'should'
2015-11-05 17:20:23 -02:00
Tony Tam
5aeb23d63e added map to address https://github.com/swagger-api/swagger-js/issues/619 2015-11-04 12:52:13 -08:00
Tony Tam
b00623e10c Merge pull request #1717 from machour/master
Add french translation
2015-11-04 08:15:53 -08:00
Tony Tam
04a246dfc3 Merge pull request #1725 from lturista/master
Italian translation
2015-11-04 07:18:14 -08:00
lturista
540f43c24e Update it.js 2015-11-04 12:12:26 +01:00
lturista
bff6cc4a40 Create it.js
Italian translation.
2015-11-04 12:10:11 +01:00
Mehdi Achour
dafe87b66d Add french translation 2015-11-01 17:16:00 +01:00
Michel Cupurdija
b460b5042a Added change to dist 2015-10-27 17:23:40 +01:00
Michel Cupurdija
24649aa848 Only add 'curlCommand' if the 'curl' class is used on a div 2015-10-27 16:52:34 +01:00
Tony Tam
2fced78075 rebuilt 2015-10-26 17:11:10 -07:00
Tony Tam
5f22a46672 Merge pull request #1682 from lucian303/oauth-client-secret
Make client secret optional, depending on grant type.
2015-10-26 16:24:31 -07:00
Lucian Hontau
19639aba2b Make client secret optional, depending on grant type. 2015-10-16 13:34:05 -04:00
Tony Tam
2c252f3c48 Update README.md 2015-10-16 13:13:44 -04:00
Tony Tam
f515752602 rebuilt 2015-10-16 12:58:24 -04:00
Tony Tam
51ee684caa Merge branch 'rwinscot-master' 2015-10-15 18:16:01 -04:00
Tony Tam
a732bd3f79 rebuilt 2015-10-15 18:15:49 -04:00
Rick Winscot
2f2e727636 https://github.com/swagger-api/swagger-ui/issues/1664 2015-10-15 16:39:59 -04:00
Ron
893e1af2d3 Merge pull request #1666 from ducin/badge-npm
npm badges added
2015-10-09 15:06:23 -07:00
Tomasz Ducin
ef6563d9c7 added npm dependencies badge 2015-10-09 23:59:12 +02:00
Tomasz Ducin
901a17309c added npm package badge 2015-10-09 23:56:45 +02:00
Tony Tam
e72e8f7e61 rebuilt 2015-10-08 23:30:17 -07:00
Tony Tam
fa4caaf264 rebuilt 2015-10-08 23:27:14 -07:00
Tony Tam
500b6201c5 updated swagger-client version 2015-10-08 23:25:43 -07:00
Tony Tam
2b0a1d9483 Merge pull request #1650 from VinayBhalerao/urlencoded-json-body
Send POST body with content-type: application/x-www-form-urlencoded
2015-10-05 14:23:41 -07:00
vinay3scale
d1325fca4e send urlencoded body only when in:formData 2015-10-06 02:03:25 +05:30
Eran Stiller
5fa84ff570 Add easy option to specify additional query parameters during the OAuth2 authorization process 2015-10-04 11:37:12 +03:00
Ron
0a95435abe Merge pull request #1638 from rwuebker/patch-1
Update README.md
2015-10-02 14:21:58 -07:00
Tony Tam
e45f4b7e50 added ja file to dist 2015-10-02 10:37:31 -07:00
Rick Wuebker
c8777504fd Update README.md
- improves wording
- line 169 changes 'requires' to 'required'

BEFORE: The application is located behind a proxy that enables the requires CORS headers.
AFTER :   The application is located behind a proxy that enables the required CORS headers.
2015-09-30 11:06:04 -07:00
Tony Tam
60a1cd8071 Merge pull request #1631 from bigwheel/feature/add-lang-ja
Add Japanese lang file
2015-09-28 20:50:44 -07:00
kazufumi_nishida
991d8695d7 Add japanese lang file 2015-09-29 12:31:44 +09:00
Tony Tam
8bc259558b updated build 2015-09-19 11:58:10 -07:00
Tony Tam
9bf8129058 Merge pull request #1607 from safinalexey/master
fix for angular apps, when you dont have proper route and clicking on…
2015-09-19 11:51:19 -07:00
Tony Tam
49afcc8b02 Merge branch 'ezburg-master' 2015-09-19 11:49:06 -07:00
Tony Tam
bee68dd7c5 Merge branch 'master' of https://github.com/ezburg/swagger-ui into ezburg-master 2015-09-19 11:48:58 -07:00