1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
Andrew Dolgov
21ce7d9ec0 update phpmd ruleset to use (subset) of cleancode
fix various minor issues reported by static analysis
remove redundant php closing tag from several more files
2017-04-26 20:57:36 +03:00
Andrew Dolgov
41245888f1 only stop inline feed updates with open_basedir enabled if there are any plugins that require CURL enabled
add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
2016-01-26 11:45:47 +03:00
Eduardo M KALINOWSKI
fb59c87932 Fetch only the headers in order to get the real article URL. 2015-12-25 09:59:51 -02:00
Andrew Dolgov
aa03bac424 allow NO_CURL to disable several CURL-related checks in plugins
af_readability: skip http content-type checking when open_basedir is enabled
2015-11-20 13:34:52 +03:00
Andrew Dolgov
4c46702672 drop support for (obsolete, removed from recent php versions) php safe_mode setting
remove ugly hacks for curl + open_basedir combination breaking support for http redirects
2015-11-19 20:05:17 +03:00
Andrew Dolgov
129d626354 plugins: remove obsolete plugin_data/stored stuff 2014-08-18 18:41:19 +04:00
Andrew Dolgov
05f14a7d19 add (undocumented) _CURL_HTTP_PROXY 2013-09-30 13:27:14 +04:00
Rasmus Lerdorf
6f7798b643 Fixing bugs found by static analysis 2013-05-07 00:35:10 -07:00
Andrew Dolgov
106a3de91c plugins: bump API version 2013-04-19 17:31:56 +04:00
Andrew Dolgov
6322ac79a0 remove $link 2013-04-17 16:48:41 +04:00
Andrew Dolgov
438a3ecb04 disable FOLLOWLOCATION when under open_basedir 2013-04-16 20:40:14 +04:00
Andrew Dolgov
81153e6b8b fix broken redirects 2013-03-20 12:15:06 +04:00
Andrew Dolgov
e2b0054be4 experimental patch to enable compatibility with php safe_mode 2013-03-19 01:10:02 +04:00
Andrew Dolgov
e02555c1b8 add af_* plugin workaround for already processed article 2013-02-23 12:07:46 +04:00
Andrew Dolgov
389859b5d4 af_unburn: set useragent 2013-02-22 09:38:00 +04:00
Andrew Dolgov
8055097ca2 af_unburn: set timeout properly (refs #540) 2013-02-21 22:27:35 +04:00
Andrew Dolgov
b30abdadd2 prevent article filters from modifying article GUID; add separate plugin_data field for this 2013-02-21 22:24:06 +04:00
Andrew Dolgov
1e6463fde9 unburn: remove ending ? from urls 2013-02-01 00:34:57 +04:00
Andrew Dolgov
6368785ef4 af_unburn: update description 2013-01-21 22:40:38 +04:00
Andrew Dolgov
a90952ec00 af_unburn: add /~r/ redirector 2013-01-20 20:22:04 +04:00
Andrew Dolgov
eb161344c2 af_unburn: add feedsportal 2013-01-14 11:11:03 +04:00
Andrew Dolgov
8c685908b1 af_unburn: remove utm_* query parts 2013-01-13 10:56:54 +04:00
Andrew Dolgov
9b72506855 add af_unburn 2013-01-12 22:47:10 +04:00