Christoph Settgast

Results 76 comments of Christoph Settgast

As asked today in the community call, this also is an issue for parameters that are boolean, eg. disableChatSmileys=true, as also they are then all strings and not boolean.

For the Linux Mint users an easy option may be the flathub package of this electron app, as flathub is preinstalled and configured on Linux Mint. Just point your users...

@saghul I would be happy to build a CI that includes the build number in the .deb and pushes the built .deb on release eg via SSH to a package...

The deb package of the latest release also always has a stable URL (as seen in the README), if that helps the Jenkins job: https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-amd64.deb

I checked and the *.changes and *.buildinfo are unfortunately not available via fpm, which is internally used by electron-builder to create the deb file. I could manually create the .changes...

Unfortunately we had to migrate away from electron-storage (which was the config backend reading from config.json) to the electron native localStorage in #638 and then remove electron-storage completely in #668....

There are news on this: PR #617 will help, because you can at least replace the unsafe-eval of script-src with the wasm-equivalent. `script-src 'self' 'unsafe-inline' 'unsafe-eval'` with `script-src 'self' 'unsafe-inline'...

@damencho please review if this approach is fine for you and fits to the requirements to get the deb package included in the [https://download.jitsi.org/stable/ repo? Thank you in advance!

While revisiting this and checking how moderated.jitsi.net works, I don't see a way how to enable this into the electron app. moderated.jitsi.net hides the real URL with JWT and only...

@saghul I could provide an updated implementation as PR for the moderated-meetings that looks like this: ![Bildschirmfoto 2022-07-29 um 18 28 07](https://user-images.githubusercontent.com/1392875/181803698-bd9c92e7-4618-443e-b601-476b26bab510.png) This changes the room names to url sanitized...