aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-20Update README.mdSaúl Ibarra Corretgé
2020-05-20Bump versionv2.1.0Saúl Ibarra Corretgé
2020-05-20Update electron-utilsSaúl Ibarra Corretgé
2020-05-20Update to Electron 9 and enable E2EESaúl Ibarra Corretgé
Electron 9 ships with Chrome 83 which means we have access to E2EE by enabling experimental web platform features.
2020-05-20Add randdom room name generationSaúl Ibarra Corretgé
2020-05-20Refactor avatarSaúl Ibarra Corretgé
Don't use abotars, as they are no longer used in Jitsi Meet.
2020-05-20Run npm audit fixSaúl Ibarra Corretgé
2020-05-14Add timeout configuration in settingsChristophe Hamerling
2020-04-30Fix Welcome form placeholderChristophe HAMERLING
2020-04-30Add note about debuggerChristophe HAMERLING
2020-04-30Add support for URL query parametersChristophe HAMERLING
2020-04-30Fix typos in READMEMichael Wiedmann
2020-04-30macOS Catalina Camera/Mirophone Access Request fixedImdat Solak
2020-04-30macOS Catalina Fix for Camera/MicrophoneImdat Solak
2020-04-30Fix shortcuts on macOSDavid Baker
The regular windows shortcuts (eg. minimise, hide) don't work unless they have menu entries, so add them along with the standard set of expected menu items for mac (although I've omitted 'about' since it opens a window so is a slightly more visible change). Also Electron has a role for 'quit' so use this instead of providing our own.
2020-04-24chore(package.json): Update utilsHristo Terezov
2020-04-14Fix typo in onboarding boxesAndrew Morgan
2020-04-14Bump versionv2.0.2Saúl Ibarra Corretgé
2020-04-14Fix patching linux sandbox supportSaúl Ibarra Corretgé
2020-04-14Info about additional HTTP headerMichael Wiedmann
2020-04-14Update electron utilsv2.0.1Saúl Ibarra Corretgé
2020-04-14Fix show AoT window default valueSaúl Ibarra Corretgé
2020-04-14Fixup always on top window settingSaúl Ibarra Corretgé
- Style - Layout - Add spotlight
2020-04-14Bump versionSaúl Ibarra Corretgé
2020-04-14Disable sandbox on LinuxSaúl Ibarra Corretgé
Ref: https://github.com/jitsi/jitsi-meet-electron/issues/231
2020-04-14Add always on top window toggle to settingsKlemens 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-12Add source URL to help buttonSven Schwyn
2020-04-12Add homebrew cask formula for MacOSMartin Delille
It was not clear that the cask formula was available for this promising app: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/jitsi-meet.rb
2020-04-08Bump versionv2.0.0Saúl Ibarra Corretgé
2020-04-08Bump jitsi-meet-electron-utilss dependencySaúl Ibarra Corretgé
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