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
/
PluginHost.php
Age
Commit message (
Expand
)
Author
2025-05-04
expose scheduled tasks to plugins, switch cache_starred_images plugin to use ...
Andrew Dolgov
2025-05-02
move scheduled tasks to a separate class, add some try-catches, improve/short...
Andrew Dolgov
2025-05-02
rename article mark/publish hooks
Andrew Dolgov
2025-05-02
add workaround for due tasks because housekeeping is not run every minute, fi...
Andrew Dolgov
2025-05-02
fix tasks_run never incremented
Andrew Dolgov
2025-05-02
record task duration in seconds
Andrew Dolgov
2025-05-02
split housekeeping jobs to separate scheduled tasks on longer cooldown interv...
Andrew Dolgov
2025-05-01
add plugin hooks invoked when articles get un/marked or un/published
Andrew Dolgov
2025-04-27
Remove unused 'PluginHost::HOOK_FORMAT_ARTICLE_CDM'.
wn_
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