aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/CheckSetupController.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+4
| | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Issue 16719: CheckSetupController.php: now injecting reference to ↵Stefan2021-09-171-2/+7
| | | | | | ITempManager, rather than obtaining using it manually Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
* Issue 16719: CheckSetupController.php now checks configured temporary ↵Stefan2021-09-171-0/+11
| | | | | | directory for existence and if it's writable Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
* Only recommand for php-sodium on >= PHP 7.4Carl Schwan2021-08-061-1/+5
| | | | | | | | | | | | This is because php-sodium will solve the missing PASSWORD_ARGON2I constant problem only on >= php 7.4, previously argon2 wasn't part of the standard extension and was disabled on Centos/RHEL. So installing php-sodium on php 7.2 for example wouldn't hide the message. Tested on Fedora with php 7.4, Centos 7 with php 7.2, Centos 8 with php 7.2 and openSUSE with php 7.4. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Check that php was compiled with argon2 support or that the php-sodiumCarl Schwan2021-07-301-0/+4
| | | | | | extensions is installed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* l10n: Spelling unificationValdnet2021-06-021-1/+1
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #25605 from nextcloud/trusted-proxy-warning-localhostRoeland Jago Douma2021-04-011-1/+1
|\ | | | | dont show trusted proxy warning when the proxy and remote are both localhost
| * dont show trusted proxy warning when the proxy and remote are both localhostRobin Appelman2021-02-121-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #25862 from nextcloud/techdept/psalm/some_loggersRoeland Jago Douma2021-03-021-5/+11
|\ \ | | | | | | Move away some ILoggers
| * | Move away some ILoggersRoeland Jago Douma2021-03-021-5/+11
| | | | | | | | | | | | | | | | | | Makes psalm happier Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix lying docblocksRoeland Jago Douma2021-03-011-5/+2
|/ / | | | | | | | | | | | | * typed the return * removed unneeded temp variable Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Revert "use the configured forwarded headers for the setup check"Roeland Jago Douma2021-02-131-8/+1
| |
* | use the configured forwarded headers for the setup checkRobin Appelman2021-02-121-1/+8
|/ | | | | | instead of always checking against the same header Signed-off-by: Robin Appelman <robin@icewind.nl>
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #25016 from nextcloud/enh/noid/add-check-for-unsupported-dbRoeland Jago Douma2021-01-111-1/+8
|\ | | | | Add setup check to verify that the used DB version is still supported…
| * Add setup check to verify that the used DB version is still supported in the ↵Morris Jobke2021-01-081-1/+8
| | | | | | | | | | | | next major release Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-2/+2
| | | | | | | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-5/+6
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2020-12-301-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-171-1/+1
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+3
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-stringJulius Härtl2020-12-091-0/+2
|\ \
| * | Move columns to bigintJulius Härtl2020-12-081-0/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add a config for default region of phone numbersJoas Schilling2020-12-071-0/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Harden setup check for TLS version if host is not reachableMorris Jobke2020-12-021-0/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-031-0/+4
| | | | | | | | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add SVG support check to setup checknhirokinet2020-11-021-0/+5
| | | | | | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* | Update CheckSetupController.phptimm2k2020-10-261-0/+1
| |
* | Remove setup check for php mailDaniel Kesselberg2020-10-031-6/+0
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-8/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add setup check that links to the migration documentationMorris Jobke2020-08-191-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-261-0/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-2/+2
| | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19191 from laurisb/patch-1Roeland Jago Douma2020-04-151-1/+1
|\ | | | | Improve Opcache detection
| * Improve Opcache detectionLauris Binde2020-01-291-1/+1
| | | | | | Improve Opcache detection by checking if extension is loaded, as opcache_get_status() is commonly disabled on shared hosting servers
* | Merge pull request #20421 from nextcloud/fix/20393/recommendend_webauthn_modsRoeland Jago Douma2020-04-121-0/+8
|\ \ | | | | | | Show setup check for recommended php modules
| * | Show setup check for recommended php modulesRoeland Jago Douma2020-04-101-0/+8
| | | | | | | | | | | | | | | | | | Fixes #20393 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-20/+19
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix multiline commentsChristoph Wurst2020-04-081-3/+3
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma2020-03-231-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update check for outdated php version.Daniel Kesselberg2020-02-241-7/+3
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Convert various columns in oc_mounts to bigintGeorg Ehrke2019-12-091-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update license headersChristoph Wurst2019-12-051-2/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Convert more columns to bigintRoeland Jago Douma2019-11-201-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>