Commit Graph

1231 Commits

Author SHA1 Message Date
Tony Tam
83afb5b277 rebuilt 2015-07-22 18:19:27 -07:00
Tony Tam
840ec906f1 Merge branch 'tkatkov-develop_2.0' into develop_2.0 2015-07-22 18:14:26 -07:00
Tony Tam
996433d8bc merged 2015-07-22 18:14:18 -07:00
Tony Tam
958e74875f Merge pull request #1427 from lucian303/fix-validator-https-detection
Fix validator's https detection
2015-07-22 18:13:20 -07:00
Tony Tam
5195447df6 Merge pull request #1419 from lucian303/oauth-client-secret
Add support for oauth client secret when calling the token URL. Fixes #1384. Fixes #1324.
2015-07-22 18:12:39 -07:00
Tony Tam
139841f623 Merge pull request #1484 from swagger-api/revert-1417-master
Revert "Updating documentation based on issue swagger-ui issue #1414"
2015-07-22 18:09:07 -07:00
Tony Tam
3abf835168 Revert "Updating documentation based on issue swagger-ui issue #1414" 2015-07-22 18:08:56 -07:00
Tony Tam
015f1a1dce Merge pull request #1417 from watchwithmike/master
Updating documentation based on issue swagger-ui issue #1414
2015-07-22 18:08:36 -07:00
Tony Tam
f0e7de25ff Merge pull request #1407 from Collaborne/improvements/npm-license-spdx-warning
Use a SPDX-compatible identifier for the 'license' value
2015-07-22 18:06:23 -07:00
Tony Tam
fd57e34393 Merge branch '3scale-data-vendor-extension' into develop_2.0 2015-07-22 18:06:01 -07:00
Tony Tam
b909e2adda merged 2015-07-22 18:05:52 -07:00
Tony Tam
f1a7b2cea8 Merge pull request #1395 from praseetht/master
Fix #1394: A bug in IE 10/11 causes the placeholder text to be copied to value
2015-07-22 18:03:32 -07:00
Tony Tam
d91959f473 Merge branch 'darklynx-apikey_template_fix' into develop_2.0 2015-07-22 18:03:04 -07:00
Tony Tam
c477a69d06 merged 2015-07-22 18:02:57 -07:00
Tony Tam
34e4a68da8 Merge pull request #1389 from bigtlb/develop_2.0
OAuth flow only selected scopes should be sent to Authorize endpoint #1388.
2015-07-22 18:00:08 -07:00
Tony Tam
29dc4b929d Merge pull request #1387 from brownstein/fix-oauth-toggle-on-operations
Fix incorrect display of oAuth toggle in non-oAuth operation views
2015-07-22 17:59:55 -07:00
Tony Tam
e05afd8a4b Merge pull request #1375 from ponelat/fix/translator
Fix/translator
2015-07-22 17:59:24 -07:00
Tony Tam
ac811a7aa0 Merge pull request #1371 from ipeluffo/lang-es
Spanish language translation
2015-07-22 17:58:39 -07:00
Tony Tam
ee721c400d merged to develop_2.0 2015-07-22 17:57:51 -07:00
Tony Tam
dc6a81275e Merge branch 'oauth_tooltip_fix' of ssh://github.com/darklynx/swagger-ui into darklynx-oauth_tooltip_fix 2015-07-22 17:56:15 -07:00
Tony Tam
102cf0a896 Merge pull request #1360 from kkirsche/patch-2
Remove moot `version` property from bower.json dev branch
2015-07-22 17:55:51 -07:00
Francisco Guimarães
ade1185961 Changes at src 2015-07-22 02:12:44 -03:00
Francisco Guimarães
44a434a9fe Translation 2015-07-20 23:21:26 -03:00
Francisco Guimarães
fb6855b212 Include pt translation 2015-07-20 23:18:10 -03:00
Francisco Guimarães
fb42d355c8 Move pt to dist 2015-07-20 22:58:56 -03:00
Francisco Guimarães
566bc84265 Move to dist 2015-07-20 22:57:12 -03:00
Francisco Guimarães
d5216e3469 PT localization 2015-07-20 22:48:24 -03:00
sonicd300
66a049c664 Added built files 2015-07-17 10:36:32 -05:00
sonicd300
379609bb70 Added flexible scope separator 2015-07-16 15:18:08 -05:00
Taras Katkov
a04b562f55 Spelling and closing tag fixes 2015-07-01 17:55:19 -04:00
Lucian Hontau
52aaf874d8 Fix value for window.location.protocol. 2015-06-26 16:26:38 -04:00
Lucian Hontau
1fd15c6b34 Add support for oauth client secret when calling the token URL. Fixes #1384. Fixes #1324. 2015-06-25 17:57:29 -04:00
Mike Dalrymple
a1ac2b755a Updating documentation based on issue swagger-ui issue #1414 2015-06-25 13:55:24 -07:00
Ron
59459a6086 Merge pull request #1408 from Collaborne/bugs/contributing-typo
Improve the language in CONTRIBUTING.md
2015-06-24 12:10:33 +03:00
Andreas Kohn
d04833d994 Improve the language in CONTRIBUTING.md 2015-06-24 11:08:27 +02:00
Andreas Kohn
9d725f1440 Use a SPDX-compatible identifier for the 'license' value
This fixes the warning issued at `npm install` time.
2015-06-24 11:04:14 +02:00
aurelian
25a9035014 regenerated 2015-06-22 16:26:42 +02:00
aurelian
554302f49d ignore case. 2015-06-22 16:26:32 +02:00
aurelian
a7aa7b2215 regenerated 2015-06-22 14:51:36 +02:00
aurelian
e475bb908e X-data-* vendor extension for parameter objects
Exposes X-data- as html data attributes for parameter objects

See comment in #991
2015-06-22 14:48:21 +02:00
Praseeth T
6d4bc72a64 Fix #1394: A bug in IE 10/11 causes the placeholder text to be copied to "value" 2015-06-21 11:37:29 +05:30
Vladimir L
791e2951ef removed superfluous quote 2015-06-19 23:55:10 +02:00
Tom Baker
340da086ba OAuth flow only selected scopes should be sent to Authorize endpoint #1388.
Need to clear out previous popupDialog nodes, so previous checkboxes won't be considered.
2015-06-19 13:30:20 -05:00
Robert Brownstein
128fc5c112 Found a bug in OperationView.js which caused the oAuth toggle to be displayed for non-oAuth endpoints if oAuth was enabled at all, fixed it 2015-06-19 13:37:54 -04:00
Ron
eefec8db0b Update README.md 2015-06-18 09:25:39 +03:00
Ron
d75505fb73 Merge pull request #1379 from robrich/master
Spelling is hard
2015-06-18 09:24:54 +03:00
Rob Richardson
77fc1c0adf Spelling is hard 2015-06-17 17:16:14 -07:00
Josh Ponelat
cb1896b252 fix lint issue 2015-06-16 12:44:48 +02:00
Josh Ponelat
44bc2eab56 build with translator support 2015-06-16 12:08:19 +02:00
Josh Ponelat
c0c5847bd3 add lang to gulpfile 2015-06-16 12:07:23 +02:00