summaryrefslogtreecommitdiff
path: root/classes/Handler_Public.php
AgeCommit message (Expand)Author
2025-08-04add necessary plumbing for auto light/dark switch for the forgotpass handlerAndrew Dolgov
2025-06-03Minor CSS+style tweaks in 'Handler_Public#generate_syndicated_feed()'.wn_
2025-06-03Use the current timestamp for feed-level 'updated' in 'Handler_Public#generat...wn_
2025-06-03Style tweaks in 'Handler_Public#generate_syndicated_feed()'wn_
2025-06-03Fail early in 'Handler_Public#generate_syndicated_feed()' on unrecognized for...wn_
2025-06-03Use the official JSON MIME type of 'application/json'.wn_
2025-05-18send content-length with cached filesAndrew Dolgov
2025-05-02drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processesAndrew Dolgov
2025-03-14add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providersAndrew Dolgov
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_
2023-10-25make phpstan happyAndrew Dolgov
2023-10-25add healthcheck public method, map by default to /healthzAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov