aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/setupchecks.js
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* / promoted bad memory_limit setting to error as it may break updaterArthur Schiwon2020-12-151-1/+1
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add a config for default region of phone numbersJoas Schilling2020-12-071-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #23869 from nextcloud/rakekniven-patch-1John Molakvoæ2020-11-041-1/+1
|\
| * Update core/js/setupchecks.jsrakekniven2020-11-031-1/+1
| | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * Update setupchecks.jsrakekniven2020-11-031-1/+1
| | | | | | | | | | | | Changed wording of setup check. Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-031-0/+10
|/ | | | | | 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/+9
| | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* Remove setup check for php mailDaniel Kesselberg2020-10-031-12/+0
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Clarify PHP warning in admin settingsMorris Jobke2020-09-101-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add setup check that links to the migration documentationMorris Jobke2020-08-191-2/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change const/let to var for PhantomJSDaniel Kesselberg2020-08-071-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-261-0/+21
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma2020-03-231-0/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma2020-03-101-6/+6
|\ | | | | Update check for outdated php version.
| * Update check for outdated php version.Daniel Kesselberg2020-02-241-6/+6
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>