aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks/JavaScriptModules.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-161-1/+2
| | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Move hint about firewall issues to common helper stringFerdinand Thiessen2024-05-131-1/+1
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(SetupChecks): Add hint about dns/firewall if `mjs` check can't runJosh2024-04-021-1/+1
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* enh(settings): Add trait for setup checks that need to access the webserver ↵Ferdinand Thiessen2024-02-151-24/+17
| | | | | | using HTTP requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Allow to connect to local address when checking for `.mjs` ↵Ferdinand Thiessen2024-01-211-1/+7
| | | | | | | | support Also reduce the severity in case of a failed check to warning. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Update apps/settings/lib/SetupChecks/JavaScriptModules.phpFerdinand Thiessen2024-01-101-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` filesFerdinand Thiessen2024-01-101-0/+77
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>