aboutsummaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
AgeCommit message (Expand)Author
2024-11-23Use native union types in most places.wn_
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-10-01drop opentelemetryAndrew Dolgov
2024-07-05Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'.wn_
2024-06-19add some time-related debugging output for feeds and usersAndrew Dolgov
2024-06-18 * pass arbitrary CLI arguments to update daemon via updater.sh entrypointAndrew Dolgov
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
2024-02-06Fix passing auth credentials to plugins for HOOK_FETCH_FEED.wn_
2024-01-20Use FeedEnclosure throughout RSSUtils.wn_
2024-01-08Clean up some unused variables.wn_
2023-12-30Update all UrlHelper::fetch() calls to use the associative array approach.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov