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