index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
PluginHost.php
Age
Commit message (
Expand
)
Author
2024-12-15
minor PHPDoc cleanup in PluginHost
wn_
2024-12-15
Clean up some virtual feed stuff in PluginHost.
wn_
2024-12-15
Revert some stuff based upon feedback
wn_
2024-12-14
Use a native DNF type for 'PluginHost->get_feed_handler()'.
wn_
2024-12-14
Use the spread operator instead of 'array_merge' in more places.
wn_
2024-11-23
Use native union types in most places.
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-01
drop opentelemetry
Andrew Dolgov
2024-08-04
Replace basic 'isset()' cases with the null coalescing operator.
wn_
2024-03-26
Make implicit nullable parameters explicitly nullable.
wn_
2024-02-21
add HOOK_VALIDATE_SESSION
Andrew Dolgov
2023-10-27
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
Andrew Dolgov
2023-10-27
replace some dirname horrors with a separate unit-tested method
Andrew Dolgov
2023-10-26
Fix class names in some more places.
wn_
2023-10-25
move to psr-4 autoloader
Andrew Dolgov