summaryrefslogtreecommitdiffstats
path: root/core/js/setupchecks.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(i18n): Changed grammarrakekniven2024-01-151-1/+1
| | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-271-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-231-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjust admin setup check to increase warning to set up httpsSimon L2023-06-211-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* feat: Add setup check warning if instance is in debug modeJulius Härtl2023-05-091-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-191-0/+8
|\ | | | | Deprecate PHP8.0
| * Deprecate PHP8.0fenn-cs2023-04-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHP8.0 would stop receiving security support on 26 Nov 2023 hence this deprecation. Next, is the eventual drop of PHP8.0 before its EOL. This commit also updates the message type from INFO to WARNING if the php on file has reached its EOL. See: https://www.php.net/supported-versions.php Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #37766 from nextcloud/enh/noid/add-db-file-locking-checkSimon L2023-04-181-0/+8
|\ \ | | | | | | add an admin check for db file locking
| * | address review and fix testsSimon L2023-04-181-1/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | add an admin check for db file lockingSimon L2023-04-171-0/+8
| |/ | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* / Omit "Accessing site insecurely via HTTP." warning if HTTP is secure enoughAlexander A. Klimov2023-04-171-1/+1
|/ | | | | | This is the case for localhost and Tor hidden services. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-2/+2
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* Revert "update 64-bit check wording"Côme Chilliet2023-02-071-1/+1
| | | | | | This reverts commit f5ad282418d27422f77fda0e0e45797899508c1b. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Deprecate PHP7.4Christoph Wurst2022-11-101-6/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* l10n: Shorten linkValdnet2022-11-051-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* update 64-bit check wordingszaimen2022-11-011-1/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* l10n: Spelling unificationValdnet2022-09-191-1/+1
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #33475 from nextcloud/rakekniven-patch-1Simon L2022-08-311-1/+1
|\ | | | | l10n: Changed grammar
| * l10n: Changed grammarrakekniven2022-08-061-1/+1
| | | | | | | | | | | | | | | | | | See https://en.wikipedia.org/wiki/32-bit_computing and related articles. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add a link to system requirements for new 64bit setup checkszaimen2022-07-131-1/+3
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* add a setup check for 64 bitszaimen2022-07-131-0/+9
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Return to quotation marksValdnet2022-03-311-5/+5
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Correct codeValdnet2022-03-311-17/+17
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Code ordering for text stringsValdnet2022-03-311-47/+12
| | | | | | Code cleanup for text strings and change quotation marks to apostrophe for 'occ'. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Remove legacy Internet Explorer headersMichaIng2022-03-191-1/+0
| | | | | | X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
* Merge pull request #31430 from ↵Simon L2022-03-101-1/+1
|\ | | | | | | | | nextcloud/enh/31429/improve-overwrite-cli-url-check Validate `overwrite.cli.url` to be a url in setup check
| * improve overwrite cli url setup checkszaimen2022-03-091-1/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | allow to disable the imagick warningszaimen2022-03-071-0/+18
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-031-4/+3
|/ | | | | | | | A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
* Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-101-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update core/js/setupchecks.js Valdnet2022-02-041-2/+2
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Co-authored-by: Simon L. <szaimen@e.mail.de>
* l10n: Remove spacesValdnet2022-02-041-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* show if the mail server settings are not set or verifiedszaimen2022-02-031-0/+8
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Enhance and complement OPcache setup checksMichaIng2021-12-191-10/+8
| | | | | | | | | | | | | | The current OPcache recommendations match the PHP defaults, but the values are much higher than required to run Nextcloud, even with a high number of installed apps. On the other hand, when other applications use the same OPcache instance, the recommended values might not be sufficient. Accurate recommendations need to take into account actual OPcache usage. With this commit, recommendations are shown to raise the config value if more than 90% of max cache size or number of keys is used. The checks whether the module is loaded and whether the OPcache is properly configured have been merged into a single function. This allowed to reduce the overhead of OPcache configuration checks when the module is not loaded. A check has been added whether Nextcloud is permitted to use the OPcache API. Without this, inconsistencies during core or app upgrades may cause errors and OPcache usage cannot be determined for the new usage based checks. OPcache usage based checks are skipped when Nextcloud is not permitted to use the API. Signed-off-by: MichaIng <micha@dietpi.com>
* Show warning on admin settings pageVitor Mattos2021-10-231-0/+6
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Deprecate PHP7.3 for Nextcloud 23Christoph Wurst2021-10-181-2/+2
| | | | | | | * 7.3 reaches EOL shortly after the release of 23.0.0 * Nextcloud 24 will require PHP7.4 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #28863 from nextcloud/Valdnet-patch-2Carl Schwan2021-09-221-2/+2
|\ | | | | l10n: Correct spelling
| * l10n: Spelling unificationValdnet2021-09-161-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Correct spellingValdnet2021-09-161-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Issue 16719: CheckSetupController.php now checks configured temporary ↵Stefan2021-09-171-0/+9
|/ | | | | | directory for existence and if it's writable Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
* [Fix #26726] wrong warning when running HTTP instanceGuillaume Virlet2021-04-231-1/+1
| | | | Signed-off-by: Guillaume Virlet <github@virlet.org>
* l10n: Correct text stringsValdnet2021-03-021-2/+2
|
* Remove HTML from setup check translationsJoas Schilling2021-03-011-76/+70
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add target black and noref rules to doc linksJoas Schilling2021-03-011-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-3/+4
|\ | | | | Add well known handlers API
| * Add well known handlers APIChristoph Wurst2020-12-161-3/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #24740 from nextcloud/bugfix/24738/improve-phone-region-helpJulius Härtl2020-12-171-1/+3
|\ \ | | | | | | Improve hints for default_phone_region
| * | Improve hints for default_phone_regionJoas Schilling2020-12-171-1/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>