summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2017-05-04move label stuff to Labels classAndrew Dolgov
fix some unresolved functions
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
+ static function catchupArticlesById($ids, $cmode, $owner_uid = false) { + static function getLastArticleId() { + static function queryFeedHeadlines($params) { + static function getParentCategories($cat, $owner_uid) { + static function getChildCategories($cat, $owner_uid) { move the rest of functions2.php back to functions.php as it is of more manageable size, remove the former
2017-05-04move the following to Feeds:Andrew Dolgov
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) {
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2017-04-23Respect 'proxy_all' during optional SSL whitelist rewritewn_
2017-04-23Compare end of domains when checking known SSL whitelist.wn_
For example: "imgur.com.mysite.com" should not match the "imgur.com" whitelist entry.
2017-04-22af_zz_imgproxy: add gfycat to ssl whitelistAndrew Dolgov
2017-04-20af_zz_imgproxy: implement a whitelist of known sites that have optional SSLAndrew Dolgov
2017-04-10Merge branch 'fix_af_comic_tfd_filter' into 'master' Andrew Dolgov
Fix the TFD filter and add Married to the sea A while ago TFD changed the html for the comics page and broke the filter. Here is a patch to show the comics in the feed again, as well as add Married to the Sea (sister site) See merge request !50
2017-04-09auth_remote: check for PHP_AUTH_USER tooAndrew Dolgov
2017-04-08Fix the TFD filter and add Married to the seaBill Bagdon
2017-03-23when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use ↵Andrew Dolgov
content type instead of "filename"-based hacks
2017-03-23remove local file extensions and generalize some method names for cached mediaAndrew Dolgov
file extensions may still be present in urls, but are ignored by the backend MIGRATION (if you have any cached data worth keeping, not required): in cache/images run "rename 's/\..*$//' *" i.e. strip file extensions
2017-02-14af_zz_imgproxy: remove filter hook, not neededAndrew Dolgov
2017-02-14af_zz_imgproxy: rewrite to absolute url; add on-parse article filter hook to ↵Andrew Dolgov
handle redirect situation in case frontend has open_basedir (disabled currently)
2017-02-13add af_zz_vidmuteAndrew Dolgov
2017-02-13af_zz_imgproxy: truncate url in error pngAndrew Dolgov
2017-02-13af_zz_imgproxy: show GD-based (if possible) error message on proxy failureAndrew Dolgov
2017-02-13af_zz_imgproxy: disable api render hook: pointless, because api clients ↵Andrew Dolgov
won't have an authenticated cookie-based session
2017-02-13af_zz_imgproxy: fix typoAndrew Dolgov
2017-02-12fix previous, againAndrew Dolgov
2017-02-12af_zz_imgproxy: limit enclosure rewriting to imagesAndrew 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-10af_zz_imgproxy: redirect to caller url unless called in user contextAndrew Dolgov
2017-02-10allow user plugins to expose public methods out in a limited fashionAndrew Dolgov
2017-02-10add some print_checkbox/print_button calls; rename some plugin preference ↵Andrew Dolgov
pane titles
2017-02-10af_zz_imgproxy: urlencode() url parameter, DUHAndrew Dolgov
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-02-10af_zz_imgproxy: add optional setting to proxy all remote imagesAndrew Dolgov
functions: add some form helper methods
2017-02-10af_zz_imgproxy: use inline disposition, misc updatesAndrew Dolgov
2017-02-10update af_zz_imgproxy to plug into built-in image cachingAndrew Dolgov
2017-02-10add af_zz_imgproxy (initial)Andrew Dolgov
2017-02-04image cache: do not try to cache data: schema urls; add caching of html5 ↵Andrew Dolgov
video content (similar to cache_starred_images plugin)
2017-01-29af_redditimgur: inline streamable.com videosAndrew Dolgov
2017-01-28af_readability: force utf8 preamble on html document load. no idea why but ↵Andrew Dolgov
it seems to work better even for not-unicode sites.
2017-01-24Support hyphens in GoComics URLs.JustAMacUser
2017-01-22Added feed URL instructions for GoComics.JustAMacUser
2017-01-22Update af_comics to handle new GoComics site.JustAMacUser
2017-01-07add toggle_sidebar plugin, remove obsolete toggle buttonAndrew Dolgov
add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON
2017-01-04mail plugin: i guess rows= on dijit text areas doesn't work nowAndrew Dolgov
2016-08-25af_psql_trgm: do not try to render preference pane if enabled on mysqlAndrew Dolgov
2016-08-19import_export: better error message if upload failedAndrew Dolgov
2016-08-10plugins: use require() to hook into dojoAndrew Dolgov
2016-08-10dojo: main UI: load stuff asynchronouslyAndrew Dolgov
2016-08-02tweet embed: force utf-8Andrew Dolgov
2016-08-02af_redditimgur: rework gfycat pagesAndrew Dolgov
2016-08-02af_redditimgur: support .mp4 linksAndrew Dolgov
2016-08-02readability: increase maximum source document size, reorganize the reddit ↵Andrew Dolgov
plugin code a bit