aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks
Commit message (Expand)AuthorAgeFilesLines
* feat(setupchecks): add row format setup check for MySQL databasesfeat/row_format_checkBenjamin Gaussorgues2024-10-081-0/+72
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-198-17/+17
* fix(setupChecks): Having transactional file locking disabled is not supportedfix-setupcheck-filelockingJosh Richards2024-09-191-3/+3
* feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-168-164/+12
* fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-6/+21
* refactor(settings): `CheckServerResponseTrait` always expect absolute pathFerdinand Thiessen2024-09-133-32/+38
* fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-133-25/+27
* fix(setupchecks): Test overwrite.cli url first, then generated one, andCôme Chilliet2024-09-051-16/+30
* fix: add option to remove the webroot for setup checks and don't check truste...Daniel Kesselberg2024-09-053-13/+38
* feat(settings): Add setup check for apcu cache expungeJulius Härtl2024-08-271-0/+70
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-10/+10
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-4/+12
* Merge pull request #46353 from nextcloud/skipOPcacheCLIGit'Fellow2024-08-011-0/+5
|\
| * fix: typoGit'Fellow2024-07-081-1/+1
| * fix: check both CLI and valueGit'Fellow2024-07-081-1/+1
| * fix(setupchecks): Skip checking for OPcache if running from CLIGit'Fellow2024-07-081-0/+5
* | feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-14/+11
* | feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-0/+66
* | fix(caldav): lower scheduling table size warningAnna Larch2024-07-171-2/+6
|/
* fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-031-1/+8
* Merge pull request #46190 from nextcloud/bug/45047/skip-check-when-disk-free-...Daniel2024-06-291-2/+6
|\
| * fix(setupchecks): skip check when disk_free_space is disabledDaniel Kesselberg2024-06-281-2/+6
* | refactor(SetupCheck): Make mariadb and mysql version variablesFerdinand Thiessen2024-06-271-5/+37
* | fix(settings): Adjust SetupCheck for supported database versionsFerdinand Thiessen2024-06-271-8/+10
|/
* fix(settings): make trailing slash for caldav/carddav redirects optionalMichaIng2024-06-241-1/+1
* feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-181-0/+44
* chore: Add SPDX headerAndy Scherzinger2024-06-0346-882/+92
* fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-311-0/+48
* Merge pull request #45262 from nextcloud/check-HttpsUrlGenerationCôme Chilliet2024-05-131-5/+12
|\
| * fix(SetupChecks): Detect CLI mode in HTTPS / URL generator checkJosh Richards2024-05-121-5/+12
* | Merge pull request #45242 from nextcloud/check-memcache-memcachedDaniel2024-05-131-4/+5
|\ \
| * | fix(setupCheck): Only warn when memcache present w/o memcachedJosh Richards2024-05-091-4/+5
| |/
* | fix: Move hint about firewall issues to common helper stringFerdinand Thiessen2024-05-132-2/+2
* | Merge pull request #45272 from nextcloud/check-db-missing-indicesJulius Härtl2024-05-131-3/+11
|\ \
| * | feat(SetupChecks): Refactor DatabaseHasMissingIndicesJosh Richards2024-05-111-3/+11
| |/
* | fix: oops vendor string embedded in versionJosh Richards2024-05-101-5/+5
* | fix: only compare major version of pgsqlJosh Richards2024-05-101-0/+3
* | fix: refactor postgresql check to match mariadb/mysqlJosh Richards2024-05-101-1/+2
* | fix: only compare minor mariadb version differencesJosh Richards2024-05-101-1/+3
* | fix(setupChecks): update db version checksJosh Richards2024-05-101-6/+6
|/
* fix(setupchecks): Fix opcache buffer checkCôme Chilliet2024-04-301-1/+3
* feat: drop support for php 8.0Richard Steinmetz2024-04-081-2/+2
* Merge pull request #44306 from nextcloud/settings/show-indextoreplace-warningAnna2024-04-051-0/+13
|\
| * fix(settings): show warning for indexToReplace as part of missing indicesJohannes Merkel2024-03-191-0/+13
* | fix(SetupChecks): Add hint about dns/firewall if `mjs` check can't runJosh2024-04-021-1/+1
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* | fix(settings): Also verify that `trusted_proxies` only contains IP addresses ...Ferdinand Thiessen2024-03-261-0/+10
|/
* 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-1/+21
* fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-131-10/+15