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-10-05
Bump PHPStan to 2.1.30 and address new findings.
supahgreg
2025-08-29
Tweak the 'Feeds::_get_title()' param order to make PHP happy.
wn_
2025-08-29
Make 'owner_uid' required for 'Feeds::_get_title()' and 'Feeds::_get_cat_titl...
wn_
2025-08-29
Fix getting the title for syndicated feeds.
wn_
2025-08-25
Filter more results by user ID.
wn_
2025-07-30
implement special counter display when viewing by published, similar to marked
Andrew Dolgov
2025-07-06
Separate feed type detection from init, don't subscribe on failures.
wn_
2025-06-23
allow searching by tags (prefix tag:)
Andrew Dolgov
2025-06-19
Clean up displaying subscription error info, log more detailed info to the ev...
wn_
2025-06-17
Remove unused subscription return code 6
wn_
2025-06-17
Escape error content displayed when subscribing fails (as it might contain HT...
wn_
2025-06-17
Show some HTML content as a hover tip when the 'feed URL' returned HTML witho...
wn_
2025-05-18
Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
wn_
2025-05-17
Get rid of 'Db::past_comparison_qpart()'.
wn_
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