summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-02-13rewrite_relative_url: cleanup resulting url path while rewritingAndrew Dolgov
2017-02-12format_article_enclosures: allow embedding .jpeg filesAndrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy (2)Andrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxyAndrew Dolgov
2017-02-12Prevent target='_blank' vulnerability on dynamic linkJérémy DECOOL
2017-02-10use get_self_url_prefix() when rewriting cached imagesAndrew Dolgov
2017-02-10add some print_checkbox/print_button calls; rename some plugin preference pan...Andrew Dolgov
2017-02-10af_zz_imgproxy: add optional setting to proxy all remote imagesAndrew Dolgov
2017-02-10sanitize: properly handle cached content in archived articlesAndrew Dolgov
2017-02-09pass several image files used in notify messages to frontend as base64 to pre...Andrew Dolgov
2017-02-08add some protection against opener attacks if external site is opened via win...Andrew Dolgov
2017-02-04image cache: do not try to cache data: schema urls; add caching of html5 vide...Andrew Dolgov
2017-02-04image cache: send files as content-disposition: attachment; add .png suffix t...Andrew Dolgov
2017-01-28subscribe dialog: do not report errors via alert()Andrew Dolgov
2017-01-26add compact theme with smaller fontAndrew Dolgov
2017-01-25implement cache-busting for default theme.cssAndrew Dolgov
2017-01-25pass article guid to hook_render_articleAndrew Dolgov
2017-01-24sanitize: allow dfn tagShane Synan
2017-01-24support rel=noopener for linksAndrew Dolgov
2017-01-24fetch_file_contents: rework the way shim works to prevent intermittent warningsAndrew Dolgov
2017-01-24sanitize: allow acronym tagAndrew Dolgov
2017-01-23reference pubsubhubbub classes using their namespaceAndrew Dolgov
2017-01-22feed tree: only run animation for appearing unread counters to prevent clashe...Andrew Dolgov
2017-01-22bump VERSION_STATIC due to Dojo changesAndrew Dolgov
2017-01-22Merge branch 'af-comics-gocomics-feed' into 'master' Andrew Dolgov
2017-01-22force ngettext() count argument type to stringAndrew Dolgov
2017-01-22Added support to fetch_file_contents() to explicitly set CURLOPT_FOLLOWLOCATION.JustAMacUser
2017-01-21lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15)Anders Kaseorg
2017-01-21lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15)Anders Kaseorg
2017-01-17tweak the enclosure dropdown display a little bit for less-readable urlsAndrew Dolgov
2017-01-16Merge branch 'subscribe-idn-feed' into 'master' Andrew Dolgov
2017-01-07deprecate encrypted feed passwords because mcrypt is getting removed from php...Andrew Dolgov
2017-01-02convert to punycode for feed on idn hostnameBernhard Thaler
2016-11-30set_basic_feed_info: fix typoAndrew Dolgov
2016-11-30rssfuncs: fix warning when trying to update nonexisting feedAndrew Dolgov
2016-11-25maybe we shouldn't escape entry_author twiceAndrew Dolgov
2016-10-24fetch_file_contents: set timeout when not using CURLAndrew Dolgov
2016-10-19get_article_filters: add unicode modifier to preg_match()Andrew Dolgov
2016-09-21shared posts: remove link to feed in externally shared articles to prevent le...Andrew Dolgov
2016-08-28Specify feed_id as an int rather than a string.John Brayton
2016-08-27Add feed_id to subscribeToFeed response when the code is 1 or 0.John Brayton
2016-08-26better debugging for matched filter rulesAndrew Dolgov
2016-08-21remove support for legacy mysql driverAndrew Dolgov
2016-08-19import_export: better error message if upload failedAndrew Dolgov
2016-08-11perform housekeeping tasks for plugins loaded in user-context onlyAndrew Dolgov
2016-08-10bump static version to 16.8Andrew Dolgov
2016-08-07Merge branch 'more-info-article-filter' into 'master' Andrew Dolgov
2016-08-06Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER.JustAMacUser
2016-08-06Remove href attribute if it executes JavaScript.JustAMacUser
2016-07-26Only strings need 4-byte filtering.JustAMacUser