Quantcast
Channel: Recent Commits to FeedReader:b817369f0913d37e38f14c3c9e23a15f49884a70
Browsing all 20 articles
Browse latest View live

Minor Feedbin cleanups

Minor Feedbin cleanups - Indentation - Don't set defaults for Article

View Article



Deduplicate feeds by feed URL, not link element.

Deduplicate feeds by feed URL, not link element. Previously, we used the RSS <link> to determine if a feed was a duplicate, but it's common for multiple feeds to exist for a single site. This...

View Article

Don't assume Feedly values are non-null

Don't assume Feedly values are non-null Feedly's API sometimes returns null for summary, content, title, etc. Weirdly enough, it can even return null for `unread`, despite it not being marked as...

View Article

v2.9.0 release

v2.9.0 release

View Article

Centralize logic for whether ArticleViewHeader is fullscreen or not

Centralize logic for whether ArticleViewHeader is fullscreen or not

View Article


Add an explicit button to close the current article

Add an explicit button to close the current article This adds a new "close" button in the top left of the article view to close the current article without needing to switch views. For now, I'm not...

View Article

Don't close the current article when switching tabs, searching, or op…

Don't close the current article when switching tabs, searching, or opening a new feed This is a better user experience because articles only close when a user explicitly closes them. Fixes #864

View Article

Trigger a re-sync when changing the drop-articles-after setting

Trigger a re-sync when changing the drop-articles-after setting

View Article


Use DB last modified time for last sync by default

Use DB last modified time for last sync by default The NextCloud plugin was doing this instead of using last-sync. This way all of the plugins do this behavior.

View Article


Fix delete old articles logic

Fix delete old articles logic - Fix double-negative in delete query - Change logic to use days instead of weeks - Use to_start_date() consistently

View Article

v2.9.1 release

v2.9.1 release

View Article

Add null check around since conversion for NextCloud

Add null check around since conversion for NextCloud

View Article

v2.9.2 release

v2.9.2 release

View Article


Save TT-RSS HTTP auth info

Save TT-RSS HTTP auth info Previously we had an auth input but we ignored it. Fixes #917

View Article

Add tests for htmlclean

Add tests for htmlclean

View Article


Re-escape HTML data after Htmlclean

Re-escape HTML data after Htmlclean This works by parsing HTML data into normal text. However, when we're done with it, we want this to become valid HTML again. If we leave things like & parsed,...

View Article

Display feed and article titles as markup

Display feed and article titles as markup This makes it so we can use the escaped-HTML output of Htmlclean directly as titles, and things like &lt;pre&gt; will show as <pre> in titles....

View Article


v2.10 release

v2.10 release

View Article

Appdata: fix bug tracker URL

Appdata: fix bug tracker URL Fixes #924

View Article

Do not try to use deprecated GOA Pocket support

Do not try to use deprecated GOA Pocket support

View Article
Browsing all 20 articles
Browse latest View live




Latest Images