Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | Bump versionv2.0.0-beta4 | Saúl Ibarra Corretgé | |
2020-04-08 | Drop unneeded dependencies on Travis | Saúl Ibarra Corretgé | |
2020-04-08 | Fix Chrome sandbox on Linux AppImage builds | Saúl Ibarra Corretgé | |
2020-04-07 | Downgrade electron-builder for Windows Defender bump version to beta3v2.0.0-beta3 | Annika Wickert | |
2020-04-07 | Bump version to 2.0.0-beta2v2.0.0-beta2 | Andrei Gavrilescu | |
2020-04-07 | Remove unnecessary keywords and build envv2.0.0-beta1 | Andrei Gavrilescu | |
2020-04-07 | Bump app version | Andrei Gavrilescu | |
2020-04-07 | Update CI Tools | Andrei Gavrilescu | |
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com> | |||
2020-04-07 | updata package-lock.json | Andrei Gavrilescu | |
2020-04-07 | fix security issue / update deps | Andrei Gavrilescu | |
2020-04-06 | security fix, updating electron-store, elso electron-builder for clean build | Christian Tramnitz | |
2020-03-10 | chore(package): Update jitsi-meet-electron-utils to 2.0.1 | Andrei Gavrilescu | |
2020-02-20 | use appName from config | 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 | |||
2020-02-04 | chore(package): update deps | Gabriel Imre | |
2020-01-15 | chore(package): update deps | Hristo Terezov | |
2019-10-23 | chore(package): Update jitsi-meet-electron-utils. | Hristo Terezov | |
2019-10-16 | fix(package.json):Update jitsi-meet-electron-utils | Hristo Terezov | |
2019-10-16 | fix(eslint): Errors. | Hristo Terezov | |
2019-10-04 | chore(package.json): Update electron to 6.0.11 | Hristo Terezov | |
2019-10-03 | fix: Electron 5 support. | Hristo Terezov | |
2019-07-24 | chore(package): Update jitsi-meet-electron-utils. | Hristo Terezov | |
2019-07-19 | chore(package): Update jitsi-meet-electron-utils | Hristo Terezov | |
2019-07-12 | chore(deps): bump jitsi-meet-electron-utils to v0.6.4 | damencho | |
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. | |||
2019-06-28 | build: fix npm start on Windows | Artur Shellunts | |
2019-05-07 | chore(deps): bump jitsi-meet-electron-utils to v0.6.3 | Leonard Kim | |
2019-05-07 | chore(deps): update to electron 4.1.5 | Leonard Kim | |
2019-05-07 | chore(deps): change http to https | Leonard Kim | |
Changset was produced by running "npm install" on latest master. | |||
2018-12-27 | Enable Dark Mode (TM) for macOS Mojave | Saúl Ibarra Corretgé | |
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-12-19 | Update README.md | Emil Ivov | |
2018-12-13 | Update README.md | Emil Ivov | |
2018-10-10 | Set version to 1.1.1v1.1.1 | 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-10 | Update dependencies | Saúl Ibarra Corretgé | |
2018-10-05 | Set version to 1.1.0v1.1.0 | 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-04 | Update dependencies | Saúl Ibarra Corretgé | |
2018-10-04 | Update Electron dependency | Saúl Ibarra Corretgé | |
2018-10-01 | Clarify error message | Saúl Ibarra Corretgé | |
2018-10-01 | Document how to use with own instalation | Saúl Ibarra Corretgé | |
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/124 | |||
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 | Set version to 1.0.0v1.0.0 | Saúl Ibarra Corretgé | |
2018-08-29 | Update Electron dependency | Saúl Ibarra Corretgé | |
2018-08-29 | Update README | Saúl Ibarra Corretgé | |
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. |