Age | Commit message (Collapse) | Author |
|
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
|
|
Update jitsi-meet-electron-utils to replace it with electron API.
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
Mostly chromium security updates, for all details
see https://github.com/electron/electron/releases/tag/v13.5.0,
https://github.com/electron/electron/releases/tag/v13.5.1,
https://github.com/electron/electron/releases/tag/v13.5.2
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
|
|
https://github.com/jitsi/jitsi-meet-electron/issues/636
https://github.com/jitsi/jitsi-meet-electron/pull/640
|
|
|
|
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14
as well.
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
|
|
This is a preparation for electron 14+, where electron-store is no longer
in a usable state (currently used version does not work due to remote module
removed in electron 14, latest version extends every app startup to 10 seconds).
Once sufficient migration period has passed, electron-store and
redux-persist-electron-storage and the ipc call introduced here
(electron-store-exists) can be removed.
|
|
|
|
|
|
|
|
Mostly chromium security updates, for all details
see https://github.com/electron/electron/releases/tag/v13.4.0
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
|
|
|
|
|
|
Mostly chromium security updates, for all details
see https://github.com/electron/electron/releases/tag/v13.2.2 and
https://github.com/electron/electron/releases/tag/v13.2.3
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
|
|
|
|
Mostly chromium security updates, for all details
see https://github.com/electron/electron/releases/tag/v13.1.9
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
unsafe-eval (#617)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
based on the suggestions from #588
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
This moves all webpacked deps to be automatically included from the asar
and thus reduces the shipped binary by 14MB on Windows, 16 MB on Mac and
12MB on Linux. The installed size on mac is reduced by 105 MB.
Previously all the dependencies were webpacked and minified in the asar in the
build folder and in its full installed version unused under node_modules.
Only keep the dependencies that are externally required in the node-modules
folder.
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
the remote module will be removed from electron 14 onwards,
so replace the locale detection with native browser api that
is available in the renderer.
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
|
|
|
|
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.27...7.0.36)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
The getWiFiStats causes screen freezes every 10 seconds for 2-4 seconds,
thus temporarily remove them on mac.
Closes: #595
|
|
|
|
Fixes a memory leak when requesting files in ASAR archive from renderer
For all details, see https://github.com/electron/electron/releases/tag/v12.0.11
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
Bump normalize-url from 4.5.0 to 4.5.1
|
|
Bump merge-deep from 3.0.2 to 3.0.3
|
|
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases)
- [Commits](https://github.com/jonschlinkert/merge-deep/compare/3.0.2...3.0.3)
---
updated-dependencies:
- dependency-name: merge-deep
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
Security updates and bugfixes, see https://github.com/electron/electron/releases/tag/v12.0.10
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
Bump browserslist from 4.11.1 to 4.16.6
|
|
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.11.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.11.1...4.16.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
feat(linux): enable PipeWire support for screensharing
|
|
This is required on wayland based desktops like Fedora 34 or
Ubuntu 21.04.
Closes: #567
|