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
The request feature has not been addressed in the feature request list.
The design of the feature does not require detailed discussion
Motivation
Adding a correctly-formatted but wrong URL (no Overleaf server there) is accepted
silently, so the user has no idea why nothing works later.
On login failure the user only sees a generic "Login failed.", with no distinction
between server unreachable, not an Overleaf/ShareLaTeX server, and wrong
email/password. Network errors are swallowed entirely and produce no notification.
Feature Description
When adding a server, do a lightweight, unauthenticated probe and, if it's
unreachable or doesn't look like an Overleaf/ShareLaTeX server, warn with an "Add
anyway" option (so self-hosted/offline setups aren't blocked).
When logging in, show distinct notifications for: server unreachable, not an Overleaf
server, and incorrect email/password.
Keep the "is this Overleaf" detection lenient so a version change never warns on a
working server. The probe sends no credentials, doesn't follow redirects to other
hosts, keeps TLS verification on, and never executes server content.
[Optional] Additional context
Applicable Overleaf Edition: Official / Community / Enterprise (Server Pro)
Applicable Extension Range: Desktop Extension / Web Extension
Disclaimer
Motivation
silently, so the user has no idea why nothing works later.
between server unreachable, not an Overleaf/ShareLaTeX server, and wrong
email/password. Network errors are swallowed entirely and produce no notification.
Feature Description
unreachable or doesn't look like an Overleaf/ShareLaTeX server, warn with an "Add
anyway" option (so self-hosted/offline setups aren't blocked).
server, and incorrect email/password.
working server. The probe sends no credentials, doesn't follow redirects to other
hosts, keeps TLS verification on, and never executes server content.
[Optional] Additional context