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
/
API.php
Age
Commit message (
Expand
)
Author
2025-06-03
Use the official JSON MIME type of 'application/json'.
wn_
2025-05-18
Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
wn_
2025-05-17
API/getFeeds: return feed last_error & update_interval
Andrew Dolgov
2025-05-02
rename article mark/publish hooks
Andrew Dolgov
2025-05-01
add plugin hooks invoked when articles get un/marked or un/published
Andrew Dolgov
2025-01-26
Reduce use of legacy 'Config::ICONS_DIR'.
wn_
2024-12-14
Use native typing in more places and clean up 'FeedEnclosure' a bit.
wn_
2024-11-25
API: allow catchup for search results (bumps api level to 22)
Andrew Dolgov
2024-11-24
Use match expressions in some places.
wn_
2024-11-23
Use native union types in most places.
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-08-04
Replace basic 'isset()' cases with the null coalescing operator.
wn_
2024-01-08
Clean up some unused variables.
wn_
2023-10-25
move to psr-4 autoloader
Andrew Dolgov