tinytinyrss-fever-plugin icon indicating copy to clipboard operation
tinytinyrss-fever-plugin copied to clipboard

TinyTiny RSS Fever API Plugin

Results 9 tinytinyrss-fever-plugin issues
Sort by recently updated
recently updated
newest added

This PR fixed the format of total_items. Before: ``` { "api_version": 3, "auth": 1, "last_refreshed_on_time": "1594991257", "total_items": "17126", "items": [ { "id": 1239, ``` After ``` { "api_version": 3, "auth":...

I recently updated to the most recent v17.4 of TT-RSS, and the most recent version of tinytinyrss-fever-plugin. Before updating everything worked :100:, and I was able to sync to Reeder...

Rename get_article_enclosures() to Article::get_article_enclosures() and ccache_update() to CCache::update().

I'm using: - Press 1.5.4 (on a Nexus 5 with Android M) - Tiny Tiny RSS v15.7 - This plugin, from git master On every sync, I get a toast...

bug

Since the latest updates to the tt-rss code I'm getting this error about an undefined function. I'm not sure if this function used to be part of tt-rss and was...

I am getting the following error with the latest version of tt-rss due to a change which uses an Article class for article functions. ``` 2017/05/05 10:51:41 [error] 10#10: *25...

When combined with `auth_ldap` the fever plugin is unusable. The LDAP auth module creates user entries in the database with the login name not being the actual login name but...

bug

Fever supports a Feed that is in some way "hot". Ttrss does not, but we have filters and Labels! We could fill this gap by (optionaly) declaring a Label as...

enhancement