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