Commit Graph

38 Commits

Author SHA1 Message Date
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
Torsten Stelling
db0468b870 updates to the documentation 2013-06-29 18:41:27 +02:00
Torsten Stelling
00a1e1411a Merge pull request #7 from bountin/content_type
Correcting content type from text/json to application/json
2013-06-29 06:55:52 -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
cb1c1848c4 Merge pull request #5 from akrabat/readme-update2
Add ReadKit to README and links to the software which runs fine with the plugin
2013-06-29 03:49:09 -07:00
Rob Allen
3822d78687 Add ReadKit to README
Also provide links to all three apps that are known to work with this
plugin.
2013-06-29 11:41:56 +01:00
Torsten Stelling
946ce60586 updated version 2013-06-29 12:17:34 +02: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
Torsten Stelling
b4b3766d15 Merge pull request #4 from akrabat/readme-updates
Minor improvements to the README
2013-06-29 03:12:22 -07:00
Torsten Stelling
986f6eea03 Merge pull request #3 from akrabat/fix-mr-reader-auth
Look for the api_key in $_COOKIE rather than $_REQUEST. Fix for Mr.Reader
2013-06-29 03:11:16 -07:00
Rob Allen
a11aab28b0 Minor improvements to the README 2013-06-29 09:03:57 +01: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
66419e0fc0 fixes 2013-06-28 21:08:38 +02:00
Torsten Stelling
720f5e5288 added info about password 2013-06-28 21:07:47 +02:00
Torsten Stelling
8650e86feb more fixes 2013-06-28 20:56:30 +02:00
Torsten Stelling
ef025f4472 documentation fixes 2013-06-28 20:55:57 +02:00
Torsten Stelling
0c87fa3021 added current fever api as markdown 2013-06-28 20:54:50 +02:00
Torsten Stelling
5627bdeb7f removed debug flag v1.4.4 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
b124f64191 small updates v1.4.3 2013-06-28 19:31:33 +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
42157352af added debug section v1.4.2 2013-06-28 16:40:54 +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 v1.4.1 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
v1.4
2013-06-28 11:12:08 +02:00
Torsten Stelling
3edbe9db82 added more info for the current Mr.Reader state 2013-06-27 23:24:29 +02:00
Torsten Stelling
a96310a9c0 added link to FAQ from Mr.Reader 2013-06-27 23:10:54 +02:00
Torsten Stelling
f4d09169c0 removed copyright link 2013-06-27 22:52:59 +02:00
Torsten Stelling
cabb42f722 Fixes in documentation 2013-06-27 22:41:06 +02:00
Torsten Stelling
c11edb8149 added first version which works with Mr.Reader 2.0 v1.3 2013-06-27 22:38:38 +02:00
Torsten Stelling
28ecc6ab70 added first readme file 2013-06-27 22:08:39 +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 v1.2 2013-06-27 21:31:27 +02:00