Commit Graph

94 Commits

Author SHA1 Message Date
bsimml db6d976ae2
Allow mailto links to be opened externally 2021-03-23 16:21:16 +01:00
Saúl Ibarra Corretgé a64241731d Update bundled external API
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/527
2021-03-03 16:58:05 +01:00
Cedric Roijakkers 569cbfe89b Added Dutch translation. 2021-02-23 18:01:20 +01:00
Dominik Gedon 4fb7e4c151 Fix typo in German language file 2021-02-23 16:09:25 +01:00
Saúl Ibarra Corretgé b8f4da2213 Update dependencies 2021-02-23 14:22:54 +01:00
Saúl Ibarra Corretgé 01c2468666 Update feedback URL 2021-02-23 10:56:29 +01:00
Marvin Frommhold 25cc204100 Fix typo in German language file 2021-01-16 21:39:42 -06:00
xosecalvo eeb0fe5ec7
Galician localization 2021-01-08 10:27:05 +01:00
Jan 93584eac82
Fix typo in German language file 2021-01-08 10:25:52 +01:00
Tobias Bannert 8dc0edc452 updated german translation
Updated, corrected and completed the german translation.
2021-01-07 10:41:36 +01:00
Saúl Ibarra Corretgé 76bf7d3ee1 Updated translation 2020-09-25 10:38:03 +02:00
Saúl Ibarra Corretgé 730a6890be Simplify validating server URL
There is no need to send a HEAD request to the server since we now
bundle external_api.js.
2020-09-25 10:33:11 +02:00
ovari d16e6a7b68
Add Hungarian localization 2020-08-03 09:34:10 +02:00
Jan d368bee779
Add translation for server timeout
in German and English translations
2020-07-07 09:11:42 +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
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é 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
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é 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é 962470d97e Restrict URLs which can be opened in an external browser 2020-06-04 10:32:03 +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
Christophe HAMERLING ee99029fb7 Fix Welcome form placeholder 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
Andrew Morgan 1c229b9de5 Fix typo in onboarding boxes 2020-04-14 16:22:05 +02:00
Saúl Ibarra Corretgé b72ea5a123 Fix show AoT window default value 2020-04-14 13:21:19 +02:00
Saúl Ibarra Corretgé 2794692cbf Fixup always on top window setting
- Style
- Layout
- Add spotlight
2020-04-14 13:21:19 +02:00
Klemens Arro bbe835d23a Add always on top window toggle to settings
This commit will add a toggle to settings drawer to enable/disable the floating (always on top) window during a call (issue #171).
This feature is based on the code from pull request #172 by @gorance-teletrader.
2020-04-14 09:19:41 +02:00
Sven Schwyn 5a863ab904 Add source URL to help button 2020-04-12 20:48:27 +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
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