131 Commits

Author SHA1 Message Date
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
976bd5642c Fix failing test 2019-11-16 09:18:42 -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
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
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
20caf4d1f4 Add core-js polyfill 2019-11-13 23:22:56 -03:00
17bea91c1d Move src/{views,res} to root
To make it available after ts server files are compiled into lib folder
2019-11-13 22:27:34 -03:00
33b3651002 Upgrade screenfull 2019-11-13 22:23:14 -03:00
aafc076a0f Remove redux-mock-store 2019-11-13 22:18:26 -03:00
b7f2b454ba Replace underscore by lodash 2019-11-13 22:16:34 -03:00
9e8b353dea Fix all TypeScript tests 2019-11-13 22:06:17 -03:00
4659151892 Fix NotifyActions.test.ts 2019-11-13 21:35:27 -03:00
0075d93879 Fix simple-peer mock 2019-11-13 21:34:14 -03:00
4bdd2e4cae Fix CallActions.test.ts 2019-11-13 21:28:43 -03:00
7009e53037 Fix broken App.test.tsx 2019-11-13 20:14:57 -03:00
3a5b07c218 Fix broken ts build 2019-11-13 20:08:10 -03:00
4fa6a0d17a Refactor all components 2019-11-13 18:36:31 -03:00
69122466b1 Add async middleware 2019-11-13 16:23:35 -03:00
e9926e3484 Refactor actions/reducers to TS 2019-11-13 11:16:09 -03:00
1eaca46a16 Install typescript, upgrade server to TypeScript 2019-11-13 00:54:35 -03:00
085fae4b22 Fix send file name 2019-11-11 23:18:53 -03:00
47ed465252 Fix unread messages 2019-11-11 23:17:56 -03:00
6d3201d1fe Fix broken tests 2019-11-11 23:10:51 -03:00
7e5c7db3f9 Show all notifications in chat log 2019-11-11 22:21:25 -03:00
644fcbe06d Add ability to send file via base64-encoded msg 2019-11-11 22:14:37 -03:00
3352c68f5c Disable pointer events on notifications and alerts 2019-11-11 22:13:31 -03:00
19fd89ba86 Add file icon 2019-11-11 21:18:16 -03:00
bc167053f3 Use facingMode: user when retrieving user video 2019-11-11 19:52:18 -03:00
ef03bf9aa1 Do not read err.message when creating object url 2019-11-11 19:38:01 -03:00
15e870a0d5 Move tests in same folder as modules
This is to make imports cleaner
2019-07-07 19:16:31 +08:00
ec31ea2a6b Fix broken chat button, remove refs 2019-07-07 18:37:08 +08:00
d9fee4eeec Run npm audit --fix and fix tests 2019-07-07 10:38:05 +08:00
Łukasz Hamerszmidt
9d224f0417 Client: change invalid fullscreen button behavior (#59) 2019-05-15 11:54:31 +08:00
Ben Ringold
c542d71ad0 Mirror local video (#57)
* Flip local video horizontally
2019-04-09 10:20:55 +08:00
Jerko Steiner
02986bf403 Fix a bug when Video.props.videos is undefined
Always mute my video
2018-12-12 18:29:48 +01:00
Jerko Steiner
d8ec33a22f Fix breaking changes 2018-12-11 19:31:41 +01:00
Michael H. Arieli
387dd21539 Fix bug: Use unisex icon for message without image 2018-12-02 17:14:06 -08:00
Michael H. Arieli
235067c72e Fix bug: Added simple emoji list 2018-12-02 17:13:09 -08:00
Michael H. Arieli
d016f4742f Changed chat look and feel 2018-12-02 16:30:13 -08:00
Michael H. Arieli
b91a1f2f81 Fix bug: Improve code to use ref and test units 2018-11-29 17:47:29 -08:00