aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/SetupChecks
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-162-253/+0
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
* refactor(settings): `CheckServerResponseTrait` always expect absolute pathFerdinand Thiessen2024-09-132-33/+32
* fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-132-0/+254
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-9/+11
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-3/+1
* fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-031-0/+135
* fix(settings): Adjust SetupCheck for supported database versionsFerdinand Thiessen2024-06-271-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-039-172/+18
* fix: Improve HSTS warning wording as suggested by reviewerCôme Chilliet2024-03-141-1/+1
* feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-131-0/+6
* fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-131-0/+218
* fix: Fix ocm-provider setup check failure detectionCôme Chilliet2024-03-131-7/+7
* feat(settings): Migrate .well-known URL setup check to new APICôme Chilliet2024-03-071-0/+233
* feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-291-0/+136
* feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-271-0/+170
* Fix AppDirsWithDifferentOwnerTestCôme Chilliet2024-01-151-0/+20
* Migrate tests for AppDirsWithDifferentOwner setup checkCôme Chilliet2024-01-091-0/+100
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-071-3/+30
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Fix tests for setupchecksCôme Chilliet2023-11-201-1/+1
* Migrate tests of forwarded for headers checkCôme Chilliet2023-11-201-0/+140
* Fix tests for setup checksCôme Chilliet2023-10-193-7/+44
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
* Add setup check to verify that the used DB version is still supported in the ...Morris Jobke2021-01-081-0/+42
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-2/+0
* Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-262-0/+90