summaryrefslogtreecommitdiff
path: root/classes/Feeds.php
AgeCommit message (Expand)Author
2025-07-30implement special counter display when viewing by published, similar to markedAndrew Dolgov
2025-07-06Separate feed type detection from init, don't subscribe on failures.wn_
2025-06-23allow searching by tags (prefix tag:)Andrew Dolgov
2025-06-19Clean up displaying subscription error info, log more detailed info to the ev...wn_
2025-06-17Remove unused subscription return code 6wn_
2025-06-17Escape error content displayed when subscribing fails (as it might contain HT...wn_
2025-06-17Show some HTML content as a hover tip when the 'feed URL' returned HTML witho...wn_
2025-05-18Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.wn_
2025-05-17Get rid of 'Db::past_comparison_qpart()'.wn_
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