summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2017-05-29tunables:Andrew Dolgov
* add CACHE_MAX_DAYS as a tunable generic expiry interval for various cached files * add some comments to tunables in functions.php * rename _MIN_CACHE_FILE_SIZE to MIN_CACHE_FILE_SIZE * respect MIN_CACHE_FILE_SIZE setting in a few more places where content is cached
2017-05-18af_zz_imgproxy: add optional no-cache modeAndrew Dolgov
2017-05-16move af_zz_imgsetsizes to attic repoAndrew Dolgov
2017-05-16move instances plugin to attic repoAndrew Dolgov
2017-05-11move add_feed_url() to pref_feedsAndrew Dolgov
2017-05-05wrap rssfuncs into rssutils classAndrew Dolgov
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