aboutsummaryrefslogtreecommitdiff
path: root/classes/Config.php
AgeCommit message (Expand)Author
2024-11-04fix get_self_url() misbehaving in plugins/Andrew Dolgov
2024-10-01drop OPENTELEMETRY_ global config entriesAndrew Dolgov
2024-09-15add another test for self url, split regex into two parts - one for plugins, ...Andrew Dolgov
2024-09-14fix Config::get_self_url() invoked from plugin context, better deal with mult...Andrew Dolgov
2024-08-21Fix some broken links and make minor wording tweaks.wn_
2024-06-18set DAEMON_FEED_LIMIT to 50 by default and use it consistently between forkin...Andrew Dolgov
2024-06-18 * pass arbitrary CLI arguments to update daemon via updater.sh entrypointAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-25add healthcheck public method, map by default to /healthzAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov