aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-08Bump versionv2.0.0-beta4Saúl Ibarra Corretgé
2020-04-08Drop unneeded dependencies on TravisSaúl Ibarra Corretgé
2020-04-08Fix Chrome sandbox on Linux AppImage buildsSaúl Ibarra Corretgé
2020-04-07Downgrade electron-builder for Windows Defender bump version to beta3v2.0.0-beta3Annika Wickert
2020-04-07Bump version to 2.0.0-beta2v2.0.0-beta2Andrei Gavrilescu
2020-04-07Remove unnecessary keywords and build envv2.0.0-beta1Andrei Gavrilescu
2020-04-07Bump app versionAndrei Gavrilescu
2020-04-07Update CI ToolsAndrei Gavrilescu
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
2020-04-07updata package-lock.jsonAndrei Gavrilescu
2020-04-07fix security issue / update depsAndrei Gavrilescu
2020-04-06security fix, updating electron-store, elso electron-builder for clean buildChristian Tramnitz
2020-03-10chore(package): Update jitsi-meet-electron-utils to 2.0.1Andrei Gavrilescu
2020-02-20use appName from configAndrei Gavrilescu
2020-02-20integrate screen sharing tracker window (#197)Andrei Gavrilescu
* integrate screen sharing tracker window * update jitsi-meet-electron-utils required version * update package.json
2020-02-04chore(package): update depsGabriel Imre
2020-01-15chore(package): update depsHristo Terezov
2019-10-23chore(package): Update jitsi-meet-electron-utils.Hristo Terezov
2019-10-16fix(package.json):Update jitsi-meet-electron-utilsHristo Terezov
2019-10-16fix(eslint): Errors.Hristo Terezov
2019-10-04chore(package.json): Update electron to 6.0.11Hristo Terezov
2019-10-03fix: Electron 5 support.Hristo Terezov
2019-07-24chore(package): Update jitsi-meet-electron-utils.Hristo Terezov
2019-07-19chore(package): Update jitsi-meet-electron-utilsHristo Terezov
2019-07-12chore(deps): bump jitsi-meet-electron-utils to v0.6.4damencho
2019-07-11Adds using power monitor and detecting computer suspend. (#174)Дамян Минков
* Adds using power monitor and detecting computer suspend. * Simplify api listener functions. * Fixes comments.
2019-06-28build: fix npm start on WindowsArtur Shellunts
2019-05-07chore(deps): bump jitsi-meet-electron-utils to v0.6.3Leonard Kim
2019-05-07chore(deps): update to electron 4.1.5Leonard Kim
2019-05-07chore(deps): change http to httpsLeonard Kim
Changset was produced by running "npm install" on latest master.
2018-12-27Enable Dark Mode (TM) for macOS MojaveSaúl Ibarra Corretgé
2018-12-27Remove full window dragging hackSaúl Ibarra Corretgé
It's more trouble than it's worth really. For one, it doesn't work in brady bunch mode.
2018-12-27Update dependenciesSaúl Ibarra Corretgé
2018-12-19Update README.mdEmil Ivov
2018-12-13Update README.mdEmil Ivov
2018-10-10Set version to 1.1.1v1.1.1Saúl Ibarra Corretgé
2018-10-10Fix regression when conference has a password or authSaú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-10Remove no longer needed workaroundSaúl Ibarra Corretgé
2018-10-10Update dependenciesSaúl Ibarra Corretgé
2018-10-05Set version to 1.1.0v1.1.0Saúl Ibarra Corretgé
2018-10-04Fixed styled components warningSaúl Ibarra Corretgé
This is the new syntax for extending components. See: https://github.com/styled-components/styled-components/issues/1546
2018-10-04Update dependenciesSaúl Ibarra Corretgé
2018-10-04Update Electron dependencySaúl Ibarra Corretgé
2018-10-01Clarify error messageSaúl Ibarra Corretgé
2018-10-01Document how to use with own instalationSaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/124
2018-09-28Add a 10s join timeoutSaúl Ibarra Corretgé
2018-09-28Don't mark the conference as loaded earlySaúl Ibarra Corretgé
Wait until the joined event.
2018-08-29Set version to 1.0.0v1.0.0Saúl Ibarra Corretgé
2018-08-29Update Electron dependencySaúl Ibarra Corretgé
2018-08-29Update READMESaúl Ibarra Corretgé
2018-08-29Add placeholder for conference fieldSaúl Ibarra Corretgé
Also, create a couple of auxiliary functions so we save some indentation in the main render function.