FeedTheMonkey/src
Jeena b49cc69c49 api: auto-detect Greader API path for Miniflux and FreshRSS
Miniflux serves the Greader API at the server root while FreshRSS uses
/api/greader.php. Instead of hardcoding the FreshRSS suffix, try the
URL as-is first (works for Miniflux) and fall back to appending
/api/greader.php (works for FreshRSS). The user just enters the server
URL without needing to know the API path.
2026-03-21 11:57:19 +00:00
..
api.rs api: auto-detect Greader API path for Miniflux and FreshRSS 2026-03-21 11:57:19 +00:00
app.rs ui: overhaul sidebar, add content filters and state improvements 2026-03-21 01:13:01 +00:00
article_row.rs app: implement Epics 2–10 2026-03-20 11:57:06 +00:00
cache.rs cache: store all cached data under XDG_CACHE_HOME 2026-03-21 01:28:11 +00:00
credentials.rs app: implement Epics 2–10 2026-03-20 11:57:06 +00:00
filters.rs ui: overhaul sidebar, add content filters and state improvements 2026-03-21 01:13:01 +00:00
image_cache.rs window: prefetch images and queue offline read/unread actions 2026-03-21 02:45:45 +00:00
login_dialog.rs fix: tokio runtime, Enter-to-login, and server URL handling 2026-03-20 12:17:27 +00:00
main.rs window: prefetch images and queue offline read/unread actions 2026-03-21 02:45:45 +00:00
model.rs window: persist article list and open article across restarts 2026-03-21 01:13:09 +00:00
pending_actions.rs window: prefetch images and queue offline read/unread actions 2026-03-21 02:45:45 +00:00
preferences_dialog.rs feature: cache article images for offline reading 2026-03-21 01:19:49 +00:00
runtime.rs fix: tokio runtime, Enter-to-login, and server URL handling 2026-03-20 12:17:27 +00:00
window.rs window: show toast instead of login dialog when offline with cached articles 2026-03-21 03:05:19 +00:00