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 (
Collapse
)
Author
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_
Also some minor cleanup in 'API#_get_config()'.
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_
This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm.
2023-10-25
move to psr-4 autoloader
Andrew Dolgov