RetroShare / RSNewWebUI

30 stars 20 forks source link

Fix WebUI issues #86

Closed zelfroster closed 7 months ago

zelfroster commented 11 months ago

fix: properly decodeURI to show own certificate correctly

zelfroster commented 11 months ago

Sorry for being very late. I will resume work on webui again.

Also, I had some issues when fixing this one https://github.com/RetroShare/RetroShare/issues/2767 as the setNetworkMode in libretroshare rspeers.h 783 always returns false for some reason. I will check again and then discuss.

zelfroster commented 10 months ago

Hi @csoler, The NAT mode always returns false for some reason, the code for it is correct from webui side. And, about the relogin issue on new tab needs to be fixed differently, as the eventListener itself is being used as a check for authentication. Please suggest something as to how to do it @rottencandy.

rottencandy commented 10 months ago

What is the relogin issue? Is opening ui in a new tab not working with event listener?

zelfroster commented 10 months ago

What is the relogin issue? Is opening ui in a new tab not working with event listener?

It's working and everything's fine, It's just that User always has to log in twice whenever opening webui in a new tab.

zelfroster commented 7 months ago

Hello @csoler, this PR can be reviewed.