215 Commits

Author SHA1 Message Date
0b4aa45f95 2.1.0 v2.1.0 2019-11-18 09:42:37 -03:00
ff5a20e13f Stop using local stream after hangup 2019-11-18 09:42:18 -03:00
c89886bbfa Fix toolbar icons. Hangup removes video stream 2019-11-18 09:35:37 -03:00
a097e26a20 2.1.0-3 v2.1.0-3 2019-11-18 00:54:16 -03:00
038a617b30 Do not use core-js because it breaks minification
We get an error

can't convert n to string: its [Symbol.toPrimitive] method returned an object
2019-11-18 00:54:14 -03:00
a66f74cd81 2.1.0-2 v2.1.0-2 2019-11-18 00:38:11 -03:00
ce38e595f2 Move lodash & socket.io to prod deps 2019-11-18 00:38:08 -03:00
12f598ce0c 2.1.0-1 v2.1.0-1 2019-11-18 00:33:14 -03:00
3b64df48e0 Remove config.js from .gitignore 2019-11-18 00:32:55 -03:00
392ae6909d 2.1.0-0 v2.1.0-0 2019-11-18 00:24:38 -03:00
11727714ec Make <Notifications /> drop down on focus 2019-11-18 00:21:24 -03:00
b88889665f Refactor Toolbar, move video & notifications 2019-11-17 23:51:57 -03:00
9d68e4c1f4 Add Toolbar tooltips 2019-11-17 19:32:45 -03:00
fddb88f5b8 Use <Side /> instead of position absolute
Some components still use position fixed. This could change in the
future.
2019-11-17 17:24:28 -03:00
58039eb086 Remove alerts from state 2019-11-17 14:28:48 -03:00
fcb47a2cc5 Dismiss notifications from component 2019-11-17 14:10:33 -03:00
67d9177a91 Add autoplay error notification 2019-11-17 10:50:04 -03:00
0a40e7202a Make Media menu disappear after connecting 2019-11-17 09:46:11 -03:00
ef110e6fe2 Autofocus chat input 2019-11-17 09:34:02 -03:00
63bae9fc55 Fix transition group 2019-11-17 09:31:24 -03:00
b46206de1f Add style to Media menu 2019-11-17 00:17:50 -03:00
a8f3757d53 Do not join call automatically
Present a user with a menu to join call manually
2019-11-16 23:49:14 -03:00
22380ea381 Add Media.tsx 2019-11-16 20:53:09 -03:00
6fd6a4edf3 Add actions/MediaActions and reducers/media 2019-11-16 12:23:04 -03:00
46eeae04fc Use removeListener instead of off for Node 8 2019-11-16 09:57:07 -03:00
e90c8c53f6 Update all libraries (including react)
Setting muted to video results in warning:

Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React
is already rendering

This seems to be a bug in React:

https://github.com/testing-library/react-testing-library/issues/470
2019-11-16 09:47:54 -03:00
3b47de551d Remove email: false from .travis.yml 2019-11-16 09:19:17 -03:00
976bd5642c Fix failing test 2019-11-16 09:18:42 -03:00
8cd6f63551 Merge branch 'typed-socket' 2019-11-16 00:06:54 -03:00
92a5f2063c Use SignalData on server-side
This should not cause compile issues when simple-peer is not installed
(because client-side JS will be precompiled after pkg is published in
NPM repository) because types are not used in runtime.
2019-11-16 00:06:41 -03:00
7fa09fa6b8 Use TypedEmitter for client socket connections 2019-11-15 23:38:19 -03:00
703c13f296 Add TypedSocket to server 2019-11-15 23:17:52 -03:00
45b5a3bbf2 Add TypedEmitter 2019-11-15 20:28:13 -03:00
15ef955811 Merge branch 'typescript' 2019-11-15 19:59:22 -03:00
46f639021e Use tsify instead of tsc --watch
ts --watch currenly writes all files after a change. This is not good
because a server always reboots after a change in client, and vice-versa
2019-11-15 19:58:45 -03:00
4c28775b12 Add tsify and run npm audit fix 2019-11-15 19:54:30 -03:00
3877893ec1 Add test for Node 12 2019-11-14 00:30:16 -03:00
45486aa837 Fix SocketActions.test.ts 2019-11-14 00:30:09 -03:00
43895f4b06 Fix stream.test.tsx 2019-11-14 00:28:40 -03:00
7e3956068b Fix linting errors 2019-11-14 00:27:22 -03:00
0b068dbe1d Add types to package.json 2019-11-14 00:23:14 -03:00
dcbacc9a65 Fix video not showing 2019-11-14 00:18:15 -03:00
03aa7696ba Do not count system messages for unread 2019-11-14 00:01:32 -03:00
cb61490db1 Fix watchify command 2019-11-13 23:52:15 -03:00
43f5754be9 Add debug as dependency 2019-11-13 23:36:12 -03:00
d5453c9c30 Use babel-minify instead of uglify-js 2019-11-13 23:31:18 -03:00
20caf4d1f4 Add core-js polyfill 2019-11-13 23:22:56 -03:00
b50ee272b7 Upgrade packages 2019-11-13 23:16:12 -03:00
0a0c5d0ae9 Add lib/ to .eslintignore 2019-11-13 22:35:48 -03:00
a06bd72629 Add rimraf and npm run clean task 2019-11-13 22:30:13 -03:00