bca30f37ad
2.0.9
2019-07-07 18:37:22 +08:00
329108185d
2.0.8
2019-07-07 10:51:43 +08:00
d9fee4eeec
Run npm audit --fix and fix tests
2019-07-07 10:38:05 +08:00
Jerko Steiner
d8ec33a22f
Fix breaking changes
2018-12-11 19:31:41 +01:00
Jerko Steiner
50ced279e5
Update all dependencies to the latest versions
2018-12-11 18:47:58 +01:00
Jerko Steiner
d24f1ab711
Update nodemon because of malicious package
...
New version no longer uses flatmap-stream
2018-12-05 11:04:18 +01:00
Michael H. Arieli
6fba9c876b
Fix bug: Removed "moment" usage
...
Also remove the timestamp from the UI, not needed when dealing with live chat (in session).
Note: still gonna keep the timestamp in messages data, might use it to display chat summary when call ends.
2018-11-25 07:57:29 -08:00
Michael H. Arieli
ecb2132c36
Fix bug: Use "screenfull" for cross-browser support for fullscreen
2018-11-25 07:09:26 -08:00
Michael H. Arieli
0d8d3fbb33
Implemented socket chat
2018-11-23 16:55:48 -08:00
Jerko Steiner
21e3040dc3
2.0.7
2018-11-14 22:25:07 +01:00
Lucian I. Last
db0c6a24ce
npm #45 ( #48 )
...
* Edits on package.json #45
Add prepublishOnly https://docs.npmjs.com/misc/scripts
Add bin https://docs.npmjs.com/files/package.json#bin
* `chmod +x src/index.js`
This is required because file is run from package.json:7 bin
* Add npm install documentation #45
* Add npm badge
* Styling change by npm in package.json
* Add warning on npm global install
https://github.com/jeremija/peer-calls/pull/48#issuecomment-437192240
2018-11-13 22:27:56 +01:00
Jerko Steiner
589f1091b7
2.0.5
2018-11-07 10:38:37 +01:00
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