Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -1449/+0 |
| | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Do not show a internet connectivity warning if internet access is disabled | Christoph Wurst | 2019-06-27 | 1 | -6/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused member "util" | Joas Schilling | 2019-03-21 | 1 | -10/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Show a setup warning in case S3 object storage is used as primary storage | Morris Jobke | 2019-03-08 | 1 | -0/+56 |
| | | | | | | * checks for at least 50 GB of free space Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add setup check for missing UTF8MB4 on mysql | Morris Jobke | 2019-02-28 | 1 | -0/+56 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Warning if x-forwarded-host present but trusted_proxies empty | Daniel Kesselberg | 2019-02-17 | 1 | -8/+33 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Remove check for outdated caches | Daniel Kesselberg | 2019-01-02 | 1 | -5/+0 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add setup check for pending bigint conversion | Morris Jobke | 2018-12-05 | 1 | -0/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update casing of PHP inside method name | Morris Jobke | 2018-12-05 | 1 | -6/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add setup check for recommended PHP modules (i.e. Imagick, intl) | Morris Jobke | 2018-12-05 | 1 | -0/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Make connectivity check domains configurable | Sylvia van Os | 2018-11-22 | 1 | -6/+20 |
| | | | | Signed-off-by: Sylvia van Os <sylvia@hackerchick.me> | ||||
* | Use the proper default values | Morris Jobke | 2018-11-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Verify that isPhpMailerUsed uses config as expected | Kyle Fazzari | 2018-11-14 | 1 | -0/+34 |
| | | | | Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com> | ||||
* | Update logic for forwardedForHeadersWorking | Daniel Kesselberg | 2018-10-25 | 1 | -24/+28 |
| | | | | | | | | As discussed in https://github.com/nextcloud/server/issues/11594 when discovering if x-forwarded-for is working properly its not possible to use getRemoteAddr because the "client ip" is returned. For this check the ip of the last hop would be required. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Change check if secure randomness is possible. | Timo Förster | 2018-08-24 | 1 | -1/+7 |
| | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de> | ||||
* | Adds license to files. Updates the branch. | Michael Weimann | 2018-08-20 | 1 | -0/+79 |
|\ | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
| * | Excludes not writable app roots from the directory permission check | Michael Weimann | 2018-08-09 | 1 | -0/+21 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
| * | Adds a test for the app directory permission check. | Michael Weimann | 2018-08-09 | 1 | -0/+58 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | Adds tests for the memory checks | Michael Weimann | 2018-08-20 | 1 | -44/+4 |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | Adds tests for the setup memory limit checks | Michael Weimann | 2018-08-20 | 1 | -0/+53 |
|/ | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Fix tests | Morris Jobke | 2018-07-11 | 1 | -0/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add warning to setup checks if the default mailer is still php | Roeland Jago Douma | 2018-07-04 | 1 | -1/+26 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix tests | Morris Jobke | 2018-06-19 | 1 | -3/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge all setup checks into one controller | Morris Jobke | 2018-06-13 | 1 | -11/+74 |
| | | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge tips & tricks section into setup checks | Morris Jobke | 2018-06-13 | 1 | -1/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add a hint that some indexes are not added yet | Morris Jobke | 2018-06-06 | 1 | -3/+14 |
| | | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Ping more privacy respecting organizations | Roeland Jago Douma | 2018-04-05 | 1 | -4/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fix controller test | Robin Appelman | 2018-02-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | adjust httpclient to guzzle6 | Robin Appelman | 2018-02-09 | 1 | -2/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add tests | Roeland Jago Douma | 2017-12-13 | 1 | -1/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -6/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix url | Bjoern Schiessle | 2017-10-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update the URLs in tests to use example.org | Morris Jobke | 2017-08-01 | 1 | -8/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Don't assume the admin didn't configure Opcache correctly... | Joas Schilling | 2017-04-20 | 1 | -3/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix unit tests of master | Roeland Jago Douma | 2017-03-16 | 1 | -0/+1 |
| | | | | | | Follow up to #3802 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Show info in admin settings about PHP opcache if disabled | Morris Jobke | 2017-02-22 | 1 | -1/+11 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [9.2] Add missing unit tests (#25936) | Thomas Müller | 2016-10-24 | 1 | -7/+7 |
| | | | | | | | | * Adjust unit test execution after folder rename * Adjust login controller tests to match current behavior * Fix broken unit tests | ||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -14/+2 |
| | |||||
* | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-15 | 1 | -60/+26 |
|\ | |||||
| * | Fix CheckSetupController tests | Lukas Reschke | 2016-08-15 | 1 | -60/+26 |
| | | |||||
| * | Add new dependency | Lukas Reschke | 2016-08-15 | 1 | -1/+7 |
| | | |||||
* | | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | | CI uses an older PHPUnit | ||||
* | | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -2/+8 |
|/ | |||||
* | Move tests/settings to PSR-4 | Joas Schilling | 2016-05-19 | 1 | -0/+1063 |