aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-252.4.0v2.4.0Saúl Ibarra Corretgé
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-09-10Enable just insertable streams instead of all experimental featuresSaúl Ibarra Corretgé
2020-09-10Remove no longer needed workaroundSaúl Ibarra Corretgé
The bug has since been fixed in Chromium.
2020-09-10Update Electron to version 10Saúl Ibarra Corretgé
2020-09-10Update README.mdSaúl Ibarra Corretgé
2020-09-10Bump bl from 4.0.2 to 4.0.3dependabot[bot]
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-14Run npm audit fixSaúl Ibarra Corretgé
2020-08-11Fix typoovari
2020-08-03Add Hungarian localizationovari
2020-07-31Bump elliptic from 6.5.2 to 6.5.3dependabot[bot]
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-29Bump versionv2.3.1Saúl Ibarra Corretgé
2020-07-29Update Electron to 9.1.2Saúl Ibarra Corretgé
2020-07-21Bump lodash from 4.17.15 to 4.17.19dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07Add translation for server timeoutJan
in German and English translations
2020-07-03Fix join via protocol link on Linux (#413)chref
Perform command-line protocol argument handling on all platforms, not only win32. This allows the client to join a meeting passed on the command-line even if it is no instance of the client already running.
2020-07-03Add Auto-Update limitation information for macOS to the READMERibero
2020-07-02Update Electron to 9.0.5v2.3.0Saúl Ibarra Corretgé
2020-07-02Bump versionSaúl Ibarra Corretgé
2020-07-02Remove no longer used dependencySaúl Ibarra Corretgé
2020-07-02Drop pre-commit hookSaúl Ibarra Corretgé
The linter will run on a GH action now.
2020-07-02Add GH Action to run the linterSaúl Ibarra Corretgé
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-26Define Node.js 12 as requirementChristophe HAMERLING
2020-06-18Add button to remove conference from recents listfreddytuxworth
Fixes #313, #283, #322, #127, #334
2020-06-17Update Electron to 9.0.4Saúl Ibarra Corretgé
2020-06-16Update README.mdMarcos Dantas
2020-06-11Update Electron to 9.0.3Saúl Ibarra Corretgé
2020-06-11Silence webpack asset size warningsSaúl Ibarra Corretgé
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-09Add Application command line flag support for devtoolsChristophe HAMERLING
2020-06-09Add SHOW_DEV_TOOLS environment variableChristophe HAMERLING
2020-06-05Update READMESaúl Ibarra Corretgé
2020-06-04Bump version to 2.2.0v2.2.0Saúl Ibarra Corretgé
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-04Replace unmaintained SVG pluginSaúl Ibarra Corretgé
2020-06-04Update Electron to version 9.0.2Saúl Ibarra Corretgé
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-04Add context menuSaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/380