Commit Graph

223 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé d925695928 Add GH Action to run the linter 2020-07-02 08:51:34 +02:00
Saúl Ibarra Corretgé 0b88a783f3 Temporarily disable remote control 2020-07-02 08:47:27 +02:00
Luis Guzman 203f1387e9
Add spanish localization 2020-07-01 17:22:22 +02:00
Christophe HAMERLING 5b924fe218 Open the conference with the app locale 2020-06-30 13:47:47 +02:00
KovalevArtem ce588d65e8
Add Russian localization 2020-06-30 13:39:39 +02:00
Saúl Ibarra Corretgé ca1eb70250 Share logic for opening external links 2020-06-30 11:16:55 +02:00
Christophe HAMERLING dc3dd4459a Increase default timeout to 30 seconds 2020-06-30 11:15:16 +02:00
Christophe HAMERLING fb706ebb6d Add FR support 2020-06-30 10:14:27 +02:00
Annika Wickert 7b2b0c4e71
Add german and italian 2020-06-26 17:43:05 +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
freddytuxworth 111a1ef884
Add button to remove conference from recents list
Fixes #313, #283, #322, #127, #334
2020-06-18 14:46:47 +02:00
Saúl Ibarra Corretgé 044c864cde Update Electron to 9.0.4 2020-06-17 10:48:01 +02:00
Marcos Dantas 93c3e13773
Update README.md 2020-06-16 11:54:48 +02:00
Saúl Ibarra Corretgé 22875b9454 Update Electron to 9.0.3 2020-06-11 16:42:52 +02:00
Saúl Ibarra Corretgé ee82416720 Silence webpack asset size warnings 2020-06-11 16:42:52 +02:00
Saúl Ibarra Corretgé c4aefb05b5 Bundle external API
We use very little functionality of it anyway.
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
Christophe HAMERLING b662c93ac7 Add Application command line flag support for devtools 2020-06-09 11:38:06 +02:00
Christophe HAMERLING 212d8cb92b Add SHOW_DEV_TOOLS environment variable 2020-06-09 11:38:06 +02:00
Saúl Ibarra Corretgé 69aea45f32 Update README 2020-06-05 13:37:25 +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é 759b9a005b Reorganize settings drawer 2020-06-04 16:14:39 +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é 328ff76016 Attach external API listeners early
This avoids any problems caused by the initialization of any of the
extra services initialization failures.
2020-06-04 10:53:32 +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
Saúl Ibarra Corretgé 962470d97e Restrict URLs which can be opened in an external browser 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é 9d6eda921f Enable DevTools also on release builds
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/371
2020-06-02 09:57:34 +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é e20e3b4b83 Add SECURITY.md 2020-06-02 09:54:20 +02:00
sergio 91b20b4431 Update README.md
Update frame-ancestors note.
2020-05-31 07:38:08 +02:00
Saúl Ibarra Corretgé 99853137ac Bump version 2020-05-27 10:58:33 +02:00
Saúl Ibarra Corretgé 5da33a0094 Disable HW accelerated codecs
Fixes a crash when H.264 is used (in P2P mode).
2020-05-27 10:57:03 +02:00
Annika Wickert 20ec0bfd93
Fix Camera permissions for signed Apps 2020-05-26 09:39:41 +02:00
Saúl Ibarra Corretgé 65f04dd68c Update README.md 2020-05-20 22:26:53 +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
Saúl Ibarra Corretgé 9b84fe5999 Run npm audit fix 2020-05-20 12:06:27 +02:00
Christophe Hamerling 78f3b2431b
Add timeout configuration in settings 2020-05-14 15:10:46 +02:00
Christophe HAMERLING ee99029fb7 Fix Welcome form placeholder 2020-04-30 22:35:16 +02:00
Christophe HAMERLING a0856810ba Add note about debugger 2020-04-30 22:35:16 +02:00
Christophe HAMERLING cf7f2dabfb Add support for URL query parameters 2020-04-30 22:35:16 +02:00
Michael Wiedmann e7deabb8f4
Fix typos in README 2020-04-30 22:33:06 +02:00
Imdat Solak 1f2889ef0d macOS Catalina Camera/Mirophone Access Request fixed 2020-04-30 22:31:56 +02:00