aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks
Commit message (Expand)AuthorAgeFilesLines
* fix(webauthn): do not require bcmath or gmp - not needed anymoreFerdinand Thiessen13 days1-3/+1
* fix: Change SQL query so that it is ansi safeJohan Bernhardsson2025-02-271-3/+3
* fix(l10n): Improve english source stringsJoas Schilling2025-02-262-2/+2
* feat(setupcheck): check logging level for validityfeat/setup-check-loggingFerdinand Thiessen2025-02-221-0/+55
* fix(setupcheck): Update setup check for PHP version to be more accuratebugfix/noid/bump-php-dependency-update-versionsJoas Schilling2025-02-101-1/+12
* Merge pull request #50281 from nextcloud/fix/fix-email-setupcheck-with-null-s...Andy Scherzinger2025-01-301-1/+3
|\
| * fix(settings): Fix setup check when mail_smptmode is set to "null"fix/fix-email-setupcheck-with-null-smtpmodeCôme Chilliet2025-01-201-1/+3
* | fix(settings): Add some context to the PHP memory limit errorjtr-settings-memory-limit-detailsJosh2025-01-261-1/+1
* | fix(SetupChecks): Pass webfinger if a handler is therefix-setupcheck-webfinger-400Josh2025-01-261-1/+1
|/
* fix(setupchecks): Binary data can have problems with serializesetupChecksMoveFromBinaryGit'Fellow2025-01-091-2/+2
* perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-protoJosh2025-01-071-10/+10
* fix(setupcheck): Make the Memcache setupcheck use the cacheJoas Schilling2024-12-021-0/+37
* fix(settings): psalm PhpMaxFileSize setup check warningbackport/49384/masterskjnldsv2024-11-191-6/+6
* feat(settings): add big file upload setup checksfeat/php-setup-file-uploadskjnldsv2024-11-191-0/+80
* feat: Update supported PostgreSQL versionsfeat/postgres-13-17Ferdinand Thiessen2024-11-131-2/+12
* Merge pull request #48792 from nextcloud/chore/update_mysql_setup_check_i18nBenjamin Gaussorgues2024-11-051-4/+2
|\
| * chore(setupchecks): update translation for MySQL row format checkchore/update_mysql_setup_check_i18nBenjamin Gaussorgues2024-10-301-4/+2
* | chore(i18n): Fix grammarrakekniven2024-11-031-1/+1
|/
* Merge pull request #48547 from nextcloud/feat/row_format_checkBenjamin Gaussorgues2024-10-181-0/+72
|\
| * feat(setupchecks): add row format setup check for MySQL databasesfeat/row_format_checkBenjamin Gaussorgues2024-10-081-0/+72
* | chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
|/
* 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