Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-11 | Fix typo | ovari | |
2020-08-03 | Add Hungarian localization | ovari | |
2020-07-31 | Bump elliptic from 6.5.2 to 6.5.3 | dependabot[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-29 | Bump versionv2.3.1 | Saúl Ibarra Corretgé | |
2020-07-29 | Update Electron to 9.1.2 | Saúl Ibarra Corretgé | |
2020-07-21 | Bump lodash from 4.17.15 to 4.17.19 | dependabot[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-07 | Add translation for server timeout | Jan | |
in German and English translations | |||
2020-07-03 | Fix 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-03 | Add Auto-Update limitation information for macOS to the README | Ribero | |
2020-07-02 | Update Electron to 9.0.5v2.3.0 | Saúl Ibarra Corretgé | |
2020-07-02 | Bump version | Saúl Ibarra Corretgé | |
2020-07-02 | Remove no longer used dependency | Saúl Ibarra Corretgé | |
2020-07-02 | Drop pre-commit hook | Saúl Ibarra Corretgé | |
The linter will run on a GH action now. | |||
2020-07-02 | Add GH Action to run the linter | Saúl Ibarra Corretgé | |
2020-07-02 | Temporarily disable remote control | Saúl Ibarra Corretgé | |
2020-07-01 | Add spanish localization | Luis Guzman | |
2020-06-30 | Open the conference with the app locale | Christophe HAMERLING | |
2020-06-30 | Add Russian localization | KovalevArtem | |
2020-06-30 | Share logic for opening external links | Saúl Ibarra Corretgé | |
2020-06-30 | Increase default timeout to 30 seconds | Christophe HAMERLING | |
2020-06-30 | Add FR support | Christophe HAMERLING | |
2020-06-26 | Add german and italian | Annika Wickert | |
2020-06-26 | Introduce internationalisation | freddytuxworth | |
2020-06-26 | Define Node.js 12 as requirement | Christophe HAMERLING | |
2020-06-18 | Add button to remove conference from recents list | freddytuxworth | |
Fixes #313, #283, #322, #127, #334 | |||
2020-06-17 | Update Electron to 9.0.4 | Saúl Ibarra Corretgé | |
2020-06-16 | Update README.md | Marcos Dantas | |
2020-06-11 | Update Electron to 9.0.3 | Saúl Ibarra Corretgé | |
2020-06-11 | Silence webpack asset size warnings | Saúl Ibarra Corretgé | |
2020-06-11 | Bundle external API | Saúl Ibarra Corretgé | |
We use very little functionality of it anyway. | |||
2020-06-10 | Add protocol to open conference links with the app | Christophe 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-09 | Add Application command line flag support for devtools | Christophe HAMERLING | |
2020-06-09 | Add SHOW_DEV_TOOLS environment variable | Christophe HAMERLING | |
2020-06-05 | Update README | Saúl Ibarra Corretgé | |
2020-06-04 | Bump version to 2.2.0v2.2.0 | Saúl Ibarra Corretgé | |
2020-06-04 | Reorganize settings drawer | Saúl Ibarra Corretgé | |
2020-06-04 | Remove local avatar | Saú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-04 | Replace unmaintained SVG plugin | Saúl Ibarra Corretgé | |
2020-06-04 | Update Electron to version 9.0.2 | Saúl Ibarra Corretgé | |
2020-06-04 | Attach external API listeners early | Saúl Ibarra Corretgé | |
This avoids any problems caused by the initialization of any of the extra services initialization failures. | |||
2020-06-04 | Add context menu | Saúl Ibarra Corretgé | |
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/380 | |||
2020-06-04 | Restrict URLs which can be opened in an external browser | Saúl Ibarra Corretgé | |
2020-06-02 | Fix deep-signing | Annika Wickert | |
* Fixes #369 | |||
2020-06-02 | Enable DevTools also on release builds | Saúl Ibarra Corretgé | |
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/371 | |||
2020-06-02 | Update Electron to 9.0.1 | Saúl Ibarra Corretgé | |
2020-06-02 | Add SECURITY.md | Saúl Ibarra Corretgé | |
2020-05-31 | Update README.md | sergio | |
Update frame-ancestors note. | |||
2020-05-27 | Bump versionv2.1.1 | Saúl Ibarra Corretgé | |
2020-05-27 | Disable HW accelerated codecs | Saúl Ibarra Corretgé | |
Fixes a crash when H.264 is used (in P2P mode). | |||
2020-05-26 | Fix Camera permissions for signed Apps | Annika Wickert | |