Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-01 | chore(deps) update electron to 25.8.4 (#915) | Christoph Settgast | |
Main change: backport of merged Pipewire picker under wayland. Now redundant pickers for screen and application windows does not popup, unfortunately full screen sharing is no longer possible with this. See: #829 | |||
2023-09-16 | README: document current wayland issues (#912) | Christoph Settgast | |
2023-09-06 | README: document current wayland screensharing status (#907) | Christoph Settgast | |
2023-07-17 | README: document wayland screensharing issues (#891) | Christoph Settgast | |
2023-07-17 | ci: add support for linux-arm64 AppImage and deb (#889) | Christoph Settgast | |
2023-05-10 | chore(deps) update Electron to 24 (#862) | Saúl Ibarra Corretgé | |
* chore(deps) update Electron to 24 * docs: document broken screensharing on wayland See #829 --------- Co-authored-by: Christoph Settgast <csett86_git@quicksands.de> | |||
2023-04-22 | README: Update to current flathub branding badge (#859) | Christoph Settgast | |
2023-01-24 | tweaked markup and punctuation for clarity (#834) | Ted Thibodeau Jr | |
2023-01-20 | Update README.md (#832)v2023.1.1 | Manice18 | |
Corrected GNU/LInux to GNU/Linux screensharing to screen-sharing | |||
2022-10-14 | feat: support Jitsi instances that set x-frame-options and frame-ancestors ↵ | Christoph Settgast | |
CSP (#798) While in browser environments the headers are sensible, the only purpose of the electron app is load jitsi in the iframe api. This also is how the mobile apps behave (they also ignore the framing headers) Fixes: #285 | |||
2022-08-12 | feat(wayland): enable titlebar when running under wayland (#766) | Christoph Settgast | |
Use with --ozone-platform-hint=auto to enable Closes: #683 | |||
2022-07-04 | README: Add instructions how to clean the cache (#767) | Christoph Settgast | |
Closes: #649 | |||
2022-05-02 | Update README for Ubuntu 22.04 (#753) | Christoph Settgast | |
2022-02-16 | doc: X-Frame-Options "sameorigin" breaks the app (#715) | Christoph Settgast | |
2021-11-16 | README: add publishing docs (#667) | csett86 | |
2021-11-14 | README: further cleanups after rename of utils -> sdk (#665) | csett86 | |
2021-11-05 | README: Mac auto-update now works with signed bins | csett86 | |
2021-11-02 | Update package-lock.json file to npm 8 | Saúl Ibarra Corretgé | |
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/650 | |||
2021-10-18 | Update README.md | ovari | |
2021-10-18 | Update README.md | ovari | |
https://github.com/jitsi/jitsi-meet-electron/issues/636 https://github.com/jitsi/jitsi-meet-electron/pull/640 | |||
2021-10-17 | chore(deps): update electron-builder to 22.11.11 and move to node 14(#583) | csett86 | |
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14 as well. Signed-off-by: Christoph Settgast <csett86@web.de> | |||
2021-09-19 | Update hu.json (#637) | ovari | |
2021-07-31 | Enable WebAssemblyCSP flag so wasm-eval CSP can be used instead of requiring ↵ | csett86 | |
unsafe-eval (#617) | |||
2021-03-31 | Linux: Fix running AppImage on Debian 10+ (#231) | Christoph Settgast | |
Modeled after https://github.com/electron-userland/electron-builder/issues/5371#issuecomment-791771150 but written with promised-based fs nodejs API. This allows to drop the app-builder-lib .desktop patch, as --no-sandbox is now part of all linux targets via the additional launcher script, so the arg can be dropped from the .desktop file Exec line. Manual workaround is removed from the README as well. | |||
2021-03-24 | Update README | Saúl Ibarra Corretgé | |
2021-03-15 | Switch mac build to universal build | Christoph Settgast | |
Apple's documentation suggests that apps should be shipped as universal binaries to simplify the process for the users. See eg. https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon Also update electron-updater to latest version (matching electron-builder version) as part of this. Signed-off-by: Christoph Settgast <csett86@web.de> | |||
2021-03-14 | README: explain why remote control was disabled | Adam Spiers | |
Just marking the remote control feature as disabled without explaining why was not at all helpful to end users needing this feature. So link to a couple of pages to help them understand the reasoning. It may even attract developers to work on a fix. | |||
2021-03-12 | Document working CSP | t2d | |
2021-03-10 | Update README.md | Saúl Ibarra Corretgé | |
2021-03-10 | Update README.md | Saúl Ibarra Corretgé | |
2021-01-29 | Updating install command for Homebrew | David Haberthür | |
According to https://formulae.brew.sh/cask/jitsi-meet#default | |||
2020-11-11 | Add prerequisites for building on Windows | Saúl Ibarra Corretgé | |
2020-11-10 | Add link to GNU/Linux issue | NeroBurner | |
Add a link to the #231 issue as searching the issue by hand is cumbersome | |||
2020-11-04 | Add GNU/LInux dependencies to README | Saúl Ibarra Corretgé | |
2020-10-20 | Add Flathub icon | Proprietary Chrome-chan | |
2020-10-08 | Update README.md | Saúl Ibarra Corretgé | |
2020-09-29 | Update README.md | ovari | |
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-09-10 | Update README.md | Saúl Ibarra Corretgé | |
2020-08-11 | Fix typo | ovari | |
2020-07-03 | Add Auto-Update limitation information for macOS to the README | Ribero | |
2020-06-26 | Define Node.js 12 as requirement | Christophe HAMERLING | |
2020-06-16 | Update README.md | Marcos Dantas | |
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-09 | Add Application command line flag support for devtools | Christophe HAMERLING | |
2020-06-09 | Add SHOW_DEV_TOOLS environment variable | Christophe HAMERLING | |
2020-06-05 | Update README | Saúl Ibarra Corretgé | |
2020-05-31 | Update README.md | sergio | |
Update frame-ancestors note. | |||
2020-05-20 | Update README.md | Saúl Ibarra Corretgé | |
2020-04-30 | Add note about debugger | Christophe HAMERLING | |