Andrew Dolgov
83da40251f
plugins: move af_lang_detect to tt-rss-attic repository
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
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
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
b22766fcdd
Af_RedditImgur: update to use readability-php
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
636164301f
import_export: limit and offset don't play nice with generic PDO placeholders
7 years ago
Andrew Dolgov
a369a6d946
import_export: update to use PDO
7 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
7 years ago
Andrew Dolgov
b037ffd628
af_readability: specify http accept header
7 years ago
Andrew Dolgov
82152bdc34
Revert "plugins/import_export: use PDO"
...
This reverts commit 785ffca622
.
7 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
7 years ago
Luc Didry
785ffca622
plugins/import_export: use PDO
7 years ago
JustAMacUser
aedcbfd9c5
af_comics: Go Comics now uses HTTPS.
7 years ago
Andrew Dolgov
e0dff9134b
af_comics: nedroid broke their rss feed, might as well plug them into generic comicpress filter
7 years ago
Andrew Dolgov
7e6bb21ff5
auto_assign_labels: pass delimiter to preg_quote() to escape slashes properly
7 years ago
JustAMacUser
e26cb06179
af_readability: Use new global fetch_effective_url for canonical URL.
7 years ago
JustAMacUser
3f5f5bc73f
af_comics: Fix typo -- call to undefined method.
7 years ago
Dave Z
d92fcaa9c8
af_comics: Workaround for GoComics' lazy loading images in srcset.
7 years ago
Dave Z
fc756975ab
af_comics: Allow subscribing to GoComics URLs via page (only this time, *actually allow* it).
7 years ago
Andrew Dolgov
2c51facf61
Revert "import_export: do not use DOMDocument->loadXML in static context"
...
This reverts commit 1ddf3a28e5
.
7 years ago
Andrew Dolgov
1ddf3a28e5
import_export: do not use DOMDocument->loadXML in static context
7 years ago
Andrew Dolgov
365f5c8b53
import_export: use legacy true/false values
7 years ago
Andrew Dolgov
e038374608
gocomics: remove width attribute to fix improper scaling of images
7 years ago
Dave Z
12bfce5e66
Fix missing parenthesis.
7 years ago
Dave Z
33c850f5ab
Fix PDO query in mail plugin.
7 years ago
Andrew Dolgov
f830f853a9
Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimental
7 years ago
JustAMacUser
3ee48ac830
Make af_readability use resolved URL when rewriting relative URLs in the article.
7 years ago
Andrew Dolgov
31f7966567
use button-style links for bookmarklets
7 years ago
Andrew Dolgov
6fb5ce5e35
add some primary dialog actions; update css
7 years ago
cac2s
c3637c4d9d
set charset to "utf-8"
7 years ago
Andrew Dolgov
09bc54c690
further stylesheet simplification related fixes
7 years ago
Andrew Dolgov
96930889dd
plugins/cache_starred_images: use PDO
7 years ago
Andrew Dolgov
fad986ff5d
plugins/embed_original: use PDO
7 years ago
Andrew Dolgov
11d1a8a693
plugins/af_redditimgur: use PDO
7 years ago
Andrew Dolgov
2eda9d9be4
plugins/vf_shared: use PDO
7 years ago
Andrew Dolgov
d8a924d930
plugins/auto_assign_labels: use PDO
7 years ago
Andrew Dolgov
0f4487d3d6
plugins/af_readability: use PDO
7 years ago
Andrew Dolgov
ef2438a503
plugins/note: use PDO
7 years ago
Andrew Dolgov
2179332acd
plugins/mail: use PDO
7 years ago
Andrew Dolgov
10bf7aa1e7
af_zz_imgproxy: use type hint
7 years ago
Andrew Dolgov
6e4731d9f9
plugins/af_psql_trgm: use PDO
7 years ago
Andrew Dolgov
d8bf94c2f2
plugins/mailto: PDO
7 years ago
Andrew Dolgov
b6f3562d1e
plugin base class: init pdo object
...
plugins/share: use PDO
7 years ago
Andrew Dolgov
b431d52520
auth_remote: use PDO
7 years ago
Andrew Dolgov
7d960ce7e9
auth_internal: use PDO + other fixes
7 years ago
Andrew Dolgov
da9ea57d1c
checkbox to sql bool related changes, some more boolean fixes
7 years ago