summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-12Fix undefined index warning in installation.Tobias Kappé
2018-08-07pluginhost: implement basic autoloader for classes bundled with plugins ↵Andrew Dolgov
(uses vendor/ layout)
2018-08-07Merge branch 'update-language-detect-plugin' of tschuettler/tt-rss into masterfox
2018-08-07Merge branch 'fix_mysql_utf8mb4' of BtbN/tt-rss into masterfox
2018-08-04Only strip utf8mb4 if mysql_charset != utf8mb4BtbN
If a user has fixed their database properly utf8mb4 works just fine allowing emoji and other 4 byte unicode characters to work.
2018-08-02Update af_lang_detect plugin with changes from upstreamtschuettler
Reapplied downstream changes for phpmd ruleset
2018-07-31use catchall exception handler for readabilityAndrew Dolgov
2018-07-18autoloader: check if class name is namespaced before trying to split itAndrew Dolgov
2018-07-15Merge branch 'tumblr_hd_videos' of Self-Perfection/tt-rss into masterfox
2018-07-14Replace tumblr videos with HD versionsSelf-Perfection
Alternative approach might be extracting replacement URL from "hdUrl" field of custom property "data-crt-options", but stripping last segment of video URL is way easier and seems equally robust.
2018-07-10update_rss_feed: limit maximum length of tsvector data because of pgsql ↵Andrew Dolgov
limitations
2018-06-21remove previous readability library (unused)Andrew Dolgov
2018-06-21af_readability: check if sanitized content has anything before replacingAndrew Dolgov
original excerpt af_readability, af_redditimgur: check php version before using Readability
2018-06-20remove old-style readability loadingAndrew Dolgov
2018-06-20auth_internal: load Base32 using proper namespaceAndrew Dolgov
2018-06-20move OTPHP to vendor/; additionally move Base32 class to OTPHP namespaceAndrew Dolgov
2018-06-20remove SWF enclosure audio playerAndrew Dolgov
2018-06-20Af_RedditImgur: update to use readability-phpAndrew Dolgov
2018-06-20move JShrink Minifier to vendor/Andrew Dolgov
2018-06-20update autoloader to consider namespaces for third party libraries: placed ↵Andrew Dolgov
and loaded from vendor/namespace/classpath.php update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php) add vendor/Psr/Log interface required for the above
2018-06-18feedbrowser: fix incorrect usage of LIMIT in prepared statementAndrew Dolgov
2018-06-14Merge branch 'fix/git-packed-ref' of tobidope/tt-rss into masterfox
2018-06-08Don't bail out if git gc removed refsTobias Bell
2018-05-29share: add support for og:image, etc. metadata for shared articlesAndrew Dolgov
2018-05-28import_export: limit and offset don't play nice with generic PDO placeholdersAndrew Dolgov
2018-05-28import_export: update to use PDOAndrew Dolgov
2018-05-26af_redditimgur updates:Andrew Dolgov
1. remove special handling for imgur albums/pages because its full on cancerous json garbage now with no scrapeable layout 2. skip all urls leading to reddit.com while trying to embed content 3. implement generic last resort embedding based on meta og:image element
2018-05-25af_readability: specify http accept headerAndrew Dolgov
2018-05-25fetch_file_contents: allow setting http Accept headerAndrew Dolgov
2018-05-24Revert "plugins/import_export: use PDO"Andrew Dolgov
This reverts commit 785ffca622b2fa706812e7897225a79994e1034e.
2018-05-23Merge branch 'master' of MatthieuS/tt-rss into masterfox
2018-05-23Call the subscription hook from the plugins even if fetch_file_contents ↵MatthieuS
returned no data This allows a plug-in to override the fetch when the core fetch method fails for some feeds (eg. Tumblr feeds when requested from an EU IP).
2018-05-23increase buffersize to 16384 bytesAndrew Dolgov
(also some trailing whitespace got clipped)
2018-05-23Merge branch 'master' of impa/tt-rss into masterfox
2018-05-23increased CURLOPT_BUFFERSIZE from 128 to 256Alexander Yaburov
2018-05-20implement hard limits on downloaded data size for general fetching and cache ↵Andrew Dolgov
plugins: MAX_DOWNLOAD_FILE_SIZE & MAX_CACHE_FILE_SIZE
2018-05-20Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2018-05-20bump date_updated when updated article data is saved to exclude it from ↵Andrew Dolgov
purging (because it is still present in the originating feed)
2018-05-20Merge branch 'fix-fr-translation-typos' of framasky/tt-rss into masterfox
2018-05-20Merge branch 'pdo-import-export-plugin' of framasky/tt-rss into masterfox
2018-05-16plugins/import_export: use PDOLuc Didry
2018-05-15Fix FR translation typosframasky
2018-05-12Merge branch 'af_comics-ssl' of JustAMacUser/tt-rss into masterfox
2018-05-12af_comics: Go Comics now uses HTTPS.JustAMacUser
2018-04-28rebase translationsAndrew Dolgov
2018-04-28Merge branch 'translation_pt_BR' of ekalin/tt-rss into masterfox
2018-04-28Updated pt_BR translation.Eduardo M KALINOWSKI
2018-04-26af_comics: nedroid broke their rss feed, might as well plug them into ↵Andrew Dolgov
generic comicpress filter
2018-04-14Merge branch 'reg_exp_length' of lllusion3418/tt-rss into masterfox
2018-04-14change filter rule regexp type to textfoobar