summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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-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-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-20Af_RedditImgur: update to use readability-phpAndrew 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-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-24Revert "plugins/import_export: use PDO"Andrew Dolgov
This reverts commit 785ffca622b2fa706812e7897225a79994e1034e.
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-16plugins/import_export: use PDOLuc Didry
2018-05-12af_comics: Go Comics now uses HTTPS.JustAMacUser
2018-04-26af_comics: nedroid broke their rss feed, might as well plug them into ↵Andrew Dolgov
generic comicpress filter
2018-02-23auto_assign_labels: pass delimiter to preg_quote() to escape slashes properlyAndrew Dolgov
2018-02-11af_readability: Use new global fetch_effective_url for canonical URL.JustAMacUser
2018-02-11af_comics: Fix typo -- call to undefined method.JustAMacUser
2018-02-07af_comics: Workaround for GoComics' lazy loading images in srcset.Dave Z
2018-02-07af_comics: Allow subscribing to GoComics URLs via page (only this time, ↵Dave Z
*actually allow* it).
2018-01-30Revert "import_export: do not use DOMDocument->loadXML in static context"Andrew Dolgov
This reverts commit 1ddf3a28e56d64fa8e80868e731cdde8b2abefa8.
2018-01-30import_export: do not use DOMDocument->loadXML in static contextAndrew Dolgov
2018-01-30import_export: use legacy true/false valuesAndrew Dolgov
2018-01-27gocomics: remove width attribute to fix improper scaling of imagesAndrew Dolgov
2018-01-01Fix missing parenthesis.Dave Z
2018-01-01Fix PDO query in mail plugin.Dave Z
2017-12-13Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimentalAndrew Dolgov
2017-12-13Make af_readability use resolved URL when rewriting relative URLs in the ↵JustAMacUser
article.
2017-12-11use button-style links for bookmarkletsAndrew Dolgov
2017-12-11add some primary dialog actions; update cssAndrew Dolgov
2017-12-07set charset to "utf-8"cac2s
2017-12-03further stylesheet simplification related fixesAndrew Dolgov
2017-12-03plugins/cache_starred_images: use PDOAndrew Dolgov
2017-12-03plugins/embed_original: use PDOAndrew Dolgov
2017-12-03plugins/af_redditimgur: use PDOAndrew Dolgov
2017-12-03plugins/vf_shared: use PDOAndrew Dolgov
2017-12-03plugins/auto_assign_labels: use PDOAndrew Dolgov
2017-12-03plugins/af_readability: use PDOAndrew Dolgov
2017-12-03plugins/note: use PDOAndrew Dolgov
2017-12-03plugins/mail: use PDOAndrew Dolgov
2017-12-03af_zz_imgproxy: use type hintAndrew Dolgov
2017-12-03plugins/af_psql_trgm: use PDOAndrew Dolgov
2017-12-03plugins/mailto: PDOAndrew Dolgov
2017-12-03plugin base class: init pdo objectAndrew Dolgov
plugins/share: use PDO
2017-12-03auth_remote: use PDOAndrew Dolgov
2017-12-03auth_internal: use PDO + other fixesAndrew Dolgov
2017-12-02checkbox to sql bool related changes, some more boolean fixesAndrew Dolgov
2017-11-16Updated af_comics GoComics handling to support comics with numbers and use ↵JustAMacUser
the main web URL as a feed URL (legacy FeedBurner URL support still exists).