summaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/Controller/CheckSetupControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-151-12/+12
* add a setup check for 64 bitszaimen2022-07-131-0/+7
* Remove deprecated at() matcher from settings testsCôme Chilliet2022-06-071-91/+57
* fix drone tests on masterszaimen2022-03-111-0/+2
* fix testsszaimen2022-03-071-0/+12
* Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-031-3/+0
* Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-101-2/+19
* fix testsszaimen2022-02-031-0/+6
* Enhance and complement OPcache setup checksMichaIng2021-12-191-11/+4
* ArgumentCountError: Too few arguments to function OCA\Settings\Controller\Che...Joas Schilling2021-11-091-18/+29
* PHPUnit\Framework\MockObject\DuplicateMethodException: Cannot stub or mock us...Joas Schilling2021-11-091-1/+0
* Make sure trusted_proxies is an arrayJoas Schilling2021-11-091-4/+27
* Issue 16719: CheckSetupController.php: now injecting reference to ITempManage...Stefan2021-09-171-0/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Fix translation phpunit testJohn Molakvoæ (skjnldsv)2021-06-021-3/+3
* Move away some ILoggersRoeland Jago Douma2021-03-021-3/+3
* Revert "use the configured forwarded headers for the setup check"Roeland Jago Douma2021-02-131-31/+39
* use the configured forwarded headers for the setup checkRobin Appelman2021-02-121-39/+31
* Add setup check to verify that the used DB version is still supported in the ...Morris Jobke2021-01-081-2/+16
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add a config for default region of phone numbersJoas Schilling2020-12-071-0/+1
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+5
* Add a background job that checks for potential user imported SSL certificates...Morris Jobke2020-11-031-4/+9
* Add SVG support check to setup checknhirokinet2020-11-021-0/+1
* Merge pull request #23161 from nextcloud/enh/noid/setup-checks2Roeland Jago Douma2020-10-081-40/+0
|\
| * Remove setup check for php mailDaniel Kesselberg2020-10-031-40/+0
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* Fix unit testsMorris Jobke2020-08-201-2/+11
* Add setup check that links to the migration documentationMorris Jobke2020-08-191-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-12/+12
* Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-261-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-5/+5
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-5/+5
* Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-60/+60
* Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma2020-03-231-28/+35
* Update license headersChristoph Wurst2019-12-051-3/+17
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Move settings to an appChristoph Wurst2019-09-281-0/+1449