Commit Graph

1231 Commits

Author SHA1 Message Date
Tony Tam
1c6073ce2e Merge pull request #1612 from swagger-api/client-update
updated client version, rebuilt
2015-09-19 11:48:36 -07:00
Tony Tam
20b0dde184 updated timeouts 2015-09-19 11:36:40 -07:00
Tony Tam
f6f8e74586 Update v1.js 2015-09-19 10:39:16 -07:00
Tony Tam
4efefb156a Update v2.js 2015-09-19 10:39:01 -07:00
Tony Tam
058f959669 extended timeouts 2015-09-19 09:51:23 -07:00
Tony Tam
22654e2180 unset sudo 2015-09-19 09:43:03 -07:00
Tony Tam
8930cbb6dc updated client version, rebuilt 2015-09-19 09:08:58 -07:00
Hans Zhang
d14f153014 Create zh-cn.js 2015-09-19 17:03:10 +02:00
Hans Zhang
e60b195c46 Create zh-cn.js 2015-09-19 17:02:23 +02:00
Tony Tam
66b574c220 Merge pull request #1599 from toke/master
Prevent screwed up layout on long Content-Types
2015-09-17 06:25:47 -07:00
Tony Tam
5f387dd2a5 Merge pull request #1604 from swagger-api/client-update
updated client
2015-09-16 10:45:52 -07:00
safin
16cfce4c20 fix for angular apps, when you dont have proper route and clicking on header leads to 'othewise' branch of router 2015-09-16 18:48:53 +03:00
Tony Tam
1f74d9fac4 updated client 2015-09-15 23:38:46 -07:00
Thomas Kerpe
40c732c087 Prevent screwed up layout on long Content-Types
Some Content-Types (especially Vendor specific Content-Types)
can be rather long. This breaks the layout so prevent
rendering too wide select boxes by default.
2015-09-15 17:00:42 +02:00
Thomas Kerpe
4e6669d63f Merge branch 'master' of github.com:toke/swagger-ui 2015-09-15 16:22:11 +02:00
Thomas Kerpe
84337d5a0b Prevent screwed up layout on long Content-Types
Some Content-Types (especially Vendor specific Content-Types)
can be rather long. This breaks the layout so prevent
rendering too wide select boxes by default.
2015-09-15 16:19:18 +02:00
Thomas Riccardi
22aa02504f Go back to released http-server versions dependency now that they released CORS support in 0.8.0
http-server dependency was changed to git master version by commit
bdb181cb08 because it required
30f4d1e008,
which is now included in http-server v0.8.0.
2015-08-26 11:42:05 +02:00
Tony Tam
736e7cd90e Merge pull request #1560 from gorfik/1350
fix for issue 1350
2015-08-25 12:40:19 -07:00
Mariusz Lewicki
529705afce fix for issue 1350 2015-08-25 21:25:32 +02:00
Tony Tam
93b7da1fa0 Merge pull request #1559 from muzir/patch-1
Create tr.js
2015-08-25 12:20:57 -07:00
erhun
e557210f1e Create tr.js
I added turkish language support for swagger index.html. I use this file in my project too.  https://github.com/muzir/azorka.web/blob/master/src/main/webapp/resources/dist/lang/tr.js
2015-08-25 22:17:24 +03:00
Tony Tam
8076ff1462 Merge pull request #1553 from swagger-api/issue-1552
updated client for #1552
2015-08-19 22:51:22 -07:00
Tony Tam
ec446fd7f3 updated client from #1552 2015-08-19 22:44:54 -07:00
Yuji Yamano
8bed8b665d Fix a XSS issue. 2015-08-12 02:48:52 +00:00
Tony Tam
daa45c4efb Merge pull request #1528 from sloppycoder/master
fix for issue #1516: OAuth logout doesn't work
2015-08-11 10:57:29 -07:00
Li Lin
00a5e4d838 fix for issue #1516: OAuth logout doesn't work 2015-08-11 16:38:03 +08:00
Yuji Yamano
21be4d132f Add missing data-sw-translate attributes. 2015-08-07 14:28:37 +00:00
Ron
59c10037f5 Update README.md 2015-08-07 09:59:19 -04:00
Ron
73bdb71f3e Update README.md 2015-08-07 09:58:41 -04:00
Ron
a27bbfad6a Update CONTRIBUTING.md 2015-08-07 09:55:28 -04:00
Ron
d9ac809b51 Merge pull request #1520 from swagger-api/develop_2.0
Moving to development on master
2015-08-07 09:54:29 -04:00
Tony Tam
04e52d4a63 Merge pull request #1519 from strongloop/upstream-fix/test-timings
Fix timing issues in unit-tests
2015-08-06 17:15:50 -07:00
Tony Tam
7f5d9dc200 Merge pull request #1512 from channelgrabber/issue-1423
Issue #1423: $ref schema objects in Responses Definitions Object don't seem to be displayed correctly
2015-08-06 17:15:32 -07:00
Miroslav Bajtoš
f6d7b6a73f Fix timing issues in unit-tests 2015-08-06 17:22:52 +02:00
Aaron Baker
ed41c336a3 Issue #1423: responses containing references to definitions were not being fully resolved when the spec was pulled in over AJAX but was working locally. OperationView.render()'s parsing of the responses was just checking if the ref _started_ with '#/definitions/', not whether it contained it, and when pulled in over AJAX the refs have the URL prepended to them 2015-08-05 12:48:34 +01:00
Tony Tam
8e72906c91 Merge pull request #1487 from swagger-api/develop_2.0
Prepare for release
2015-07-22 21:29:59 -07:00
Tony Tam
c7c697206e updated versions 2015-07-22 21:26:53 -07:00
Tony Tam
190b47501b Merge pull request #1486 from rest4hub/develop_2.0
Missing some data-sw-translation
2015-07-22 21:22:29 -07:00
Francisco Guimarães
a351df7e5e Missing "Headers" translation 2015-07-23 01:17:52 -03:00
Francisco Guimarães
4d05e63bab Missing "Headers" translation 2015-07-23 01:15:23 -03:00
Francisco Guimarães
675b6c5c77 Fix merge 2015-07-23 01:06:40 -03:00
Francisco Guimarães
04a3fd4c81 Missing some data-sw-translation 2015-07-23 01:03:41 -03:00
Francisco Guimarães
49f9b15df5 dist 2015-07-23 00:59:38 -03:00
Francisco Guimarães
eb50137901 Missing some data-sw-translation at templates 2015-07-23 00:56:22 -03:00
Francisco Guimarães
1456015b03 Build 2015-07-23 00:17:10 -03:00
Francisco Guimarães
ec7ecbd543 Missing some data-sw-translation at templates 2015-07-23 00:11:12 -03:00
Francisco Guimarães
bc4b43a7d3 merged from swagger-api 2015-07-23 00:02:14 -03:00
Francisco Guimarães
2a75f039e8 missing some data-sw-translation 2015-07-22 23:48:41 -03:00
Tony Tam
6b66af78f9 Merge branch 'rest4hub-develop_2.0' into develop_2.0 2015-07-22 18:21:21 -07:00
Tony Tam
b1d0918955 merged 2015-07-22 18:21:14 -07:00