1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-03 13:00:51 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
Andrew Dolgov
666cd33360 enable support for readability (if af_readability is enabled) in shareanything bookmarklet 2016-01-29 15:38:05 +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
Troy Engel
5d5f100f4f Fix array checking method in 2 places, add array check in one location 2015-12-05 15:03:01 -06:00
Troy Engel
3e220fd131 Revert "Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]"
This reverts commit beaddcba96.
2015-12-05 14:49:54 -06:00
Troy Engel
beaddcba96 Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()] 2015-12-04 13:45:10 -06: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
4d03c5c59f limit maximum article length allowed for readability 2015-10-06 14:12:22 +03:00
Andrew Dolgov
6dbd6585a9 af_readability: add pluggable filter action 2015-08-12 12:16:07 +03:00
Andrew Dolgov
37b2bca99e af_readability: encoding may be lower case 2015-07-13 19:24:59 +03:00
Andrew Dolgov
8b08d9d740 move readability libs to system location 2015-07-08 13:44:45 +03:00
Andrew Dolgov
831129f6a4 ad_readability: also check for content-type if possible 2015-07-08 10:35:19 +03:00
Andrew Dolgov
b7d1306b19 af_readability: add a workaround for meta charset html pages 2015-07-07 10:15:08 +03:00
Andrew Dolgov
7975ace2aa fix previous, oops 2015-07-06 23:38:02 +03:00
Andrew Dolgov
fd61fd6e79 rewrite relative urls in readability output 2015-07-06 23:29:00 +03:00
Andrew Dolgov
1ff7ae42df add af_readability 2015-07-06 23:02:21 +03:00