aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks
Commit message (Expand)AuthorAgeFilesLines
* Missing things in database should be warning, not infoCôme Chilliet2023-12-043-3/+3
* Switch from deprecated hasPrimaryKey to getPrimaryKey functionCôme Chilliet2023-12-041-1/+1
* Migrate missing primary key database check to new APICôme Chilliet2023-12-041-0/+89
* Migrate missing index database check to new APICôme Chilliet2023-12-041-0/+89
* Migrate missing column database check to new APICôme Chilliet2023-12-041-0/+89
* fix(setupcheck): Fix memory limit setup checkJoas Schilling2023-11-271-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
* ProgressCarl Schwan2023-10-192-86/+15
* Add api to register setup checksCarl Schwan2023-10-191-31/+17
* Correct typos and add quotation marksValdnet2023-10-111-1/+1
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-0/+46
* Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-051-1/+1