Commit Graph

35 Commits

Author SHA1 Message Date
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
Abe Estrada
bf23afd8ac Update version, closes #18 2015-05-19 15:22:35 -06: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
160aa190e3 Removed some conflicts
Conflicts:
	fever/fever_api.php
2014-01-15 15:11:11 +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
Dave Zaikos
0822766698 Changed how the Fever API endpoint is generated in Fever::hook_prefs_tab(). 2013-11-24 16:22:49 -05:00
wjchen
66056a9ee9 Update fever_api.php
Add shared articles to saved items.
2013-07-23 22:14:13 +08:00
wjchen
1d06634bb8 Update fever_api.php
improve sql and get marked,published,archived items as saved items
2013-07-23 21:55:28 +08:00
Torsten Stelling
8c6cbc98fd really fixed it! 2013-07-02 00:01:47 +02:00
Torsten Stelling
b8d8558977 fixed version information 2013-07-02 00:00:50 +02:00
Torsten Stelling
b3509b8db3 Fix for other Symlinks 2013-06-29 19:04:32 +02:00
Torsten Stelling
9df19dc4e2 Merge pull request #6 from bountin/root_dir
Working symlinks: Using script filename instead of __FILE__
2013-06-29 09:46:17 -07:00
root
c51c003d3a Correcting content type from text/json to application/json 2013-06-29 16:31:08 +04:00
root
d63c941421 Using script filename instead of __FILE__
The server variable script_filename contains the requested file path without symlink resolution.
__FILE__ is the 'real' file path with symlink resolution.
If a user (like me) uses a git repo for plugin management and symlinks the fever directory to the
plugin directory the inclusion and chdir'ing previously failed.
2013-06-29 16:23:29 +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
0b1bcf2e2e formatting changes 2013-06-27 22:04:49 +02:00
Torsten Stelling
07c951a026 added Fever API plugin by DigitalDJ from TinyTinyRSS forum 2013-06-27 21:31:27 +02:00