summaryrefslogtreecommitdiffstats
path: root/core/js/setupchecks.js
Commit message (Collapse)AuthorAgeFilesLines
* adviced should be advisedVictor Goff2019-08-231-1/+1
| | | | Signed-off-by: Victor Goff <keeperotphones@gmail.com>
* Do not show a internet connectivity warning if internet access is disabledChristoph Wurst2019-06-271-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove recommendation for opcache on CLIMorris Jobke2019-05-091-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix unneeded doc link to unrelated resourceMorris Jobke2019-03-111-4/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show a setup warning in case S3 object storage is used as primary storageMorris Jobke2019-03-081-0/+12
| | | | | | * checks for at least 50 GB of free space Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add setup check for missing UTF8MB4 on mysqlMorris Jobke2019-02-281-0/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add unit tests and provide better messageMorris Jobke2019-02-201-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add setup check for ocm-provider routeBjoern Schiessle2019-02-201-0/+40
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #13134 from nextcloud/bugfix/13088/404-instead-of-exceptionMorris Jobke2019-01-041-3/+7
|\ | | | | returns a 404 instead of exception if app is not installed - #13088
| * Make setup check also pass with a 501 statusJulius Härtl2018-12-191-3/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Remove check for outdated cachesDaniel Kesselberg2019-01-021-12/+0
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-0/+16
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update casing of PHP inside method nameMorris Jobke2018-12-051-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke2018-12-051-0/+13
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add check for missing .woff2 rule in Nginx via setup checkMorris Jobke2018-11-291-0/+31
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #11396 from nextcloud/wellknown-webfingerMorris Jobke2018-10-241-2/+7
|\ | | | | adding .well-known/webfinger
| * Make possible to set the expected status of the well known URL checkDaniel Calviño Sánchez2018-10-101-2/+7
| | | | | | | | | | | | | | | | | | The check is based on the HTTP status returned by the URL, and different URLs may return different status (for example, DAV returns 207, while a service like WebFinger would return 200), so the expected status needs to be set depending on the URL. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Remove arrow functionDaniel Peukert2018-10-171-1/+1
| | | | | | | | Signed-off-by: Daniel Peukert <dan.peukert@gmail.com>
* | Check if the X-XSS-Protection header contains the required fieldsDaniel Peukert2018-10-171-1/+12
| | | | | | | | Signed-off-by: Daniel Peukert <dan.peukert@gmail.com>
* | Allow "same-origin" as "Referrer-Policy"Moritz Beck2018-10-111-2/+4
|/ | | | | | | | | Fixes #11531 Although "same-origin" is more strict than e.g. strict-origin it showed up a warning in setupcheck Based on https://scotthelme.co.uk/a-new-security-header-referrer-policy/ Signed-off-by: Moritz Beck <git@birkenstab.de>
* Change check if secure randomness is possible.Timo Förster2018-08-241-3/+3
| | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
* Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+17
|\ | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Adds a setup check for app directory permissions.Michael Weimann2018-08-091-0/+17
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Adds a memory limit warning for console commands if the limit is below the ↵Michael Weimann2018-08-201-1/+1
| | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Adds a setup check for the memory limitMichael Weimann2018-08-201-0/+9
|/ | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* opcache module checkCthulhux2018-07-111-1/+12
| | | | | | Improved the speed of isOpcacheProperlySetup() (instant return instead of continuing when we're already failed), added a check for the opcache extension itself. Potentially fixes #9410 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-0/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge all setup checks into one controllerMorris Jobke2018-06-131-2/+81
| | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #9836 from ↵Morris Jobke2018-06-131-4/+20
|\ | | | | | | | | nextcloud/feature/noid/merge-tips-and-tricks-into-setup-checks Merge tips & tricks section into setup checks
| * Merge tips & tricks section into setup checksMorris Jobke2018-06-131-4/+20
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix wrong hint about missing indexesMorris Jobke2018-06-131-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a hint that some indexes are not added yetMorris Jobke2018-06-061-0/+15
| | | | | | | | | * 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>
* Add referrer policy setup checkRoeland Jago Douma2018-06-041-0/+19
| | | | | | | | | | | | | | | | Fixes #9122 Based on https://www.w3.org/TR/referrer-policy/ and https://scotthelme.co.uk/a-new-security-header-referrer-policy/ Setting a sane Referrer-Policy will tell the browser if/when to send referrer headers when accessing a link from Nextcloud. When configured properly this results in less tracking and less leaking of (possibly) sensitive urls * Fix tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Spelling: FreeTypeAllan Nordhøy2018-01-141-1/+1
|
* Add warning regarding freetype supportRoeland Jago Douma2017-12-131-0/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymoreMorris Jobke2017-12-081-0/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* No "to equal to" "We" or "Our", properlyAllan Nordhøy2017-11-271-15/+15
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4856 from coderkun/issue-3808-xframe-denyLukas Reschke2017-11-141-9/+13
|\ | | | | Improve warning for X-Frame-Options header DENY (#3808)
| * Improve warning for X-Frame-Options header DENY (#3808)coderkun2017-05-141-9/+13
| | | | | | | | Signed-off-by: Oliver Hanraths <olli@coderkun.de>
* | Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-9/+9
| |
* | Update setupchecks.jsrakekniven2017-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fixed typo and removed doclink symbol. Reported at transifex Update util.php Another l10n improvement from transifex. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update Opcache recommendationMorris Jobke2017-05-211-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix translationsJoas Schilling2017-04-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add warning on admin screen when set_time_limit is unavailableKo-2017-03-161-0/+8
|
* Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-221-0/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly check the data dirMorris Jobke2016-12-051-2/+3
| | | | | | * fixes #1364 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Replace more vendor namingJoas Schilling2016-11-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix internal links in security & setup warnings, resolves #1048Arthur Schiwon2016-08-251-2/+3
|
* Alters 'No Internet Connection' error message. #181Derek2016-07-201-1/+1
|