Commit Graph

29 Commits

Author SHA1 Message Date
Grant Pannell
6865f8f2dc Fix invalid Postgres query - does not support LIMIT x, y 2018-01-22 00:43:57 +10:30
mestrode
72d22b2b3b mark all item w/ equal links as read/unread 2018-01-20 15:21:25 +01:00
mestrode
cb6f31bfa5 hot links feature 2018-01-20 15:20:13 +01:00
Grant Pannell
56f9d06435 Sync with tt-rss, use pdo for db queries 2017-12-25 04:11:49 +10:30
root
da3f333f98 Fix execute perms 2017-05-16 01:20:09 +09:30
Grant Pannell
6d26584d34 Take back my plugin - fix a bunch of bugs which counters not updating,
clean things up, sync back with ttrss source
2017-05-16 01:10:32 +09:30
chyiz
a7fd1e385e Merge branch 'fixCCache' 2017-05-12 02:19:18 -04:00
Matt S
9c75e5a1e2 Update fever_api.php to support CCache class 2017-05-08 21:40:29 +01:00
Colin Dunn
0b1475d938 Update fever_api.php to support Article class
The latest commit to tt-rss now has classes for various objects, including an Article class, which causes errors in the plugin. This update make the plugin functional again.
2017-05-05 11:22:53 +10:00
Torsten Stelling
30e3d5cd93 renamed $IS_PRESS to $ID_HACK_FOR_MRREADER
Renamed $IS_PRESS to $ID_HACK_FOR_MRREADER to make code more readable. This helps others understand the code.
2014-01-15 22:48:49 +01:00
Torsten Stelling
04dfc947a8 added release notes 2014-01-15 17:31:42 +01:00
Torsten Stelling
1706ba074f added rewrite_urls function since it was removed from tinytinyrss 2014-01-15 17:30:20 +01:00
Torsten Stelling
c810243106 changed version number and added change log 2014-01-15 15:14:33 +01:00
Torsten Stelling
832042595e Added pull request to make more Fever API Apps useable
Merged Pull Request
https://github.com/dasmurphy/tinytinyrss-fever-plugin/pull/14
2014-01-15 15:07:54 +01:00
root
c51c003d3a Correcting content type from text/json to application/json 2013-06-29 16:31:08 +04:00
Torsten Stelling
74dd9ad140 Revert "Revert "updated version""
This reverts commit 95f76a8269.
2013-06-29 12:16:51 +02:00
Torsten Stelling
95f76a8269 Revert "updated version"
This reverts commit 180592d391.
2013-06-29 12:16:16 +02:00
Torsten Stelling
180592d391 updated version 2013-06-29 12:16:00 +02:00
Rob Allen
d75147073f Look for the api_key in $_COOKIE rather than $_REQUEST.
For Mr. Reader, we set a cookie on the login message and then look for
it on subsequent requests. We need to check $_COOKIE rather than
$_REQUEST though as the values in $_REQUEST are set within php.ini and
cookies are not often set there since the PHP org changed the default
setting of "request_order" to be "GP".
2013-06-29 08:44:28 +01:00
Torsten Stelling
5627bdeb7f removed debug flag 2013-06-28 20:51:55 +02:00
Torsten Stelling
9db7b8e96a fixed bug wih escaping password before hashing it 2013-06-28 20:51:18 +02:00
Torsten Stelling
fe6a81ef3a added DEBUG_FILE to debug configuration
changed authentication call from Mr.Reader so that the reply is also uppercase, since the API-KEY comes in uppercase from clients
fixed debug output while authentication in Mr.Reader with displaying the email adress
2013-06-28 19:26:11 +02:00
Torsten Stelling
5a272dcd20 fixed DEBUG_USER to 0 2013-06-28 16:24:06 +02:00
Torsten Stelling
e7d868fad5 changed DEBUG_USER for disabling authentication without DEBUG = true 2013-06-28 16:23:10 +02:00
Torsten Stelling
2532634ac9 added version in php file, which may come handy with bug finding 2013-06-28 14:29:39 +02:00
Torsten Stelling
2eefcd7677 removed password from debug log 2013-06-28 12:56:42 +02:00
Torsten Stelling
c68878c9ea fixed Mr.Reader support
fixed debugging options
2013-06-28 11:12:08 +02:00
Torsten Stelling
c11edb8149 added first version which works with Mr.Reader 2.0 2013-06-27 22:38:38 +02:00
Torsten Stelling
07c951a026 added Fever API plugin by DigitalDJ from TinyTinyRSS forum 2013-06-27 21:31:27 +02:00