28 Commits

Author SHA1 Message Date
Jerko Steiner
5873ffc1d9 2.0.4 2018-11-07 10:38:22 +01:00
Jerko Steiner
5e39318cd9 Run npm audit fix --force 2018-11-07 10:26:29 +01:00
434bb2e844 2.0.3 2017-06-20 22:27:37 -04:00
7c98bd3fa9 2.0.2 2017-06-20 19:12:11 -04:00
cc1639eade Add compatibility layer for iOS 11 2017-06-20 19:11:51 -04:00
1981259159 2.0.1 2017-06-18 10:35:44 -04:00
5adc8919e5 2.0.0 2017-06-18 09:42:41 -04:00
b93e062f91 Update documentation 2017-06-18 09:41:06 -04:00
609f370de0 Add more server-side tests 2017-06-18 09:21:17 -04:00
620e64a1e2 Make packag versions fixed 2017-06-17 13:58:50 -04:00
e0474ccb4f Make calls work 2017-06-17 13:22:40 -04:00
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
300afd6b2f Add tests for actions & reducers 2017-06-17 09:49:48 -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
eaf44d5239 Upgrade node & packages 2017-06-08 19:45:13 -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
2016-11-22 11:10:08 -05:00
942d0f57c4 Add tests for peers.js 2016-04-06 21:25:55 -04:00
Jerko Steiner
a68ac974fe Add uglifyjs 2016-04-05 09:22:43 -04:00
b8108226cd Add alerts and notifications about connection status 2016-04-04 17:31:47 -04:00
e03670b81c Working click event on full screen video 2016-04-01 19:59:24 -04:00
9efe7474a2 Add input form 2016-03-31 20:00:51 -04:00
51b110448e Rename peercalls to peer-calls 2016-03-31 18:40:47 -04:00
c166006100 Rename project to peercalls 2016-03-31 18:16:52 -04:00
6b90668501 Initial commit, working full screen video 2016-03-31 18:03:39 -04:00