You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix server disconnecting clients due to wrong timeout
always respond with success when users try to reset a password or register an account. This stops someone from probing which email addresses are registered.
add abort button while connecting to a device
specify connected device in url. This enables users bookmarking them. It also enables users to connect to subpages of a device directly like e.g. the recovery page
Fix navbar disappearing when using browser back button to quit remote connection.
Show error message when opening a connection fails due to all keys beeing in use.
Fix users getting logged out.
Only reload a remote connection when app was suspended for a longer time. This fixes the issue of deleted changes when a user closes the app for a short duration for e.g. looking something up.
Add message when ServiceWorkers are not available.