aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-02-09feat: allow the jitsi-meet:// protocol in the URL box (#706)Christoph Settgast
* feat: allow the jitsi-meet:// protocol in the URL box Allow this so that when you send around links to the app and someone accidentally copy-pastes them into the URL box, things dont break.
2022-01-12lang: spelling and typography fixes for French (#699)Glandos
Fix spelling and typography
2021-12-21feat: force prejoin page instead of profile and av settings (#690)Christoph Settgast
The settings and the prejoin page which is forced on many instances including meet.jit.si did conflict, as you could set values in the settings, then try to override them in den prejoin page only to notice that it would not work. Clean this up by only having the prejoin page where all settings can be done before joining the conference. Closes: #687
2021-12-01refactor: Remove electron-store to be ready for electron 14+ (#668)csett86
Release this ~3 months after 2.9.0 was released (21 Sep 2021) so that users had 3 months to migrate to local storage Signed-off-by: Christoph Settgast <csett86@web.de>
2021-11-11refactor: follow rename of jitsi-meet-electron-utils to @jitsi/electron-sdk ↵csett86
(#662)
2021-09-20Switch to local storage and migrate old settings (#638)csett86
This is a preparation for electron 14+, where electron-store is no longer in a usable state (currently used version does not work due to remote module removed in electron 14, latest version extends every app startup to 10 seconds). Once sufficient migration period has passed, electron-store and redux-persist-electron-storage and the ipc call introduced here (electron-store-exists) can be removed.
2021-09-19Update hu.json (#637)ovari
2021-07-21chore(deps) Update external_api.jshmuresan
2021-06-28feat(recent-list): add an explanatory label (#591)csett86
2021-06-27lang(en): clarify that main input is room name, not participant (#592)csett86
based on the suggestions from #588 Signed-off-by: Christoph Settgast <csett86@web.de>
2021-06-27feat: support config overwrite via URL parameters (#594)csett86
Signed-off-by: Christoph Settgast <csett86@web.de>
2021-06-27refactor: remove dependency to deprected remote module (#593)csett86
the remote module will be removed from electron 14 onwards, so replace the locale detection with native browser api that is available in the renderer. Signed-off-by: Christoph Settgast <csett86@web.de>
2021-06-11fix(mac): remove wifi stats as they cause hangs every 10 secondsChristoph Settgast
The getWiFiStats causes screen freezes every 10 seconds for 2-4 seconds, thus temporarily remove them on mac. Closes: #595
2021-05-11feat(agc): Add setting to disable automatic gain control (#582)csett86
In some OS/Chromium combinations the automatic gain control goes slightly crazy, but normally its fine. Thus keep the default as is, but add an option for the users to disable it if required. Closes: #564
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