Commit Graph

8892 Commits (ad1b6f0a8618ed214001e90c0e5db380758a6c84)
 

Author SHA1 Message Date
Tobias Kappé a377d5c981 Determine language for atom entry without a loop. 6 years ago
Andrew Dolgov 83da40251f plugins: move af_lang_detect to tt-rss-attic repository 6 years ago
Tobias Kappé 3bbaf902ab Sanitize language obtained for an entry. 6 years ago
fox f129074666 Merge branch 'pullreq-fix-undefined-index-warning' of tkappe/tt-rss into master 6 years ago
Tobias Kappé 22a866edb5 Store language of entries as indicated by the feed. 6 years ago
Tobias Kappé 52dbd55c7b Fix undefined index warning in installation. 6 years ago
Andrew Dolgov 32c0c07cc1 pluginhost: implement basic autoloader for classes bundled with plugins (uses vendor/ layout) 6 years ago
fox c3d57017d3 Merge branch 'update-language-detect-plugin' of tschuettler/tt-rss into master 6 years ago
fox 03fff1e95e Merge branch 'fix_mysql_utf8mb4' of BtbN/tt-rss into master 6 years ago
BtbN 2b8afd4942 Only strip utf8mb4 if mysql_charset != utf8mb4
If a user has fixed their database properly utf8mb4 works just fine allowing emoji and other 4 byte unicode characters to work.
6 years ago
tschuettler 31b40448fd Update af_lang_detect plugin with changes from upstream
Reapplied downstream changes for phpmd ruleset
6 years ago
Andrew Dolgov c925f4e3fd use catchall exception handler for readability 6 years ago
Andrew Dolgov a2d1fa5b14 autoloader: check if class name is namespaced before trying to split it 6 years ago
fox 331ded21ba Merge branch 'tumblr_hd_videos' of Self-Perfection/tt-rss into master 6 years ago
Self-Perfection 1cb3084d53 Replace tumblr videos with HD versions
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.
6 years ago
Andrew Dolgov 6e6c3a878d update_rss_feed: limit maximum length of tsvector data because of pgsql limitations 6 years ago
Andrew Dolgov 0cd4a88dc2 remove previous readability library (unused) 6 years ago
Andrew Dolgov 6d95e53524 af_readability: check if sanitized content has anything before replacing
original excerpt
af_readability, af_redditimgur: check php version before using Readability
6 years ago
Andrew Dolgov acf155cf8f remove old-style readability loading 6 years ago
Andrew Dolgov add9b37ab5 auth_internal: load Base32 using proper namespace 6 years ago
Andrew Dolgov 310c18e6bb move OTPHP to vendor/; additionally move Base32 class to OTPHP namespace 6 years ago
Andrew Dolgov df47100ad1 remove SWF enclosure audio player 6 years ago
Andrew Dolgov b22766fcdd Af_RedditImgur: update to use readability-php 6 years ago
Andrew Dolgov a9105e2a61 move JShrink Minifier to vendor/ 6 years ago
Andrew Dolgov 2aaefbfa54 update autoloader to consider namespaces for third party libraries: placed 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
6 years ago
Andrew Dolgov d00d515320 feedbrowser: fix incorrect usage of LIMIT in prepared statement 6 years ago
fox 149e903dd1 Merge branch 'fix/git-packed-ref' of tobidope/tt-rss into master 6 years ago
Tobias Bell af3663edec Don't bail out if git gc removed refs 6 years ago
Andrew Dolgov f5302247c6 share: add support for og:image, etc. metadata for shared articles 6 years ago
Andrew Dolgov 636164301f import_export: limit and offset don't play nice with generic PDO placeholders 6 years ago
Andrew Dolgov a369a6d946 import_export: update to use PDO 6 years ago
Andrew Dolgov b70c3daffe af_redditimgur updates:
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
6 years ago
Andrew Dolgov b037ffd628 af_readability: specify http accept header 6 years ago
Andrew Dolgov 68d9c412ea fetch_file_contents: allow setting http Accept header 6 years ago
Andrew Dolgov 82152bdc34 Revert "plugins/import_export: use PDO"
This reverts commit 785ffca622.
6 years ago
fox e888879a42 Merge branch 'master' of MatthieuS/tt-rss into master 6 years ago
MatthieuS 5d95676ecc Call the subscription hook from the plugins even if fetch_file_contents 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).
6 years ago
Andrew Dolgov f0dbfedc81 increase buffersize to 16384 bytes
(also some trailing whitespace got clipped)
6 years ago
fox f7253dbb4e Merge branch 'master' of impa/tt-rss into master 6 years ago
Alexander Yaburov 74a98a6ff2 increased CURLOPT_BUFFERSIZE from 128 to 256 6 years ago
Andrew Dolgov b14f6d58b4 implement hard limits on downloaded data size for general fetching and cache plugins: MAX_DOWNLOAD_FILE_SIZE & MAX_CACHE_FILE_SIZE 6 years ago
Andrew Dolgov f851cdf362 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 6 years ago
Andrew Dolgov 66fe33e769 bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed) 6 years ago
fox e12ba043ef Merge branch 'fix-fr-translation-typos' of framasky/tt-rss into master 6 years ago
fox 04f4fd0e6b Merge branch 'pdo-import-export-plugin' of framasky/tt-rss into master 6 years ago
Luc Didry 785ffca622
plugins/import_export: use PDO 6 years ago
framasky 04932d7804 Fix FR translation typos 6 years ago
fox 32101389b6 Merge branch 'af_comics-ssl' of JustAMacUser/tt-rss into master 6 years ago
JustAMacUser aedcbfd9c5 af_comics: Go Comics now uses HTTPS. 6 years ago
Andrew Dolgov 8702ded6a1 rebase translations 6 years ago