summaryrefslogtreecommitdiffstats
path: root/apps/settings/tests/Controller/CheckSetupControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* 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