Commit Graph

89 Commits

Author SHA1 Message Date
Jannis Mattheis f90a0bafe1 Update react 2021-04-17 08:30:28 +00:00
Jannis Mattheis 5ce7c6cb27 Update hooks & notistack 2021-04-17 08:30:28 +00:00
Jannis Mattheis 8990f277f0 Update prettier 2021-04-17 08:30:28 +00:00
Jannis Mattheis 4f5edf4b8a Update @material-ui/* 2021-04-17 08:30:28 +00:00
Jannis Mattheis 7c81cc5d72 Update react-scripts 2021-04-17 08:30:28 +00:00
Jannis Mattheis e1d16521ac Update Go 1.16 2021-04-17 08:30:28 +00:00
Jannis Mattheis 9735e1d3c9 Fix panic if no ports are available
Fixes #80
2021-03-17 18:01:55 +01:00
Florian Brandt 979a7be292 Fix typo 2021-03-11 17:46:23 +00:00
Patrick Hempel 71fc2eaa45 Add shortcuts v1.2.0 2021-02-07 18:47:16 +00:00
Mario Franze bc7e4166dd Properly close screenshare on browser stop share popup 2021-02-02 18:54:47 +00:00
Jannis Mattheis 3aa61fda11 Thanks sipgate (: 2021-01-25 16:58:39 +01:00
Maxim Baz ab187c14f3 Prefill room ID from url v1.1.2 2021-01-11 21:42:27 +01:00
Jannis Mattheis d71c303df7 Use IPv4 stun for IPv6 connections
* User1 connects with IPv6
* User2 connects with IPv4 (without any support for IPv6)
* User1 asks via STUN for his address, and receives a IPv6 address back
* User2 asks via STUN for his address, and receives a IPv4 address back
* User2 cannot connect to User1 IPv6 address

After this fix: User1 asks both for his IPv4 and IPv6 addresses.

See #56
2020-12-03 19:49:31 +00:00
Moritz Poldrack e845b3d29c Update install.md 2020-11-17 19:51:01 +00:00
Mateusz Piotrowski 3a56f33e64 Add FreeBSD installation instructions 2020-11-17 19:40:55 +00:00
Jannis Mattheis 91cad3d828 Update FUNDING.yml 2020-10-31 11:19:55 +00:00
Jannis Mattheis 649fccc8c6 Add donation info 2020-10-29 20:19:47 +00:00
Jannis Mattheis 75773e9946 Disallow TURN login after session close v1.1.1 2020-10-27 10:33:02 +01:00
Jannis Mattheis 54530cc7b5 Hide & Disable video controls in full screen
Fixes #18
v1.1.0
2020-10-27 10:02:47 +01:00
Jannis Mattheis d304472572 Add ipv6 support 2020-10-27 08:54:26 +00:00
Jannis Mattheis ea7dbdbd51 Add remote addr to http log 2020-10-27 08:54:26 +00:00
Jannis Mattheis 3191988801 Don't fail on unknown session
There may be a race condition if a user disconnects and the other peer
just sent a p2p message.

Fixes #14
2020-10-23 19:40:06 +02:00
Jannis Mattheis 6365bf6866 Add build from source docs v1.0.8 2020-10-23 13:58:51 +00:00
Jannis Mattheis 24030deaaa Add port range docs 2020-10-23 13:58:51 +00:00
Jannis Mattheis c895c8750b Add forceTurn to rooms for debugging 2020-10-23 13:58:51 +00:00
Jannis Mattheis 0ed8911632 Add more explanation for CORS 2020-10-23 13:58:51 +00:00
Jannis Mattheis 74a37fc591 Add SCREEGO_TURN_STRICT_AUTH 2020-10-23 13:58:51 +00:00
Jannis Mattheis 718e6f2e83 Add tls warning to install 2020-10-23 13:58:51 +00:00
Thomas von Rosenberg 3f2b2b135c Use counters instead of gauges v1.0.7 2020-10-15 16:41:01 +00:00
Jannis Mattheis 798edebdc9 Add TURN port range
See #27
2020-10-14 14:43:15 +00:00
Jannis Mattheis 8892186440 Embedd config file in docs 2020-10-14 14:43:15 +00:00
Jannis Mattheis 0ca4593276 Add more faq 2020-10-12 08:49:41 +02:00
Jannis Mattheis 0a3d43bdd4 Include example config in release v1.0.6 2020-10-11 19:09:41 +02:00
Jannis Mattheis 15f79016ea Add FAQ 2020-10-11 11:30:59 +02:00
Jannis Mattheis 7668f2d13e Reference setup in build 2020-10-11 11:26:48 +02:00
Jannis Mattheis 79789eddfe Check for valid external ip 2020-10-11 11:26:48 +02:00
Jannis Mattheis d969492d85 Describe external ip better 2020-10-11 11:26:48 +02:00
Broder Peters afeb72f66a Rename sharing to streaming 2020-10-11 09:09:22 +00:00
Jannis Mattheis 97f33afb61 Fix docker example
See #27
2020-10-09 19:08:09 +02:00
Jannis Mattheis 53a647e158 Add development docs 2020-10-09 18:26:58 +02:00
Jannis Mattheis d228b19430 Fix stopshare event
See #28
v1.0.5
2020-10-09 16:37:39 +02:00
Thomas von Rosenberg 53f00962d4 Run go mod tidy v1.0.4 2020-10-09 16:00:59 +02:00
Thomas von Rosenberg 54859ed19c Add prometheus endpoint 2020-10-09 16:00:59 +02:00
Jannis Mattheis d231e65bec Remove lastMoved 2020-10-09 13:46:37 +00:00
Jannis Mattheis c3c966dc00 Show error message on undefined mediaDevices 2020-10-09 13:46:37 +00:00
Jannis Mattheis 7efeccad52 Properly close share sessions 2020-10-09 13:46:37 +00:00
Jannis Mattheis a02e885370 Use stderr for password prompt
Fixes #12
2020-10-09 13:46:37 +00:00
Jannis Mattheis 4c849059ba Use logged in username as username in room 2020-10-09 13:46:37 +00:00
Jannis Mattheis 25aafefacc Add member list
Fixes #9
2020-10-09 13:46:37 +00:00
Jannis Mattheis da8f501f15 Log HTTP requests 2020-10-09 13:46:37 +00:00