No description
Find a file
Jeena 141f9ee32d fix: show human-readable login errors instead of raw HTML
When the server returns an HTML response (wrong URL, redirect to a
login page), the error dialog previously showed the full HTML body.
Now detect HTML responses and show a short actionable message:
- 404 with HTML: 'API endpoint not found. Check your server URL.'
- 401/403 with HTML: 'Wrong username or password.'
- 200 with HTML (no Auth= token): explain the endpoint is not FreshRSS
- Non-HTML bodies are shown as-is (they are already readable)
2026-03-20 12:21:01 +00:00
data fix: tokio runtime, Enter-to-login, and server URL handling 2026-03-20 12:17:27 +00:00
html app: implement Epics 2–10 2026-03-20 11:57:06 +00:00
src fix: show human-readable login errors instead of raw HTML 2026-03-20 12:21:01 +00:00
.gitignore app: implement Epics 2–10 2026-03-20 11:57:06 +00:00
.travis.yml Add deploy step 2019-03-31 10:25:10 +02:00
BACKLOG.md scaffold: Epic 1 — project scaffold 2026-03-20 11:22:19 +00:00
build.rs scaffold: compile GSettings schema at build time for dev runs 2026-03-20 11:36:12 +00:00
Cargo.lock scaffold: Epic 1 — project scaffold 2026-03-20 11:22:19 +00:00
Cargo.toml app: implement Epics 2–10 2026-03-20 11:57:06 +00:00
COPYING scaffold: Epic 1 — project scaffold 2026-03-20 11:22:19 +00:00