Tony Tam
38750aec58
Merge pull request #2424 from dolmen/feature/responseHooks
...
Feature: add responseHooks option for callbacks on responses
2017-01-02 13:57:12 -07:00
Tony Tam
ed6a330d5d
merged
2017-01-02 13:54:22 -07:00
Tony Tam
e4c2236a68
Merge pull request #2474 from simo9000/master
...
Added meta tag to force IE11 to use edge document mode
2017-01-02 13:52:19 -07:00
Tony Tam
6a753a4bc8
Merge pull request #2558 from sreeshas/topic/sreeshas/fix_escape_resource_name
...
Fix escaping resource name.
2017-01-02 13:50:54 -07:00
Tony Tam
2905068997
Merge pull request #2553 from IlyaPomaskin/patch-1
...
Resizable container for "Model Schema"
2017-01-02 13:49:17 -07:00
Tony Tam
f386054a53
Merge pull request #2568 from tobigun/showOperationIds
...
Add option "showOperationIds"
2017-01-02 13:46:39 -07:00
Tony Tam
f8db172158
merged
2017-01-02 13:45:37 -07:00
Tony Tam
78b3678f74
Merge pull request #2587 from moses-palmer/feature-token-as-vendor-property
...
OAuth2 access token name as vendor property
2017-01-02 13:43:32 -07:00
Tony Tam
fa5de88f5d
Merge pull request #2581 from ritesh-garg/issue-2577
...
Issue 2577
2017-01-02 13:42:35 -07:00
Tony Tam
353c8a39c5
updated swagger-js, rebuilt
2017-01-02 11:08:45 -07:00
Moses Palmér
4f467b4073
Prefer tokenName as vendor extension in auth view
2016-12-29 10:06:39 +01:00
Moses Palmér
7ca8cdeffb
Read token name using function in auth view
2016-12-29 10:06:39 +01:00
Ritesh Garg
1142f01da1
Adding the check for model.definition
2016-12-23 20:02:29 -05:00
Ritesh Garg
d9e14e1e7d
Commenting getName function as names are now determined beforehand and the prefix part is exposed as a separate function
2016-12-23 12:16:12 -05:00
Ritesh Garg
af068f787a
Merge branch 'issue-2577' of https://github.com/ritesh-garg/swagger-ui into issue-2577
2016-12-23 11:52:20 -05:00
Ritesh Garg
8b01247192
Change to fix the naming for elements for an array from the element name(XmlElement) defined with array rather than determining it from the element model definition(XmlRootElement)
2016-12-23 11:48:11 -05:00
Ritesh Garg
8155330ae3
Change to set name for array elements from items.xml.name if it is set. Another issue after fixing this was for complex objects, that the name for element (from xmlelement annotation) was getting overridden by ref name (from xmlelementwrapper annotation)
2016-12-22 14:00:38 -05:00
Paul Gooderham
37d158bdc1
Issue #2460 Use only one class= in param_required isFile
2016-12-21 17:32:30 -05:00
Tobias Gunkel
26d8aced96
Add option "showOperationIds"
2016-12-18 23:20:13 +01:00
Sreenidhi Sreesha
878dad251d
Fix escaping resource name.
2016-12-08 11:55:40 -08:00
Ron
2ba1c100ae
Merge pull request #2397 from MugeSo/implement-oauth2-password-flow
...
Implement OAuth2 password flow
2016-12-06 08:52:16 -08:00
Tomasz Mieszkowski
3787de8038
[CSS] Remove refs to images that don't exist anymore.
2016-12-05 15:49:59 +01:00
Ilya Pomaskin
0f12d5d45c
Resizable container for "Model Schema"
2016-12-02 19:15:50 +03:00
Tony Tam
a0cce8e746
Merge pull request #2532 from stephaneLeroy/master
...
Fix jsonEditor parameters when an operation is on multiple tags
2016-11-28 12:51:06 -08:00
Joe Littlejohn
90f641059f
On complete, ignore fragments that don't contain useful information
...
Auth providers like Facebook and Google tend to add garbage fragments
onto OAuth 2.0 redirect URIs to stop malicious fragments being
maintained through the flow. This change ensures that those fragments
aren't mistakenly used to attempt to complete login.
If the fragment contains a code, token or error, it is assumed to be the
correct place to find data provided by the auth provider.
2016-11-27 17:16:10 +00:00
Stéphane Leroy
5def48cf99
Fix jsonEditor parameters when an operation is on multiple tags
2016-11-25 18:20:15 +01:00
TANAKA Koichi
3494d44d3f
Implement OAuth2 client authentication for password and application flow
2016-11-24 17:30:52 +09:00
TANAKA Koichi
f2a1caa379
Add validation for oauth password flow
2016-11-24 17:04:41 +09:00
TANAKA Koichi
7cdf83a932
Implement OAuth2 password flow
2016-11-24 17:04:41 +09:00
Tony Tam
3c0fac249f
removed blob special logic for strings
2016-11-23 23:40:03 -08:00
Tony Tam
d963302c72
only pass selected scopes
2016-11-23 20:54:54 -08:00
Tony Tam
0dfc59fc21
Merge pull request #2489 from joelittlejohn/patch-1
...
Avoid using Facebook garbage fragment to complete login
2016-11-23 20:16:01 -08:00
Tony Tam
ee3556490a
Merge branch 'fix_model_rendering' of https://github.com/Vayu/swagger-ui into Vayu-fix_model_rendering
2016-11-23 20:10:21 -08:00
Tony Tam
49a1169878
merged
2016-11-23 16:47:04 -08:00
Tony Tam
7e426ac0cd
preservation, proper parsing of examples
2016-11-23 16:30:49 -08:00
Tony Tam
65d81745ed
blob handling, render download link for application/octet-stream
2016-11-23 12:00:13 -08:00
Tony Tam
47ab2a32c0
added sanitization of scopes per #2483
2016-11-22 19:46:42 -08:00
Valery Yundin
3bd42590cc
Extend list of allowed tags to fix Model rendering. Fixes 2504
2016-11-17 16:50:45 +01:00
Tony Tam
81e897a07a
checks for window
2016-11-14 11:34:50 -08:00
Tony Tam
a63dc0c51b
use model variables instead of window
2016-11-14 11:00:04 -08:00
Joe Littlejohn
1b18429eca
Avoid using Facebook garbage fragment to complete login
...
Facebook adds a nonsense fragment to all redirect URIs when returning a code. This stops a fragments being surreptitiously passed through the authorization flow.
See http://stackoverflow.com/questions/7131909/facebook-callback-appends-to-return-url
Before this change, the presence of Facebook's garbage fragment would break the Swagger UI complete page, as having any fragment value at all will cause the complete page to ignore the query string. This change avoids using the fragment if it looks to be useless.
2016-11-07 14:58:13 +00:00
Petr Pchelko
1dc709446a
Use filename from content-disposition in a download link
2016-11-01 14:00:07 -07:00
morrissh
60cf928e51
Added meta tag to force IE11 to use edge document mode
2016-10-31 08:28:44 -07:00
Tony Tam
2ad57cab6b
added type check
2016-10-13 15:44:06 -07:00
Olivier Mengué
d2c9189a7c
Feature: add responseHooks option for callbacks on responses
...
Add a responseHooks option that allows the user to process the response
of an API call.
The responseHooks option is an object where key is an operationId and
value is a function that receives the XHR response object and the
OperationView object.
Use case: process authentication requests done with the "Try out!"
button to inject apiKey in the AuthView and the router on success.
2016-09-30 12:03:34 +02:00
Chuck Goss
87ef5c1f72
Fix font src attribute
...
The `format('truetype')` bit should not be preceded by a comma. It breaks in Chrome (at least).
See https://css-tricks.com/snippets/css/using-font-face/ for an example.
2016-09-28 15:21:46 -05:00
Tony Tam
cf96414f78
removed unused var
2016-09-15 10:39:34 -07:00
Tony Tam
80e548df0a
no more blob conversions
2016-09-15 10:35:01 -07:00
Tony Tam
4bdaeba797
treat blobs as binary, render images w/o image url
2016-09-15 01:07:08 -07:00
John Tompkins
1ce3dada00
fix params showing as undefined
2016-09-04 15:28:23 -04:00