65 Commits

Author SHA1 Message Date
7f4d4286b9 Remove Makefile in favor of package.json & npm 2017-06-17 12:40:34 -04:00
bcbf6b0291 Fix jest not exiting cleanly 2017-06-17 11:37:25 -04:00
b8ebbf8cc4 Fix build 2017-06-17 11:06:48 -04:00
4009b9c7d7 Add Input-test.js 2017-06-17 10:56:05 -04:00
06821e1fce Increase test coverage 2017-06-17 10:43:01 -04:00
300afd6b2f Add tests for actions & reducers 2017-06-17 09:49:48 -04:00
46ec853280 Fix old unit tests 2017-06-15 23:00:17 -04:00
33b891f170 First unit test 2017-06-14 21:05:12 -04:00
15e446b540 browserify/sass build working 2017-06-09 00:02:22 -04:00
80c8be2f56 Middle of refactor 2017-06-08 21:35:24 -04:00
b50eb79463 Use standard linter 2017-06-08 19:47:45 -04:00
eaf44d5239 Upgrade node & packages 2017-06-08 19:45:13 -04:00
6bbabc1f33 Add messaging support (experimental) 2017-05-30 23:56:24 -04:00
d3d7fc3848 Fix linting errors 2017-05-30 20:31:35 -04:00
f376f579c0 Change default stun server 2017-05-30 20:11:18 -04:00
d00b1d825c Add turn server debug function 2017-05-30 20:11:18 -04:00
ddb54a28e2 Add support for coturn authentication 2017-05-30 20:11:18 -04:00
aa2f3f47d8 Fix a bug introduced by SocketIO not having consistent ids
During the time of the initial release of Peer Calls, the server and
client sockets used to have different namespaces - one side had `/#`
prepended to the name, whereas the other did not, so I had to check for
this in the code.

This was fixed since the release of [SocketIO v1.5.0][1], thus breaking the
compatibility with PeerCalls. Any new `npm install` would break this
because of the way it works - it tries to install the latest available
"compatible" release.

As of this commit, the SocketIO version is locked to v1.6.0.

[1]: https://github.com/socketio/socket.io/releases/tag/1.5.0
v1.0.1
2016-11-22 11:10:08 -05:00
db493d5901 Fix formatting in routes v1.0.0 2016-04-24 14:48:45 -04:00
bef51ce2a8 Update README.md 2016-04-24 14:48:07 -04:00
add5b707d1 Fix front page call redirect 2016-04-24 12:13:45 -04:00
c675e553c2 Fix /call redirect with/wo trailing slash 2016-04-24 12:08:33 -04:00
71185dcd54 Fix mute video 2016-04-24 12:02:44 -04:00
2dab961f55 Add turn server (2) 2016-04-24 11:59:01 -04:00
daa8827c70 Add turn server 2016-04-24 11:58:18 -04:00
8e1cef5408 Fix new call redirect bug 2016-04-24 10:39:39 -04:00
3b95107bbc Make it work on Firefox 2016-04-24 10:37:30 -04:00
537b67b1e1 Remove terminal screenshot from README.md 2016-04-24 10:03:36 -04:00
Vincent
cb1af9a26a added troubleshoot and screenshot (#21)
@Ztnepres thank you!
2016-04-17 13:25:59 -04:00
Michael Howard
597828ca5e added a few lines to the Readme (#22) 2016-04-17 13:25:20 -04:00
Krishna Halaharvi
fe79da8e8f Issue #18 adding Express.Router (#20)
* Issue #18 adding Express.Router

* Updating failed pull with eslint recomended changes
2016-04-10 14:55:54 -04:00
942d0f57c4 Add tests for peers.js 2016-04-06 21:25:55 -04:00
5ec24dd399 Separate socket/peer event handlers 2016-04-06 20:44:12 -04:00
Jerko Steiner
a71fc2cfb5 Change front page text 2016-04-06 08:55:55 -04:00
d592fc9c0c Add target _blank for fork me ribbon 2016-04-05 20:16:47 -04:00
fef7e321ad Set background blend mode for call view 2016-04-05 20:15:36 -04:00
8969ff219f Redesigned front page 2016-04-05 20:12:12 -04:00
Jerko Steiner
46ccd1d26a Fix broken app for clients with react dev tools extension 2016-04-05 12:50:25 -04:00
Jerko Steiner
a68ac974fe Add uglifyjs 2016-04-05 09:22:43 -04:00
Jerko Steiner
a431678618 Update rules in STYLE.md 2016-04-04 18:35:13 -04:00
07c6744372 Fix link to CONTRIBUTING.md in README.md 2016-04-04 18:30:11 -04:00
Jerko Steiner
bd8e7a67f6 Refactor call initialization 2016-04-04 18:22:21 -04:00
Jerko Steiner
f92bb8a6c1 Rename src/js to src/client 2016-04-04 18:01:31 -04:00
b8108226cd Add alerts and notifications about connection status 2016-04-04 17:31:47 -04:00
be14b016de Rename STYLE_GUIDE.md to STYLE.md 2016-04-03 13:59:29 -04:00
3d4c46a32f Update CONTRIBUTING.md 2016-04-03 13:56:46 -04:00
34ffc8510a Create CONTRIBUTING.md 2016-04-03 13:48:34 -04:00
70304662f0 Create STYLE_GUIDE.md 2016-04-03 13:40:10 -04:00
dadb976134 Create CODE_OF_CONDUCT.md 2016-04-03 13:18:58 -04:00
cc1f56e5d1 Replace jest.dontMock with jest.unmock 2016-04-01 20:01:38 -04:00