summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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).
2017-10-08remove apache-specific x-sendfile stuffAndrew Dolgov
implement a hook (HOOK_SEND_LOCAL_FILE) which plugins may use to send files via httpd-specific implementation to increase performance typically on larger files
2017-09-17af_redditimgur: use common header retrieval functionwn_
2017-09-17af_redditimgur: Rework retrieval of v.redd.it fallback URL.wn_
Use the v.redd.it redirects to identify the original Reddit post, whose JSON should have the fallback_url we're looking for.
2017-09-17af_redditimgur: Use v.redd.it fallback URL when possible.wn_
2017-09-16af_redditimgur: add basic support for v.redd.it videosAndrew Dolgov
2017-09-09Use 'saveHTML' when generating HTML from a DOMDocument.wn_
This primarily occurs when modifying article content. If 'saveXML' is used following 'loadHTML' there is the possibility of strangeness, such as a self-closing anchor tag. Note that the DOMDocument used in 'classes/feeditem/atom.php' came from 'loadXML', but we use 'saveHTML' since we're returning HTML content.
2017-07-06replace some usages of SELF_URL_PATH with get_self_url_prefix()Andrew Dolgov
2017-06-05af_comics: add .gitignoreAndrew Dolgov
2017-06-05af_comics updates:Andrew Dolgov
1. move preferences to Feeds tab 2. update CAD comic with support for sillies 3. add support for loading updated/third-party filters from filters.local (would override bundled filters)
2017-06-05fix dilbert plugin not working because of changed GUIDs or w/eAndrew Dolgov
2017-06-04af_comics_dilbert: More details (title, tags, transcript)aeritir