summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
rework client-side cookie functions a bit limit dojo cachebust based on server scripts modification time remove param_escape()
2018-12-02edit phrasing of some alert()sAndrew Dolgov
2018-12-02Feeds: shorten some method namesAndrew Dolgov
finally rename "view as rss"
2018-12-02Article, Headlines: shorten several method namesAndrew Dolgov
2018-12-01move some more shared stuff to CommonDialogs, Filters, and UtilsAndrew Dolgov
2018-12-01further effocts to wrap JS stuff into objectsAndrew Dolgov
2018-12-01further objectificationAndrew Dolgov
2018-12-01WIP reshuffling of JS global context into separate logical objectsAndrew Dolgov
2018-12-01toggleMark, togglePub: refactor implementationAndrew Dolgov
shorten marked/published img CSS classes
2018-12-01isCdmMode -> isCombinedModeAndrew Dolgov
2018-11-30rework some styles related to three panel modeAndrew Dolgov
2018-11-30combined mode (and more) css class name updatesAndrew Dolgov
2018-11-30plugins: add some xhrPost refactoringAndrew Dolgov
2018-11-30remove some unnecessary element IDsAndrew Dolgov
rework plugins/note to use xhrJson()
2018-11-30remove expandable CDM headlinesAndrew Dolgov
2018-11-30remove ok = confirm() thingAndrew Dolgov
2018-11-30plugins: run eslint const/let fixesAndrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins
2018-11-30cache_starred_articles: limit maximum amount of download attempts ↵Andrew Dolgov
per-article, consider cache operation a success even if all images were too small (prevents repeated requests)
2018-11-29oops, remove useless db_escape_string() in article class (and nsfw plugin)Andrew Dolgov
2018-11-22mailer: split to/from name/addressesAndrew Dolgov
2018-11-22remove PHPMailer and related directives from config.php-dist; add pluggable ↵Andrew Dolgov
Mailer class
2018-11-03php: remove trailing whitespacesAndrew Dolgov
2018-09-21shorten_expanded: also hide embedded attachments behind wrapperAndrew Dolgov
2018-09-11fix af_zz_vidmute for new chrome breaking muting via setAttributeAndrew Dolgov
2018-09-10af_redditimgur: check gfycat content type before embedding, add genericAndrew Dolgov
catchall embedding for og:video metadata
2018-09-09af_redditimgur: simplify handling of gfycat URLsAndrew Dolgov
2018-08-31af_comics: simplify srcset attribute handling for gocomics pseudo-feedsAndrew Dolgov
2018-08-12plugins: move af_lang_detect to tt-rss-attic repositoryAndrew Dolgov
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