summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
AgeCommit message (Expand)Author
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-10-21switch to html2text() instead of strip_tags() when preparing FTS indexAndrew Dolgov
2023-10-20stop calling spans scopesAndrew Dolgov
2023-10-20jaeger-client -> opentelemetryAndrew Dolgov
2023-09-18phpstan fixAndrew Dolgov
2023-09-18feed debugger: add content regexp matches to filter debug outputAndrew Dolgov
2023-08-02 * logger: add optional HTML outputAndrew Dolgov
2023-04-13fix 881f8805bd behaving improperlyAndrew Dolgov
2023-04-09even more tracingAndrew Dolgov
2023-04-06filters: allow matching on tags if there are no tagsAndrew Dolgov
2023-02-17Handle fetch issues in 'RSSUtils::update_basic_info'.wn_
2023-02-03Minor tweak to favicon avg color debug log message.wn_
2023-02-03Don't set 'favicon_avg_color' on feed obj unless it's valid.wn_
2023-02-03Fix logging favicon-related bools in 'RSSUtils::update_rss_feed()'.wn_
2023-02-03Persist failure to detect favicon average color.wn_
2023-02-03Ensure custom favicon color detection happens.wn_
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
2022-12-02fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed i...Andrew Dolgov
2022-11-24migrate favicons directly to new cacheAndrew Dolgov
2022-11-24rework favicon storage to use DiskCacheAndrew Dolgov
2022-11-24DiskCache: tweak how expiration is invokedAndrew Dolgov
2022-11-24deprecate DiskCache->touch()Andrew Dolgov
2022-11-23update_rss_feed: use DiskCache to store feed dataAndrew Dolgov
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in var...wn_
2022-08-12Use arrow functions in some places.wn_
2022-07-31update phpstan to 1.8.2Andrew Dolgov
2022-07-13some very minor php8.1 warnings fixedAndrew Dolgov
2022-06-09throttle updates if received HTTP 429 (Too Many Requests)Andrew Dolgov
2022-05-29fix custom-set site URLs never used while updating feedsAndrew Dolgov
2022-05-28when determining feed-specific favicon, instead of using first match or gener...Andrew Dolgov
2022-02-17rewrite_relative: whitelist specific schemes for URLs with 'known' content-ty...Andrew Dolgov
2022-02-03Replace deprecated `strftime`Felix Eckhofer
2022-01-25fix filter last_triggered not updatingAndrew Dolgov
2022-01-13update_rss_feed: juxtapose pdo and ORM commit on timestamp updateRichard Tollerton
2021-12-20rssutils: rewrite several invocations of (deprecated) rewrite_relative_url() ...Andrew Dolgov
2021-12-20filters:Andrew Dolgov
2021-12-01Revert "replace strftime with date"Andrew Dolgov
2021-11-30replace strftime with dateDavid Edler
2021-11-17Minor correction to RSSUtils::cache_enclosures() $enclosures param type.wip-phpstan-level6wn_
2021-11-15Address PHPStan warnings in FeedItem classes.wn_
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