Commit Graph

70 Commits

Author SHA1 Message Date
Mohsen Azimi
d61cf24ae0 Append swagger-auth global functions to window and don't break backward 2015-03-16 15:07:14 -07:00
Mohsen Azimi
79d9d1cf0d Update docs 2015-03-16 13:45:08 -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
Mohsen Azimi
dee699833f Update favicon with official logo and HiDPI support 2015-03-09 18:07:35 -07:00
LASSALLE Nicolas
19352cb3ff encodeURIComponent on api_key 2015-03-06 11:10:17 -08:00
Nuno Vieira
f10c0ff405 add print style sheet 2015-02-27 18:18:14 +00:00
Tony Tam
2dad51f6b1 updated from master 2015-02-18 21:18:53 -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
5308edc0d1 decode encoded URLs
Fixes #817
2015-01-30 15:58:56 -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
Gen Liu
7a85244d27 add local google font cache 2015-01-28 17:02:20 -08:00
gengen1988
cea4042f25 remove google web font
Web font may slow down loading speed in LAN. Chrome will wait 30s until it timeout.
2015-01-28 17:02:09 -08:00
Tony Tam
187e0a1162 updated link, removed buttons 2014-11-11 09:37:30 -08: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
8258d8b4d9 added null check 2014-09-20 21:20:04 -07:00
Markus Wolf
55a5abb9c7 Use initial url parameter if given, else fallback to petstore example 2014-09-19 10:55:17 +02: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
Chris Hatch
5d2bed7025 provide option sorter=[alpha|method] 2014-07-27 21:18:18 +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
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
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
Aliaksandr Autayeu
dc1bc43a19 removed selfclosing tag #332 - reapplied e4d01c5 by thadudexx 2013-12-14 16:13:06 +01:00
Brightcove Learning Services
727d9e03e0 fix for issue #285 2013-08-15 14:07:45 -04:00
Tony Tam
085fc8dc7e updated handlebars 2013-08-14 10:48:48 -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
Tony Tam
187d245047 updated to use petstore instead of localhost 2013-07-09 11:54:06 -07:00
Tony Tam
2a206b0a6b renamed discoveryUrl to url to match js change 2013-07-08 23:53:05 -07:00
Tony Tam
8f7e8f9ee0 updated to latest swagger-js 2013-07-08 18:38:11 -07:00
Tony Tam
09be20c97d merged with swagger.js-2.0-develop 2013-07-07 00:53:30 -07:00
Paul Hill
8ec69b272c Making fonts call protocol agnostic so it works behind https 2013-04-05 11:20:39 -07:00
Pepijn de Geus
d205753044 UI improvements for parameters (input and read-only) and model description.
Uses changes to swagger.js (swagger-client).
2013-02-27 17:01:25 +01:00
Tony Tam
e318616cd1 reverted default url 2013-02-04 10:39:45 -08:00
Tony Tam
9b1bd11f2d fix for #121 2013-02-01 21:32:14 -05:00
Tony Tam
2d62bddfb8 updated to 1.1.4 2012-11-19 19:30:42 -08:00
Ayush Gupta
3dca74c08f closes #84 2012-11-16 12:01:30 +05:30
Alberto Pose
fd6379140d Adding syntax highlight to JSON snippets and responses. 2012-11-15 18:13:33 -03:00
Greg MacLellan
abcd97d512 Added doctype declaration
In IE in particular, not including a doctype causes it to do all sorts of ridiculous things, like rendering in IE5 quirks mode. 

I am not sure why any developers would using IE, but my QA team found this and it's an easy enough fix and technically the right thing to do, so might as well fix it.
2012-11-09 17:06:18 -05:00
Ayush Gupta
b743c0f3db closes #35 2012-11-06 11:03:38 +05:30
Ayush Gupta
4a77d5a20f removed unnecessary node_modules, updated some of the logic from pull request for docExpansion, onComplete and onFailure param support 2012-11-05 11:17:25 +05:30