Commit Graph

91 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé 93d7ed593c Update version 2018-07-18 10:01:20 +02:00
Saúl Ibarra Corretgé 54ebbb7860 Don't include version in binary names 2018-07-18 10:01:20 +02:00
akshitkrnagpal 5b66dd5d17 Configured auto-update 2018-07-18 10:01:20 +02:00
akshitkrnagpal 9dca49fc99 Added application menu for enabling copy/paste (MacOS) 2018-07-16 08:11:49 +02:00
akshitkrnagpal 972c7e3d22 Disable babelrc lookup 2018-07-16 08:08:08 +02:00
akshitkrnagpal 26b55c7559 Force single instance application 2018-07-15 08:24:54 +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 c09e66ea09 Added electron target to babel-preset-env 2018-07-15 08:24:54 +02:00
Saúl Ibarra Corretgé 294c8a694b Update version 2018-07-13 07:54:41 +02:00
akshitkrnagpal 04fb2fdcac Added .travis.yml and appveyor.yml for automatic release 2018-07-13 07:54:41 +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 921b7f6f9b Configured electron-builder for app release 2018-07-05 21:00:19 +02:00
akshitkrnagpal d47c142ca7 Fix opening of help menu on ESC press 2018-07-04 20:55:20 +01:00
akshitkrnagpal 5ba65fb7d2 Show window once ready-to-show 2018-07-04 08:20:28 +01:00
akshitkrnagpal d0b5e0cecc Made Regex compatible on windows 2018-07-04 08:20:28 +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é 2dcf7b32e9 Update Electron 2018-06-23 09:40:16 -05: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
Akshit Kr Nagpal 93d8268a68 Remember Window State 2018-06-20 21:38:53 +02:00
Saúl Ibarra Corretgé 994a605ce0 Add extra development utilities
- devtron
- electron-react-devtools
2018-06-19 13:50:45 -05:00
Saúl Ibarra Corretgé fc5b1f37c0 Pin the jitsi-meet-electron-utils dependency 2018-06-19 13:50:45 -05:00
Saúl Ibarra Corretgé 9b685d30d3 Add development shortcuts
With the menu bar gone, shortcuts to reload the window or open the DevTools
need to be done manually. Thankfully electron-debug takes care of this!
2018-06-19 13:50:45 -05:00
Saúl Ibarra Corretgé da1b6addb5 Don't show the menu bar 2018-06-19 13:50:45 -05:00
Saúl Ibarra Corretgé f3b7b71c94 Style 2018-06-19 13:50:45 -05: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
Saúl Ibarra Corretgé 67cab07c73 Update .gitignore 2018-06-08 21:32:21 +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
akshitkrnagpal f85673da87 Removed node-loader 2018-06-03 22:54:40 +02:00
akshitkrnagpal b7f148207a Removed eslint warning overrides 2018-06-03 22:54:40 +02:00