* upstream/master: (53 commits)
1.8.0
Add opts.omitProtocolInBaseUrl
Fix tests broken by fa3035c (#96)
Fix model description getting lost
1.7.2
Allow submitting token input with empty value to remove token.
Fix duplicate stylesheet issue
Fix explorer tests for different line endings on Windows
1.7.1
Remove unused external font "Droid Sans".
1.7.0
Made API doc of class use the http.path of the class if available, or the name of the class as a fallback
v1.6.4
Prevent double slash in the resource URLs
v1.6.3
Allow `uiDirs` to be defined as a String
Fix bad CLA URL in CONTRIBUTING.md
Add X-UA-Compatible tag
v1.6.2
Move 200 response to `type` on the operation object. See #75.
...
We are shipping a custom style that uses "Ubuntu" instead of "Droid
Sans", thus there is no need to download the "Droid Sans" font
from Google's CDN.
This change should improve explorer's loading time in the situations
where the external URL takes too long to load or cannot be loaded at
all, for example when running behind a restricting proxy.
* upstream/master:
Sort endpoints by letter.
Add syntax highlighting styles & highlight threshold.
Add contribution guidelines
Bump version
Fix how the array of models is iterated
Bump version
Make sure nested/referenced models in array are mapped to swagger
Make sure nested/referenced models are mapped to swagger
Bump version
Newest Swagger UI requires application/x-www-form-urlencoded.
Use `dist` property from swagger-ui package.
Fixed undefined modelClass when using polymorphic relations
Bump version
Fix the type name for a property if model class is used
Conflicts:
lib/model-helper.js
lib/swagger.js
public/css/loopbackStyles.css
Previously, highlighting classes were being added to the DOM but had no CSS
so the user just saw black - a lot of CPU usage for nothing.
These styles now attractively and minimally style resposes so long as
they are below a certain threshold, as well as model schemas.
The highlightSizeThreshold fixes the long hang users would
see when large responses were returned.
* upstream/master: (38 commits)
Bump version
res.send deprecated - updated to res.status
Remove hidden properties from definition.
Bump version
Ensure models from relations are included
1.2.4
model-helper: handle arrays with undefined items
1.2.3
model-helper: handle array types with no item type
Bump version
Properly convert complex return types.
Bump version
Fix up loopback.rest() model definition hack.
Bump version and update deps
s/accessToken/access_token in authorization key name
Fix resources if the explorer is at a deep path.
Fix debug namespace, express version.
Remove forgotten TODO.
Simplify `accepts` and `returns` hacks.
More consise type tests
...
Conflicts:
public/css/loopbackStyles.css
public/css/screen.css
public/index.html
public/lib/loadSwaggerUI.js
public/lib/swagger.js
public/swagger-ui.js
public/swagger-ui.min.js