aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks
Commit message (Expand)AuthorAgeFilesLines
* feat(setupcheck): Add setup check for maintenance_window_start configJoas Schilling2023-12-181-0/+70
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-071-1/+6
* Migrate away from deprecated doctrine/dbal getName functionCôme Chilliet2023-11-281-2/+2
* Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-281-0/+99
* Missing things in database should be warning, not infoCôme Chilliet2023-11-273-3/+3
* Switch from deprecated hasPrimaryKey to getPrimaryKey functionCôme Chilliet2023-11-271-1/+1
* Migrate missing primary key database check to new APICôme Chilliet2023-11-271-0/+89
* Migrate missing index database check to new APICôme Chilliet2023-11-271-0/+89
* Migrate missing column database check to new APICôme Chilliet2023-11-271-0/+89
* Merge pull request #41640 from nextcloud/bugfix/noid/fix-memory-limit-setup-c...Joas Schilling2023-11-271-1/+1
|\
| * fix(setupcheck): Fix memory limit setup checkJoas Schilling2023-11-211-1/+1
* | Add quotation marksValdnet2023-11-231-1/+1
* | Correct spellingValdnet2023-11-231-1/+1
* | Change "brute force" to "brute-force"Valdnet2023-11-221-3/+3
* | Correct a typoValdnet2023-11-211-1/+1
* | Add quotation marksValdnet2023-11-211-2/+2
* | Add quotation marksValdnet2023-11-211-1/+1
* | Correct spelling of Brute ForceValdnet2023-11-211-3/+3
|/
* Fix tests for setupchecksCôme Chilliet2023-11-202-3/+3
* Improve success messages for ForwarderForHeaders setup checkCôme Chilliet2023-11-202-7/+8
* Make it an error if address is not known and we are not in CLICôme Chilliet2023-11-202-5/+14
* Improve wrong configuration error message when we know it’s wrong.Côme Chilliet2023-11-201-2/+2
* Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-201-0/+88
* Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-131-0/+70
* Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-131-0/+57
* Add missing dots in PhpModules setup check descriptionsCôme Chilliet2023-11-071-2/+2
* Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-071-63/+0
* Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-071-0/+67
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-071-0/+63
* Migrate code integrity to SetupCheck APICôme Chilliet2023-11-071-0/+63
* Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-071-0/+63
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-071-0/+60
* Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-071-0/+78
* Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-071-0/+75
* Migrate email test to new SetupCheck APICôme Chilliet2023-11-071-0/+76
* Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-071-0/+55
* Merge pull request #41083 from nextcloud/feat/improve-setup-checks-wordingCôme Chilliet2023-11-078-48/+42
|\
| * Improve setup checks naming and improve database version checkCôme Chilliet2023-10-248-48/+42
* | Add links to documentation for PHP modulesCôme Chilliet2023-10-261-2/+10
* | Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-191-0/+95
|/
* Change SetupResult API to named constructorsCôme Chilliet2023-10-199-24/+23
* Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.phpCôme Chilliet2023-10-191-2/+1
* Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-191-57/+0
* Migrate InternetConnectivity check to new APICôme Chilliet2023-10-191-0/+100
* Fix description for SetupChecks/NeedsSystemAddressBookSyncCôme Chilliet2023-10-191-1/+1
* Migrate ReadOnlyConfig and DefaultPhoneRegionSet to new APICôme Chilliet2023-10-192-0/+114
* Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-191-9/+20
* Move existing setup checks to new APICôme Chilliet2023-10-193-50/+59
* Small cleanups in SetupCheck classesCôme Chilliet2023-10-192-11/+9
* Fix UI and add PhpOutdated checkCôme Chilliet2023-10-191-0/+54