summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/CheckSetupController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-271-0/+3
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-231-0/+7
* fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-171-1/+2
* feat: Add public event for missing indicesJulius Härtl2023-07-141-0/+23
* Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-191-1/+1
|\
| * Deprecate PHP8.0fenn-cs2023-04-171-1/+1
* | add an admin check for db file lockingSimon L2023-04-171-0/+6
* | Fix types for reading and writing config valuesjld31032023-04-051-1/+1
|/
* check-setup: recommend exif extensionVarun Patil2023-03-241-0/+6
* Check for opcache.file_cache_only=1MichaIng2023-02-151-0/+2
* Fix interned strings buffer check if 0 free bytesMichaIng2023-01-231-4/+4
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-1/+1
* Merge pull request #35024 from nextcloud/deprecate/php74Simon L2022-11-141-1/+1
|\
| * Deprecate PHP7.4Christoph Wurst2022-11-101-1/+1
* | Merge pull request #34485 from michaelkuhn/hasBigIntConversionPendingColumns-...Robin Appelman2022-11-111-0/+1
|\ \ | |/ |/|
| * Fix hasBigIntConversionPendingColumns missing files_trashMichael Kuhn2022-10-091-0/+1
* | Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-0/+5
* | Harden some PHP functionsacsfer2022-10-041-5/+5
|/
* Update CheckSetupController.phptimm2k2022-09-141-0/+1
* add a setup check for 64 bitszaimen2022-07-131-0/+9
* do not display the buffer_size info if the size is already set to a certain t...szaimen2022-06-171-1/+5
* l10n: Change to a capital letterValdnet2022-06-031-1/+1
* l10n: Improve grammarrakekniven2022-04-271-1/+1
* Add OPcache recommendations to TransifexMichaIng2022-03-221-8/+8
* Merge pull request #31430 from nextcloud/enh/31429/improve-overwrite-cli-url-...Simon L2022-03-101-8/+7
|\
| * improve overwrite cli url setup checkszaimen2022-03-091-8/+7
* | Merge pull request #31470 from nextcloud/enh/13099/allow-disable-imagick-warningJohn Molakvoæ2022-03-081-14/+21
|\ \
| * | allow to disable the imagick warningszaimen2022-03-071-14/+21
* | | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-071-8/+13
|/ /
* | Merge pull request #31267 from nextcloud/enh/docs-link-for-opcache-recommendsMichaIng2022-03-041-1/+1
|\ \
| * | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-031-1/+1
| |/
* / Fix permittedPath comparisonMickey Knox2022-03-021-1/+1
|/
* Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-101-2/+16
* show if the mail server settings are not set or verifiedszaimen2022-02-031-0/+15
* Avoid zero division in setup checksMichaIng2022-01-111-3/+12
* Enhance and complement OPcache setup checksMichaIng2021-12-191-24/+49
* Make sure trusted_proxies is an arrayJoas Schilling2021-11-091-3/+7
* Show warning on admin settings pageVitor Mattos2021-10-231-1/+15
* Deprecate PHP7.3 for Nextcloud 23Christoph Wurst2021-10-181-1/+1
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+4
* Issue 16719: CheckSetupController.php: now injecting reference to ITempManage...Stefan2021-09-171-2/+7
* Issue 16719: CheckSetupController.php now checks configured temporary directo...Stefan2021-09-171-0/+11
* Only recommand for php-sodium on >= PHP 7.4Carl Schwan2021-08-061-1/+5
* Check that php was compiled with argon2 support or that the php-sodiumCarl Schwan2021-07-301-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
* l10n: Spelling unificationValdnet2021-06-021-1/+1
* 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 localhostRobin Appelman2021-02-121-1/+1
* | Merge pull request #25862 from nextcloud/techdept/psalm/some_loggersRoeland Jago Douma2021-03-021-5/+11
|\ \
| * | Move away some ILoggersRoeland Jago Douma2021-03-021-5/+11