summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-04-03pass tsvector data as a named parameter on article update, remove escaping hacksAndrew Dolgov
2018-03-21filter dialog: remove placeholderAndrew Dolgov
2018-03-21filter dialog: add tooltip re: filter syntaxAndrew Dolgov
2018-03-16hlClicked: do not set headline selected when ctrl-clickingAndrew Dolgov
2018-03-16addLabel: remove unused active_tabAndrew Dolgov
2018-03-16gotoExportOpml: js strict mode fixAndrew Dolgov
2018-03-15Merge branch 'master' of tsia/tt-rss into masterfox
2018-03-15fixed "reset to defaults" in preferencestsia
2018-03-15Merge branch 'strict-js' of wn/tt-rss into masterfox
2018-03-14strict js: various var fixeswn_
2018-03-14viewfeed: remove force_nocache (unused)Andrew Dolgov
2018-03-14switchPanelMode: strict-mode fix for article_idAndrew Dolgov
2018-03-14remove firefox feed subscribe integration code (obsolete)Andrew Dolgov
2018-03-12Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-modejs-strict-modefox
2018-03-11strict js: fix subscribing when HTML with multiple feedswn_
also a minor fix for response handling in quickAddFilter
2018-03-11Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-modefox