summaryrefslogtreecommitdiffstats
path: root/tests/Settings/Controller/CheckSetupControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-281-1449/+0
* Do not show a internet connectivity warning if internet access is disabledChristoph Wurst2019-06-271-6/+6
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+3
* Remove unused member "util"Joas Schilling2019-03-211-10/+0
* Show a setup warning in case S3 object storage is used as primary storageMorris Jobke2019-03-081-0/+56
* Add setup check for missing UTF8MB4 on mysqlMorris Jobke2019-02-281-0/+56
* Warning if x-forwarded-host present but trusted_proxies emptyDaniel Kesselberg2019-02-171-8/+33
* Remove check for outdated cachesDaniel Kesselberg2019-01-021-5/+0
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-0/+7
* Update casing of PHP inside method nameMorris Jobke2018-12-051-6/+6
* Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke2018-12-051-0/+7
* Make connectivity check domains configurableSylvia van Os2018-11-221-6/+20
* Use the proper default valuesMorris Jobke2018-11-191-2/+2
* Verify that isPhpMailerUsed uses config as expectedKyle Fazzari2018-11-141-0/+34
* Update logic for forwardedForHeadersWorkingDaniel Kesselberg2018-10-251-24/+28
* Change check if secure randomness is possible.Timo Förster2018-08-241-1/+7
* Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+79
|\
| * Excludes not writable app roots from the directory permission checkMichael Weimann2018-08-091-0/+21
| * Adds a test for the app directory permission check.Michael Weimann2018-08-091-0/+58
* | Adds tests for the memory checksMichael Weimann2018-08-201-44/+4
* | Adds tests for the setup memory limit checksMichael Weimann2018-08-201-0/+53
|/
* Fix testsMorris Jobke2018-07-111-0/+6
* Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-1/+26
* Fix testsMorris Jobke2018-06-191-3/+7
* Merge all setup checks into one controllerMorris Jobke2018-06-131-11/+74
* Merge tips & tricks section into setup checksMorris Jobke2018-06-131-1/+10
* Add a hint that some indexes are not added yetMorris Jobke2018-06-061-3/+14
* Ping more privacy respecting organizationsRoeland Jago Douma2018-04-051-4/+8
* fix controller testRobin Appelman2018-02-191-3/+3
* adjust httpclient to guzzle6Robin Appelman2018-02-091-2/+3
* Add testsRoeland Jago Douma2017-12-131-1/+5
* Use ::class in test mocksMorris Jobke2017-10-241-6/+6
* fix urlBjoern Schiessle2017-10-171-2/+2
* Update the URLs in tests to use example.orgMorris Jobke2017-08-011-8/+8
* Don't assume the admin didn't configure Opcache correctly...Joas Schilling2017-04-201-3/+5
* Fix unit tests of masterRoeland Jago Douma2017-03-161-0/+1
* Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-221-1/+11
* [9.2] Add missing unit tests (#25936)Thomas Müller2016-10-241-7/+7
* Deprecate getEditionString()Joas Schilling2016-09-061-14/+2
* Merge branch 'master' into implement_712Lukas Reschke2016-08-151-60/+26
|\
| * Fix CheckSetupController testsLukas Reschke2016-08-151-60/+26
| * Add new dependencyLukas Reschke2016-08-151-1/+7
* | Use MockBuilder instead of createMockLukas Reschke2016-08-151-1/+1
* | Add unit testsLukas Reschke2016-08-151-2/+8
|/
* Move tests/settings to PSR-4Joas Schilling2016-05-191-0/+1063