summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-05-05add sanity check for SELF_URL_PATH going to http url if server is accessed ov...Andrew Dolgov
2017-05-04move label stuff to Labels classAndrew Dolgov
2017-05-04move digest stuff to Digest classAndrew Dolgov
2017-05-04move some label stuff to labels.phpAndrew Dolgov
2017-05-04abs_to_rel_path: removedAndrew Dolgov
2017-05-04move get_article_labels to ArticleAndrew Dolgov
2017-05-04move counter cache to a separate classAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
2017-05-04move to Article:Andrew Dolgov
2017-05-04move the following to Feeds:Andrew Dolgov
2017-05-04move the following to Article:Andrew Dolgov
2017-05-04move getArticleFeed to ArticleAndrew Dolgov
2017-05-04move opml-specific get_feed_category to opml.phpAndrew Dolgov
2017-05-04move some common control-generating functions to controls.phpAndrew Dolgov
2017-04-27update_rss_feed: minor code cleanupAndrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2017-04-23bump version_static to 17.4Andrew Dolgov
2017-03-31filter by search results while marking feed as readAndrew Dolgov
2017-03-27enclosures: rewrite relative urls on import, duhAndrew Dolgov
2017-03-23add cosmetic suffixes back for cached url linksAndrew Dolgov
2017-03-23when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use conten...Andrew Dolgov
2017-03-23enable caching of media in article enclosuresAndrew Dolgov
2017-03-23allow caching of audio filesAndrew Dolgov
2017-03-23remove local file extensions and generalize some method names for cached mediaAndrew Dolgov
2017-03-06rewrite relative urls for html5 audio source elementsAndrew Dolgov
2017-03-04simplify error handlingAndrew Dolgov
2017-02-16Improve update_feedbrowser_cache SQL queryLuc Didry
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