Commit Graph

226 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé b8f4da2213 Update dependencies 2021-02-23 14:22:54 +01:00
Saúl Ibarra Corretgé 2e482a132c Update Electron to version 11.3.0 2021-02-23 11:21:50 +01:00
Saúl Ibarra Corretgé 04eb522bb5 Update Electron dependency 2020-12-04 13:20:04 +01:00
Saúl Ibarra Corretgé 0932ff386b Remove unused npm script 2020-12-04 13:16:03 +01:00
Saúl Ibarra Corretgé 1c53296e85 Drop devtron
It's unmaintained.
2020-12-03 11:14:08 +01:00
Mihai-Andrei Uscat 6d4f997c87 chore(electron-utils): Bump to v2.0.12 2020-12-01 16:03:22 +01:00
Saúl Ibarra Corretgé c7d85fe2f5 2.4.2 2020-10-28 21:14:11 +01:00
Saúl Ibarra Corretgé b246d6f17e Update Electron to version 10 2020-10-28 17:53:43 +01:00
Saúl Ibarra Corretgé fe5d5dd0f5 2.4.1 2020-10-01 15:43:02 +02:00
Saúl Ibarra Corretgé a9612bd70c Revert to Electron 9
Breaks Olm based E2EE because Olm uses WASM and
https://github.com/electron/electron/issues/25127
2020-10-01 15:40:42 +02:00
Saúl Ibarra Corretgé 79fea8ea86 2.4.0 2020-09-25 10:55:52 +02:00
Saúl Ibarra Corretgé bd44d0917e Update Electron to version 10 2020-09-10 12:49:55 +02:00
Saúl Ibarra Corretgé bd964be8c7 Bump version 2020-07-29 09:11:07 +02:00
Saúl Ibarra Corretgé 13142b1fe2 Update Electron to 9.1.2 2020-07-29 09:04:24 +02:00
Saúl Ibarra Corretgé 46bcc6fcf0 Update Electron to 9.0.5 2020-07-02 09:34:17 +02:00
Saúl Ibarra Corretgé aa6f76f2be Bump version 2020-07-02 09:29:49 +02:00
Saúl Ibarra Corretgé 4b942a4b42 Remove no longer used dependency 2020-07-02 09:15:34 +02:00
Saúl Ibarra Corretgé 9abb857a5f Drop pre-commit hook
The linter will run on a GH action now.
2020-07-02 09:08:55 +02:00
Saúl Ibarra Corretgé ca1eb70250 Share logic for opening external links 2020-06-30 11:16:55 +02:00
freddytuxworth 2efa8b057e
Introduce internationalisation 2020-06-26 13:05:42 +02:00
Christophe HAMERLING 1c4f76e3b8 Define Node.js 12 as requirement 2020-06-26 10:06:01 +02:00
Saúl Ibarra Corretgé 044c864cde Update Electron to 9.0.4 2020-06-17 10:48:01 +02:00
Saúl Ibarra Corretgé 22875b9454 Update Electron to 9.0.3 2020-06-11 16:42:52 +02:00
Christophe Hamerling d12611d79c
Add protocol to open conference links with the app
Co-authored-by: Christophe HAMERLING <chamerling@linagora.com>
Co-authored-by: Klemens Arro <klemens.arro@admcloudtech.com>
Co-authored-by: Goran Urukalo <goran.urukalo@teletrader.com>
2020-06-10 14:21:13 +02:00
Saúl Ibarra Corretgé 44938b49c2 Bump version to 2.2.0 2020-06-04 17:18:45 +02:00
Saúl Ibarra Corretgé 8de41a414d Remove local avatar
The deployment will generate the right one based on the provided name
and email.

Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/379
2020-06-04 15:01:26 +02:00
Saúl Ibarra Corretgé 09345d6f0b Replace unmaintained SVG plugin 2020-06-04 13:44:04 +02:00
Saúl Ibarra Corretgé 87d63155a6 Update Electron to version 9.0.2 2020-06-04 10:59:56 +02:00
Saúl Ibarra Corretgé a1ec905ff3 Add context menu
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/380
2020-06-04 10:32:03 +02:00
Annika Wickert 27fc58f927
Fix deep-signing
* Fixes #369
2020-06-02 14:12:40 +02:00
Saúl Ibarra Corretgé f42622bf47 Update Electron to 9.0.1 2020-06-02 09:55:41 +02:00
Saúl Ibarra Corretgé 99853137ac Bump version 2020-05-27 10:58:33 +02:00
Annika Wickert 20ec0bfd93
Fix Camera permissions for signed Apps 2020-05-26 09:39:41 +02:00
Saúl Ibarra Corretgé a91321d31c Bump version 2020-05-20 21:21:54 +02:00
Saúl Ibarra Corretgé de274c37f1 Update electron-utils 2020-05-20 21:21:54 +02:00
Saúl Ibarra Corretgé 1f789ec4e7 Update to Electron 9 and enable E2EE
Electron 9 ships with Chrome 83 which means we have access to E2EE by
enabling experimental web platform features.
2020-05-20 21:21:54 +02:00
Saúl Ibarra Corretgé d2f49288f1 Add randdom room name generation 2020-05-20 12:06:27 +02:00
Saúl Ibarra Corretgé a1a52c4b42 Refactor avatar
Don't use abotars, as they are no longer used in Jitsi Meet.
2020-05-20 12:06:27 +02:00
Christophe Hamerling 78f3b2431b
Add timeout configuration in settings 2020-05-14 15:10:46 +02:00
Imdat Solak 1f2889ef0d macOS Catalina Camera/Mirophone Access Request fixed 2020-04-30 22:31:56 +02:00
Imdat Solak 2212eaf506 macOS Catalina Fix for Camera/Microphone 2020-04-30 22:31:56 +02:00
Hristo Terezov e860605dba chore(package.json): Update utils 2020-04-24 14:39:17 -05:00
Saúl Ibarra Corretgé 55ee451f26 Bump version 2020-04-14 15:12:56 +02:00
Saúl Ibarra Corretgé 583ab0bba1 Fix patching linux sandbox support 2020-04-14 15:12:56 +02:00
Saúl Ibarra Corretgé 2c585eeb21 Update electron utils 2020-04-14 13:40:28 +02:00
Saúl Ibarra Corretgé 0e93d36e9a Bump version 2020-04-14 10:47:07 +02:00
Saúl Ibarra Corretgé 6ce4e51071 Bump version 2020-04-08 17:00:34 +02:00
Saúl Ibarra Corretgé a50a3bd7b7 Bump jitsi-meet-electron-utilss dependency 2020-04-08 17:00:34 +02:00
Saúl Ibarra Corretgé f879b6bd2a Bump version 2020-04-08 11:38:12 +02:00
Annika Wickert 4546d718e3 Downgrade electron-builder for Windows Defender bump version to beta3 2020-04-07 16:52:01 +02:00
Andrei Gavrilescu f3000d0844 Bump version to 2.0.0-beta2 2020-04-07 14:52:13 +02:00
Andrei Gavrilescu 4571b780dd Remove unnecessary keywords and build env 2020-04-07 14:30:36 +02:00
Andrei Gavrilescu 2ee5c50611 Bump app version 2020-04-07 14:30:36 +02:00
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
Christian Tramnitz 08d53c135e security fix, updating electron-store, elso electron-builder for clean build 2020-04-06 17:19:20 +02:00
Andrei Gavrilescu a903ffa5b9
chore(package): Update jitsi-meet-electron-utils to 2.0.1 2020-03-10 20:50:56 +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
Gabriel Imre 30eb64fadd chore(package): update deps 2020-02-04 11:47:54 +02:00
Hristo Terezov d2bc5d3c9c chore(package): update deps 2020-01-15 12:00:39 +00:00
Hristo Terezov 5eb291fc0f chore(package): Update jitsi-meet-electron-utils. 2019-10-23 03:20:37 -07:00
Hristo Terezov aa84bb397e fix(package.json):Update jitsi-meet-electron-utils 2019-10-16 11:55:32 -07:00
Hristo Terezov 73a8a88339 fix(eslint): Errors. 2019-10-16 11:55:32 -07:00
Hristo Terezov 99d6694609 chore(package.json): Update electron to 6.0.11 2019-10-04 08:03:06 -07:00
Hristo Terezov 061fbf9f88 fix: Electron 5 support. 2019-10-03 09:13:20 -07:00
Hristo Terezov 930797f7d6 chore(package): Update jitsi-meet-electron-utils. 2019-07-24 08:31:41 -07:00
Hristo Terezov ff2464d5ac chore(package): Update jitsi-meet-electron-utils 2019-07-19 11:12:25 -07:00
damencho 11d05807dc chore(deps): bump jitsi-meet-electron-utils to v0.6.4 2019-07-12 10:51:56 +01:00
Artur Shellunts d8bef4a784 build: fix npm start on Windows 2019-06-28 14:06:34 +02:00
Leonard Kim 3f50ed9a40 chore(deps): bump jitsi-meet-electron-utils to v0.6.3 2019-05-07 17:26:46 +02:00
Leonard Kim de70bcbbef chore(deps): update to electron 4.1.5 2019-05-07 17:26:46 +02:00
Saúl Ibarra Corretgé f004db7d51 Enable Dark Mode (TM) for macOS Mojave 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é 4086623259 Set version to 1.1.1 2018-10-10 12:22:04 -05:00
Saúl Ibarra Corretgé bfefc2396f Update dependencies 2018-10-10 12:22:04 -05:00
Saúl Ibarra Corretgé 65bc758af5 Set version to 1.1.0 2018-10-05 08:14:20 +02:00
Saúl Ibarra Corretgé 6884b08e57 Update dependencies 2018-10-04 14:48:23 -05:00
Saúl Ibarra Corretgé c95a9a61c3 Update Electron dependency 2018-10-04 14:48:23 -05:00
Saúl Ibarra Corretgé 289c1ef506 Set version to 1.0.0 2018-08-29 10:07:54 -05:00
Saúl Ibarra Corretgé 46522f81ca Update Electron dependency 2018-08-29 10:07:54 -05:00
Saúl Ibarra Corretgé c50e6344f7 Add ability to watch / autoreload in development mode
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/103

Co-authored-by: Akshit Kr Nagpal <akshitkrnagpal@gmail.com>
2018-08-17 23:06:46 +02:00
akshitkrnagpal b202264228 Updated Dependencies 2018-08-14 23:29:31 +02:00
akshitkrnagpal da3e6b4780 Added onboarding 2018-08-14 23:29:31 +02:00
akshitkrnagpal 15fc665c92 Updated electron-builder 2018-07-28 13:22:49 +02:00
Saúl Ibarra Corretgé cab287ab32 Update version 2018-07-27 09:03:51 +02:00
Akshit Kr Nagpal 8156f6cd07 Add recent-list 2018-07-27 09:03:51 +02:00
akshitkrnagpal cfd2e53826 Updated Dependencies 2018-07-20 17:52:58 +02:00
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
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
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 e228bfcca0 Added Start with Audio and Video muted toggles 2018-07-03 10:15:41 +01:00
akshitkrnagpal 541cfd3401 Replaced getAvatarURL from js-utils 2018-06-29 16:13:34 -05: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
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
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
akshitkrnagpal c98037f9be Added Jitsi Logo to navbar 2018-06-17 07:09:04 +02: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
akshitkrnagpal f85673da87 Removed node-loader 2018-06-03 22:54:40 +02:00
Akshit Kr Nagpal 4773b12a3b Add initial welcome page 2018-06-03 22:46:11 +02:00
Saúl Ibarra Corretgé eb8a110daa Run eslint and flow in sequence 2018-05-24 17:13:21 +02:00
akshitkrnagpal 923392cf0a Configured flow 2018-05-24 17:13:21 +02:00
Akshit Kr Nagpal ff3b9d9251 Added production config and fixed pack script (#32) 2018-05-24 16:02:27 +02:00
Akshit Kr Nagpal cfcab5e007 Configured React using Webpack with current functionality (#28) 2018-05-21 21:17:24 +02:00
Akshit Kr Nagpal e82e4b5c53 Used eslint-config-jitsi and modified code (#25) 2018-05-09 10:21:31 +02:00
Akshit Kr Nagpal 038ffbc778 Updated Electron to 2.0.0 (#23) 2018-05-08 20:58:26 +02:00
hristoterezov 65f325c44f chore(package.json): Use electron 1.7.7 2017-12-12 16:32:27 -06:00
hristoterezov f443eec56f feat(alwaysontop): Implement 2017-08-04 16:15:22 +03:00
hristoterezov 03dd26597b ref: Extract remote control and SS to jitsi-meet-electron-utils 2017-07-06 21:51:28 -05:00
hristoterezov f9f5f7692b feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05:00
hristoterezov a5e62aeb92 fix(package.json): Remove unnecessary 'build' script 2017-02-21 14:24:21 -06:00
hristoterezov 566227acd4 fix(package.json): Return back 'build' property into the scripts 2017-02-09 12:09:13 -06:00
Saúl Ibarra Corretgé b103834bb2 Simplify rebuilding Node modules for Electron 2017-01-12 10:39:50 -06:00
hristoterezov 7f7db304e8 chore: Add pack npm script 2016-12-28 10:25:08 -06:00
hristoterezov 59b79cffe5 feat(remotecontrol): Implement requesting remote control permissions 2016-12-27 20:03:52 -06:00
hristoterezov c07fe8fa1e Initial commit 2016-12-12 14:52:17 -06:00