Matthias G

Results 7 comments of Matthias G

> Not Working: > > * Joining Organization link never fires accept so user never accepts invite during SSO login, normal login after the first SSO login that creates the...

Concerning logging out: > In regards to logging the user out. I have a PR open which helps with that for at least the web-socket enabled clients (#3076). But other...

> You mentioned that it will not work without email being enabled. In that case, please add restrictions and check if mail is enabled with if CONFIG.mail_enabled() { and prevent...

Rebase done @GeekCornerGH

I can confirm this issue using Linphone Desktop 4.4.11 on Windows 10. In my opinion these two functions are involved: - https://github.com/BelledonneCommunications/linphone-desktop/blob/d2d605cb8252d8829e213141e06395ad5118c1e6/linphone-app/src/components/settings/SettingsModel.cpp#L1443 - https://github.com/BelledonneCommunications/linphone-desktop/blob/d2d605cb8252d8829e213141e06395ad5118c1e6/linphone-app/src/components/settings/SettingsModel.cpp#L1463 Seems their calls to mConfig->getString("","","") always...

I would add some thoughts: ~~1) What is the environment variabale `GUACD_SSL` for? As far as I can see it's not used on `guacamole-client` nor on `guacamole-server` anywhere (except within...

> The `GUACD_SSL` environment variable controls the `guacd-ssl` property, which is used to enable SSL/TLS encryption between the webapp and guacd. It's uncommon to use this, as that communication is...