Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-25 | Updated translation | Saúl Ibarra Corretgé | |
2020-09-25 | Simplify validating server URL | Saúl Ibarra Corretgé | |
There is no need to send a HEAD request to the server since we now bundle external_api.js. | |||
2020-08-03 | Add Hungarian localization | ovari | |
2020-07-07 | Add translation for server timeout | Jan | |
in German and English translations | |||
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-18 | Add button to remove conference from recents list | freddytuxworth | |
Fixes #313, #283, #322, #127, #334 | |||
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-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 | 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 | Restrict URLs which can be opened in an external browser | Saúl Ibarra Corretgé | |
2020-05-20 | Add randdom room name generation | Saúl Ibarra Corretgé | |
2020-05-20 | Refactor avatar | Saúl Ibarra Corretgé | |
Don't use abotars, as they are no longer used in Jitsi Meet. | |||
2020-05-14 | Add timeout configuration in settings | Christophe Hamerling | |
2020-04-30 | Fix Welcome form placeholder | Christophe HAMERLING | |
2020-04-30 | Add support for URL query parameters | Christophe HAMERLING | |
2020-04-14 | Fix typo in onboarding boxes | Andrew Morgan | |
2020-04-14 | Fix show AoT window default value | Saúl Ibarra Corretgé | |
2020-04-14 | Fixup always on top window setting | Saúl Ibarra Corretgé | |
- Style - Layout - Add spotlight | |||
2020-04-14 | Add always on top window toggle to settings | Klemens 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-12 | Add source URL to help button | Sven Schwyn | |
2020-04-07 | Update CI Tools | Andrei Gavrilescu | |
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com> | |||
2020-04-07 | fix security issue / update deps | Andrei Gavrilescu | |
2020-02-20 | integrate screen sharing tracker window (#197) | Andrei Gavrilescu | |
* integrate screen sharing tracker window * update jitsi-meet-electron-utils required version * update package.json | |||
2019-10-16 | fix(eslint): Errors. | Hristo Terezov | |
2019-07-11 | Adds using power monitor and detecting computer suspend. (#174) | Дамян Минков | |
* Adds using power monitor and detecting computer suspend. * Simplify api listener functions. * Fixes comments. | |||
2018-12-27 | Remove full window dragging hack | Saúl Ibarra Corretgé | |
It's more trouble than it's worth really. For one, it doesn't work in brady bunch mode. | |||
2018-12-27 | Update dependencies | Saúl Ibarra Corretgé | |
2018-10-10 | Fix regression when conference has a password or auth | Saú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. | |||
2018-10-10 | Remove no longer needed workaround | Saúl Ibarra Corretgé | |
2018-10-04 | Fixed styled components warning | Saúl Ibarra Corretgé | |
This is the new syntax for extending components. See: https://github.com/styled-components/styled-components/issues/1546 | |||
2018-10-01 | Clarify error message | Saúl Ibarra Corretgé | |
2018-09-28 | Add a 10s join timeout | Saúl Ibarra Corretgé | |
2018-09-28 | Don't mark the conference as loaded early | Saúl Ibarra Corretgé | |
Wait until the joined event. | |||
2018-08-29 | Add placeholder for conference field | Saúl Ibarra Corretgé | |
Also, create a couple of auxiliary functions so we save some indentation in the main render function. | |||
2018-08-14 | Added onboarding | akshitkrnagpal | |
2018-07-27 | Separate conference start time and duration into 2 lines | Saúl Ibarra Corretgé | |
2018-07-27 | Make the conference title stand out in the recent list | Saúl Ibarra Corretgé | |
2018-07-27 | Add recent-list | Akshit Kr Nagpal | |
2018-07-27 | Add conference actions | Akshit Kr Nagpal | |
2018-07-27 | Replace px with em | Akshit Kr Nagpal | |