aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2021-05-07Adding sq translationBesnik Bleta
2021-04-14feat(i18n): add pt langRogério Queiroz
2021-03-23Allow mailto links to be opened externallybsimml
2021-03-03Update bundled external APISaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/527
2021-02-23Added Dutch translation.Cedric Roijakkers
2021-02-23Fix typo in German language fileDominik Gedon
2021-02-23Update dependenciesSaúl Ibarra Corretgé
2021-02-23Update feedback URLSaúl Ibarra Corretgé
2021-01-16Fix typo in German language fileMarvin Frommhold
2021-01-08Galician localizationxosecalvo
2021-01-08Fix typo in German language fileJan
2021-01-07updated german translationTobias Bannert
Updated, corrected and completed the german translation.
2020-09-25Updated translationSaúl Ibarra Corretgé
2020-09-25Simplify validating server URLSaúl Ibarra Corretgé
There is no need to send a HEAD request to the server since we now bundle external_api.js.
2020-08-03Add Hungarian localizationovari
2020-07-07Add translation for server timeoutJan
in German and English translations
2020-07-02Temporarily disable remote controlSaúl Ibarra Corretgé
2020-07-01Add spanish localizationLuis Guzman
2020-06-30Open the conference with the app localeChristophe HAMERLING
2020-06-30Add Russian localizationKovalevArtem
2020-06-30Share logic for opening external linksSaúl Ibarra Corretgé
2020-06-30Increase default timeout to 30 secondsChristophe HAMERLING
2020-06-30Add FR supportChristophe HAMERLING
2020-06-26Add german and italianAnnika Wickert
2020-06-26Introduce internationalisationfreddytuxworth
2020-06-18Add button to remove conference from recents listfreddytuxworth
Fixes #313, #283, #322, #127, #334
2020-06-11Bundle external APISaúl Ibarra Corretgé
We use very little functionality of it anyway.
2020-06-10Add protocol to open conference links with the appChristophe Hamerling
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-04Reorganize settings drawerSaúl Ibarra Corretgé
2020-06-04Remove local avatarSaúl Ibarra Corretgé
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-04Attach external API listeners earlySaúl Ibarra Corretgé
This avoids any problems caused by the initialization of any of the extra services initialization failures.
2020-06-04Restrict URLs which can be opened in an external browserSaúl Ibarra Corretgé
2020-05-20Add randdom room name generationSaúl Ibarra Corretgé
2020-05-20Refactor avatarSaúl Ibarra Corretgé
Don't use abotars, as they are no longer used in Jitsi Meet.
2020-05-14Add timeout configuration in settingsChristophe Hamerling
2020-04-30Fix Welcome form placeholderChristophe HAMERLING
2020-04-30Add support for URL query parametersChristophe HAMERLING
2020-04-14Fix typo in onboarding boxesAndrew Morgan
2020-04-14Fix show AoT window default valueSaúl Ibarra Corretgé
2020-04-14Fixup always on top window settingSaúl Ibarra Corretgé
- Style - Layout - Add spotlight
2020-04-14Add always on top window toggle to settingsKlemens Arro
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-12Add source URL to help buttonSven Schwyn
2020-04-07Update CI ToolsAndrei Gavrilescu
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
2020-04-07fix security issue / update depsAndrei Gavrilescu
2020-02-20integrate screen sharing tracker window (#197)Andrei Gavrilescu
* integrate screen sharing tracker window * update jitsi-meet-electron-utils required version * update package.json
2019-10-16fix(eslint): Errors.Hristo Terezov
2019-07-11Adds using power monitor and detecting computer suspend. (#174)Дамян Минков
* Adds using power monitor and detecting computer suspend. * Simplify api listener functions. * Fixes comments.
2018-12-27Remove full window dragging hackSaúl Ibarra Corretgé
It's more trouble than it's worth really. For one, it doesn't work in brady bunch mode.
2018-12-27Update dependenciesSaúl Ibarra Corretgé
2018-10-10Fix regression when conference has a password or authSaúl Ibarra Corretgé
This partially reverts eec6a270c5b2c7c93891dee1f9b49cfd351f7cff. 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.