summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
AgeCommit message (Expand)Author
2021-11-11Address PHPStan warnings in 'classes/rssutils.php'.wn_
2021-11-10add two helper account access levels:Andrew Dolgov
2021-06-19Rewrite feed entry link as href contentPhilip Klempin
2021-04-12functions_enabled: trim spaces from disable_functions php ini settingAndrew Dolgov
2021-03-17Switch 'RSSUtils::update_basic_info' to ORMwn_
2021-03-09add another coalesce for rule inverseAndrew Dolgov
2021-03-09get_article_filters: set coalesce values for inverse and match_any_ruleAndrew Dolgov
2021-03-06general cleanup, set some type hintsAndrew Dolgov
2021-03-06fix some leftover variablesAndrew Dolgov
2021-03-06 * don't try to update custom set feed faviconsAndrew Dolgov
2021-03-05rename unfairly prefixed get_enclosures() in feeditemAndrew Dolgov
2021-03-04bring back web dbupdate using new migrations systemAndrew Dolgov
2021-03-02move dbupdater to db/updater; move base SCHEMA_VERSION constant inside db/upd...Andrew Dolgov
2021-03-02revise behavior of Feeds::_cat_ofAndrew Dolgov
2021-03-01revert back load_filters-related changesAndrew Dolgov
2021-03-01use orm for a bunch of short feed/cat queriesAndrew Dolgov
2021-03-01move version-related stuff to Config; fix conditional feed requestsAndrew Dolgov
2021-02-28move all $fetch globals to UrlHelperAndrew Dolgov
2021-02-26don't try to compare null value against anythingAndrew Dolgov
2021-02-25cache schema version betterAndrew Dolgov
2021-02-25logger: shorter syntaxAndrew Dolgov
2021-02-25use constants in get_pref()/set_pref()Andrew Dolgov
2021-02-25updater: show owner login instead of just uidAndrew Dolgov
2021-02-25deal with feed update scheduling w/ new prefsAndrew Dolgov
2021-02-23cleanup some defined-stuffAndrew Dolgov
2021-02-22migrate the rest into Config::Andrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-22Remove check against the old file in 'RSSUtils::check_feed_favicon'.wn_
2021-02-21Try to limit max favicon size, don't store current/old in a var.wn_
2021-02-21Let 'RSSUtils::check_feed_favicon' update existing favicons.wn_
2021-02-16move rgb/hsl functions to their own namespaceAndrew Dolgov
2021-02-15diskcache: unify namingAndrew Dolgov
2021-02-15article: unify namingAndrew Dolgov
2021-02-15feeds: unify namingAndrew Dolgov
2021-02-12force _ENABLED_PLUGINS to string when passed to pluginhostAndrew Dolgov
2021-02-08remove PHPMD.UnusedFormalParameterAndrew Dolgov
2021-02-08rewrite a few more hooksAndrew Dolgov
2021-02-08move some old-style handlers to new callback onesAndrew Dolgov
2021-02-08pluginhost: rework run_hooks() to be shorter, add callback variant; implement...Andrew Dolgov
2021-02-08oops, remove unneeded warningsAndrew Dolgov
2021-02-08jimIcon: hide GD warningAndrew Dolgov
2021-02-06fix several warnings reported by phpstanAndrew Dolgov
2021-02-06fix a few more warningsAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-17Archive cleanup:Andrew Dolgov
2021-01-15pluginhost: load plugin data automatically (also marks load_data method as pr...Andrew Dolgov
2020-12-20update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify tag-rela...Andrew Dolgov
2020-10-29Fix incorrect parenthesis placement in `count()`.JustAMacUser
2020-10-18mark feed as having an error if update task fails (and no last error is alrea...Andrew Dolgov
2020-10-01when auto disabling feeds based on DAEMON_UNSUCCESSFUL_DAYS_LIMIT only consid...Andrew Dolgov