| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(setupcheck): check logging level for validityfeat/setup-check-logging | Ferdinand Thiessen | 2025-02-22 | 1 | -0/+76 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 1 | -2/+3 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 2 | -253/+0 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -2/+2 |
* | refactor(settings): `CheckServerResponseTrait` always expect absolute path | Ferdinand Thiessen | 2024-09-13 | 2 | -33/+32 |
* | fix(setup-checks): Ensure URL with webroot works | Ferdinand Thiessen | 2024-09-13 | 2 | -0/+254 |
* | fix(SetupCheck): Properly check public access to data directory | Ferdinand Thiessen | 2024-08-08 | 1 | -9/+11 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 1 | -3/+1 |
* | fix(IntegrityCheck): Ensure the check is run if no results are available | Ferdinand Thiessen | 2024-07-03 | 1 | -0/+135 |
* | fix(settings): Adjust SetupCheck for supported database versions | Ferdinand Thiessen | 2024-06-27 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-03 | 9 | -172/+18 |
* | fix: Improve HSTS warning wording as suggested by reviewer | Côme Chilliet | 2024-03-14 | 1 | -1/+1 |
* | feat: Migrate HSTS check to Security headers SetupCheck | Côme Chilliet | 2024-03-13 | 1 | -0/+6 |
* | fix: Migrate security headers check tests and fix the SetupCheck implementation | Côme Chilliet | 2024-03-13 | 1 | -0/+218 |
* | fix: Fix ocm-provider setup check failure detection | Côme Chilliet | 2024-03-13 | 1 | -7/+7 |
* | feat(settings): Migrate .well-known URL setup check to new API | Côme Chilliet | 2024-03-07 | 1 | -0/+233 |
* | feat(settings): Migrate data directory protection check to `SetupCheck` | Ferdinand Thiessen | 2024-02-29 | 1 | -0/+136 |
* | feat(settings): Migrate OCM / OCS provider tests to SetupCheck | Ferdinand Thiessen | 2024-02-27 | 1 | -0/+170 |
* | Fix AppDirsWithDifferentOwnerTest | Côme Chilliet | 2024-01-15 | 1 | -0/+20 |
* | Migrate tests for AppDirsWithDifferentOwner setup check | Côme Chilliet | 2024-01-09 | 1 | -0/+100 |
* | Merge SQlite warning to existing SupportedDatabase setup check | Côme Chilliet | 2023-12-07 | 1 | -3/+30 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | Fix tests for setupchecks | Côme Chilliet | 2023-11-20 | 1 | -1/+1 |
* | Migrate tests of forwarded for headers check | Côme Chilliet | 2023-11-20 | 1 | -0/+140 |
* | Fix tests for setup checks | Côme Chilliet | 2023-10-19 | 3 | -7/+44 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -6/+3 |
* | Add setup check to verify that the used DB version is still supported in the ... | Morris Jobke | 2021-01-08 | 1 | -0/+42 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -2/+0 |
* | Add setup checks for php default charset and output buffering. | Daniel Kesselberg | 2020-07-26 | 2 | -0/+90 |