-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
use with On premise Exchange? #1
Comments
I'm not sure, since I have no on premise version for testing available. At the moment the Url of the owa webinterface in the settings UI is hardcoded, however, it should by possible to switch the url by changing the url in the config file. The config file should be located in Open the file and add a
If it not works, send me the output of the app when started in a terminal. If you can help me with testing/debug the app it would be easy for me to add full support to owatron |
Do you use some kind of NTLM authentication?
Can you open the dev tool console after start (
This is a bug. Occurs also on O365, didn't even know that this is possible :) |
NTLM? The LDAP connection from the Exchange to the AD Server Probably uses it, we need to login with our Active Directory Username and Password.
|
Mmmm ok, it seems that UI version is older and not using fluentui. At the moment notification handling is a hack. A DOM mutation listener is registered and listens for notification popup in the DOM since such notifications are rendered in FluentUI always in the same div. I'm trying to replace that part with a real Add-In that is injected on load, but this is also tricky. Notifications on O365 are always rendered in an div with class name It seems that this div does not exist/has another name in your environment, so I guess we have to change that part for on premise usage. Can you check the DOM for a div with such class name? |
Can you check if Firefox has set a white list property in the config (about:config) https://www.electronjs.org/docs/api/command-line-switches#--auth-server-whitelisturl or https://www.electronjs.org/docs/api/command-line-switches#--auth-negotiate-delegate-whitelisturl |
There is nothing set. Also i dont use SSO if that is what you mean by ntlm.
i found what div contains the notifications. Here are HTML snapshots of with and Without a Email notification.
|
I've created a new release with fixes for the open email issue and an initial attempt with the give data to support your installation |
Can you please try again with the latest version? |
Can you check the output with the latest version again, please |
Maybe I know also the reason for your login problem. Will provide a fix for this later |
Did the update also solve the popup and login problems? |
With v0.4.3 Logins still don't survive restarts and popups are empty. |
Sorry for the delay. I've created a new version where I've tried to add reminder support based on the screenshot above. Can you check if it's working? Can you send me also all error that are shown in console after startup? Does the |
Can you sent me the the output as text instead as screenshot? |
I've created a new release which hopefully should fix notifications and window open in your environment. Sorry for the try&error releases, but since I'm not able to reproduce this problem in my environment, fixing this issue is harder then I thought. |
Sorry for the delay, had a few very busy days at work. Reminder Notifications now work! Popout window are Sadly still Empty though. I have Attached the Logs as Text instead of Screenshots: |
New release, details can be found on #2 |
is it possible to use this with the on premise version of exchange? It seems so me as if this only works with the o365 version of exchange.
The text was updated successfully, but these errors were encountered: