summaryrefslogtreecommitdiff
path: root/classes/PluginHost.php
AgeCommit message (Expand)Author
2025-05-04expose scheduled tasks to plugins, switch cache_starred_images plugin to use ...Andrew Dolgov
2025-05-02move scheduled tasks to a separate class, add some try-catches, improve/short...Andrew Dolgov
2025-05-02rename article mark/publish hooksAndrew Dolgov
2025-05-02add workaround for due tasks because housekeeping is not run every minute, fi...Andrew Dolgov
2025-05-02fix tasks_run never incrementedAndrew Dolgov
2025-05-02record task duration in secondsAndrew Dolgov
2025-05-02split housekeeping jobs to separate scheduled tasks on longer cooldown interv...Andrew Dolgov
2025-05-01add plugin hooks invoked when articles get un/marked or un/publishedAndrew Dolgov
2025-04-27Remove unused 'PluginHost::HOOK_FORMAT_ARTICLE_CDM'.wn_
2024-12-15minor PHPDoc cleanup in PluginHostwn_
2024-12-15Clean up some virtual feed stuff in PluginHost.wn_
2024-12-15Revert some stuff based upon feedbackwn_
2024-12-14Use a native DNF type for 'PluginHost->get_feed_handler()'.wn_
2024-12-14Use the spread operator instead of 'array_merge' in more places.wn_
2024-11-23Use native union types in most places.wn_
2024-11-12Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'.wn_
2024-11-12Remove some PHPStan ignores and make others rule-specific.wn_
2024-11-12Address PHPStan findings as of 2.0.1wn_
2024-10-01drop opentelemetryAndrew Dolgov
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
2024-02-21add HOOK_VALIDATE_SESSIONAndrew Dolgov
2023-10-27Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-26Fix class names in some more places.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov