aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks/InternetConnectivity.php
Commit message (Collapse)AuthorAgeFilesLines
* perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-protoJosh2025-01-071-10/+10
| | | | | Specify default protocol (https://) rather than let default handling test both http:// and https:// Signed-off-by: Josh <josh.t.richards@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-22/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Change SetupResult API to named constructorsCôme Chilliet2023-10-191-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate InternetConnectivity check to new APICôme Chilliet2023-10-191-0/+100
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>