Commit Graph

54 Commits

Author SHA1 Message Date
Andrei Gavrilescu 0a18da2a9a Update CI Tools
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
2020-04-07 14:30:36 +02:00
Andrei Gavrilescu 81d7aca4b2 fix security issue / update deps 2020-04-07 14:30:36 +02:00
Andrei Gavrilescu 3c448837e7
integrate screen sharing tracker window (#197)
* integrate screen sharing tracker window

* update jitsi-meet-electron-utils required version

* update package.json
2020-02-20 12:52:20 +00:00
Hristo Terezov 73a8a88339 fix(eslint): Errors. 2019-10-16 11:55:32 -07:00
Дамян Минков 26053fc478
Adds using power monitor and detecting computer suspend. (#174)
* Adds using power monitor and detecting computer suspend.

* Simplify api listener functions.

* Fixes comments.
2019-07-11 14:49:15 +01:00
Saúl Ibarra Corretgé 1bd80139f7 Remove full window dragging hack
It's more trouble than it's worth really. For one, it doesn't work in
brady bunch mode.
2018-12-27 16:56:51 +00:00
Saúl Ibarra Corretgé dc22d9f5a6 Update dependencies 2018-12-27 16:56:51 +00:00
Saúl Ibarra Corretgé b8ed209893 Fix regression when conference has a password or auth
This partially reverts eec6a270c5.

The problem is that when a conference is protected by a password or has
auth enabled, the "joined" event will come later, when the user
authenticates, so the 10s timeout will kick in.

This is not ideal because we react to the onLoad event of an iframe,
which doesn't tell us much of *what* is actually loaded, but a new event
would be required to properly fix this.
2018-10-10 12:22:04 -05:00
Saúl Ibarra Corretgé da8f51dc51 Remove no longer needed workaround 2018-10-10 12:22:04 -05:00
Saúl Ibarra Corretgé 8e6f5719dd Fixed styled components warning
This is the new syntax for extending components. See:
https://github.com/styled-components/styled-components/issues/1546
2018-10-04 14:48:23 -05:00
Saúl Ibarra Corretgé d5571c46d4 Clarify error message 2018-10-01 08:53:12 -05:00
Saúl Ibarra Corretgé cc91dae90b Add a 10s join timeout 2018-09-28 10:49:03 -05:00
Saúl Ibarra Corretgé eec6a270c5 Don't mark the conference as loaded early
Wait until the joined event.
2018-09-28 10:49:03 -05:00
Saúl Ibarra Corretgé 639848e910 Add placeholder for conference field
Also, create a couple of auxiliary functions so we save some indentation
in the main render function.
2018-08-29 10:06:33 -05:00
akshitkrnagpal da3e6b4780 Added onboarding 2018-08-14 23:29:31 +02:00
Saúl Ibarra Corretgé c21ed1bdaa Separate conference start time and duration into 2 lines 2018-07-27 20:57:03 +02:00
Saúl Ibarra Corretgé 56e0588efc Make the conference title stand out in the recent list 2018-07-27 20:57:03 +02:00
Akshit Kr Nagpal 8156f6cd07 Add recent-list 2018-07-27 09:03:51 +02:00
Akshit Kr Nagpal d46c60e688 Add conference actions 2018-07-27 09:03:51 +02:00
Akshit Kr Nagpal 84a2c51f9c Replace px with em 2018-07-27 09:03:51 +02:00
akshitkrnagpal cfd2e53826 Updated Dependencies 2018-07-20 17:52:58 +02:00
Akshit Kr Nagpal fae2c069b3 Fix: Made host parsing compatible for servers deployed in subdirectory 2018-07-15 08:24:54 +02:00
Akshit Kr Nagpal 019921ffe6 Fixed Error: only one instance of babel-polyfill is allowed 2018-07-10 21:53:46 +02:00
akshitkrnagpal 736f2ae1cb Display error when unable to join conference 2018-07-10 20:51:02 +02:00
akshitkrnagpal d47c142ca7 Fix opening of help menu on ESC press 2018-07-04 20:55:20 +01:00
akshitkrnagpal e228bfcca0 Added Start with Audio and Video muted toggles 2018-07-03 10:15:41 +01:00
akshitkrnagpal 27aafc13c8 Minor fix in SettingsButton component 2018-07-03 10:15:41 +01:00
akshitkrnagpal 541cfd3401 Replaced getAvatarURL from js-utils 2018-06-29 16:13:34 -05:00
Akshit Kr Nagpal c0f5d0e208 Added Prop validation in Navbar Component 2018-06-29 08:27:47 +01:00
Akshit Kr Nagpal 8ecfab1b5b Comments Fixes 2018-06-29 08:27:47 +01:00
akshitkrnagpal 351ec163b2 Refactor arrow function 2018-06-29 08:27:47 +01:00
Saúl Ibarra Corretgé 31d1bb8962 Simplified code 2018-06-28 15:04:24 -05:00
Saúl Ibarra Corretgé d3c77c847a Add "about" to help menu 2018-06-28 15:04:24 -05:00
Saúl Ibarra Corretgé c3d5c8e609 Add heading to help menu 2018-06-28 15:04:24 -05:00
Saúl Ibarra Corretgé 1d3cfbb569 Improve dragging experience
The entire page is draggable, except:

- buttons
- any input type
- the filmstrip
- the chat panel
2018-06-28 14:56:55 -05:00
akshitkrnagpal 79db9fab88 Validate Server URL before setting as Custom Server URL 2018-06-28 09:42:25 +02:00
Akshit Kr Nagpal c3068e68e7 Created separate component and refactored Server URL field 2018-06-28 09:42:25 +02:00
akshitkrnagpal 202e5583ff Added loading spinner in conference component
The spinner will be visible until jitsi-meet iframe is completely loaded.
2018-06-28 06:38:59 +02:00
akshitkrnagpal 3bd9970c12 Add ability to configure the server URL
The configured server URL will be used when the room URL is not
a full URL. If a full URL is given, the target server is joined.

The default server URL is https://meet.jit.si
2018-06-25 21:33:28 +02:00
Akshit Kr Nagpal d73f80e7bf Refactor handling of domain
Use the concept of a "server URL", since it's URLs we are dealing with,
not actul domains.
2018-06-25 16:40:43 +02:00
Akshit Kr Nagpal f886f033f2 Add keyboard shortcut to open settings drawer
Fixes: #65
2018-06-24 09:26:52 +02:00
Saúl Ibarra Corretgé f1846bd4cb Rename XyzAction components to XyzButton
The term "action" is quite overloaded since we use redux,
so let's call it "button" since that's how it behaves.
2018-06-21 07:55:32 +02:00
Saúl Ibarra Corretgé be44cb9496 Simplified code 2018-06-21 07:55:32 +02:00
akshitkrnagpal 8f79e886fc Added settings drawer with persistent settings 2018-06-21 07:55:32 +02:00
akshitkrnagpal c98037f9be Added Jitsi Logo to navbar 2018-06-17 07:09:04 +02:00
hristoterezov 1d229dd9ec fix(google-auth): popup. 2018-06-12 17:55:20 -05:00
akshitkrnagpal decb351ed3 Updated eslint-config-jitsi 2018-06-11 08:26:57 +02:00
akshitkrnagpal 8310bf7389 Added initial navigation bar 2018-06-08 21:32:21 +02:00
akshitkrnagpal 4015a05f18 Add Redux and use it as the navigator 2018-06-05 22:42:02 +02:00
Akshit Kr Nagpal 4773b12a3b Add initial welcome page 2018-06-03 22:46:11 +02:00