summaryrefslogtreecommitdiff
path: root/classes/RPC.php
AgeCommit message (Collapse)Author
2025-10-04Appeasing PHPStan.supahgreg
The two if statements involved are related to calls to 'tt-rss.org' that are intentionally disabled.
2025-10-03Remove references to, and integrations with, 'tt-rss.org'.supahgreg
2025-05-17Get rid of 'Db::past_comparison_qpart()'.wn_
With MySQL support dropped this function is just an unnecessary layer of abstraction.
2025-05-02rename article mark/publish hooksAndrew Dolgov
2025-05-02drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processesAndrew Dolgov
2025-05-02remove synchronous usages of _purge_orphans()Andrew Dolgov
2025-05-01add plugin hooks invoked when articles get un/marked or un/publishedAndrew Dolgov
2025-04-14add deprecation notice for sql_random_function()Andrew Dolgov
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
2025-03-04Add and use 'Db::now_comparison_qpart()'.wn_
This introduces a helper to build a query part comparing a field against a past datetime (determined by '$now - $some_interval'), eliminating certain boilerplate code.
2024-11-24Use PHP 8 'str_' functions.wn_
A few more characters in some places, but helps with readability.
2024-11-24Use match expressions in some places.wn_
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-10-01drop opentelemetryAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov