Josh Ponelat
37f4850ce2
fixes #1205 , remove dead line
2015-05-05 19:36:23 +02:00
Tony Tam
843e86b5cc
merged with master
2015-04-16 12:29:26 -07:00
Mohsen Azimi
b579783ba0
Add API Key auth in onComplete callback of SwaggerUI#load call
2015-04-15 14:46:32 -07:00
Mohsen Azimi
a7d708593c
Fix issue #1160 "piKey is not set when Explore button is clicked "
2015-04-14 13:30:55 -07:00
Tony Tam
ac66a5009b
replaced corrupt images
2015-03-30 07:28:39 -07:00
Mohsen Azimi
99eaf4eb23
Use SwaggerJS from npm
...
* Uses npm to download latest swagger-js (for now. When swagger-js is
released we will replace git address with actual swagger-ui)
* Uses `postinstall` to generate `browser` folder of swagger-ui. This
can go when swagger-ui is published.
2015-03-25 12:49:39 -07:00
Mohsen Azimi
afe232747b
Normalize all the line endings
2015-03-17 14:34:22 -07:00
Mohsen Azimi
f49c1689d2
Move backward compatibility to swaggerUi.js and warn users about API changes
2015-03-17 12:10:28 -07:00
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
Tony Tam
87433d6d09
Merge pull request #1000 from mohsen1/develop_2.0
...
Render response headers.
2015-03-06 17:17:34 -05:00
LASSALLE Nicolas
19352cb3ff
encodeURIComponent on api_key
2015-03-06 11:10:17 -08:00
Mohsen Azimi
516b85ee65
Add generated print CSS file in src/main/html/css/
2015-03-05 10:50:34 -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
Tony Tam
89cb34ed1d
moved tests, added 1.x, 2.0
2015-01-30 22:49:36 -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
9a4aa61655
rebuilt file
2015-01-29 13:02:29 -08:00
Tony Tam
6ad5d2da2d
merged into swagger-js
2015-01-29 12:47:59 -08:00
Brian Shamblen
93e5566267
Oauth2 changes to support accessCode flow
...
Additional logic to support accessCode flow type, as well as minor bug
fixes to support the 2.0 spec.
2015-01-29 11:10:44 -08:00
Brian Shamblen
d7ac2f7232
Added hover over popup to display property validation attributes
...
swagger-ui does not render all Parameter-fields #808
2015-01-29 10:11:13 -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
329772af4c
merged from auth_2.0 branch
2014-11-11 00:16:13 -08:00
Tony Tam
aefd35237c
updated for auth
2014-10-25 11:33:04 -07:00
Tony Tam
b0301d6ee3
rebuilt with deprecate support, https://github.com/wordnik/swagger-ui/pull/645
2014-10-17 06:23:33 -07:00
Chris Allen
20c555306f
Adding deprecated indicator to operations
2014-10-03 16:52:44 -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
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
Bez Hermoso
f8991bc7f5
Moved reference to throbber.gif to CSS file.
2014-08-21 13:20:45 -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
c69c6f8d34
rebuilt per #418
2014-03-18 19:45:41 -07:00