summaryrefslogtreecommitdiff
path: root/classes/Feeds.php
AgeCommit message (Expand)Author
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
2025-04-08support transparent encryption for feed passwords, bump schema to drop length...Andrew Dolgov
2025-03-19allow setting update interval in subcribe to feed dialogAndrew Dolgov
2025-03-18Support using phrases in searches (PostgreSQL only).wn_
2025-03-15Some improvements in 'Feeds::_search_to_sql()'.wn_
2025-03-04Add and use 'Db::now_comparison_qpart()'.wn_
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
2024-12-15Consistently handle the 'smart' display of default/never dates.wn_
2024-11-24Use PHP 8 'str_' functions.wn_
2024-11-24Use match expressions in some places.wn_
2024-11-23Use native union types in most places.wn_
2024-11-19Fix array key warning in 'Feeds::_get_headlines()'.wn
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-11-12Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'.wn_
2024-11-12Remove some PHPStan ignores and make others rule-specific.wn_
2024-11-12Address PHPStan findings as of 2.0.1wn_
2024-10-20Feeds::_search_to_sql(): updates for clarity and SQL quoting.wn_
2024-10-20Fix keyword searches with a quoted string value.wn_
2024-10-15properly support search queries in viewfeed debugger, improve some debugging ...Andrew Dolgov
2024-10-01drop opentelemetryAndrew Dolgov
2024-08-24Set 'str_getcsv' escape param to empty string to avoid PHP 8.4 deprecation me...wn_
2024-08-14Remove unused 'dashboard feed' code.wn_
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-05-16Add option to debug feeds in 'Feeds with update errors' dialog.wn_
2024-05-09Check 'head' and 'body' when searching HTML for feed links.wn_
2024-03-26Make implicit nullable parameters explicitly nullable.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-26Fix class names in some more places.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov