summaryrefslogtreecommitdiffstats
path: root/settings/Controller/CheckSetupController.php
Commit message (Expand)AuthorAgeFilesLines
* Remove recommendation for opcache on CLIMorris Jobke2019-05-091-4/+0
* Fix setupcheck for intl moduleDaniel Kesselberg2019-04-211-1/+1
* Remove unused member "util"Joas Schilling2019-03-211-4/+0
* Trigger warning if empty array or false and X-Forwarded-Host is presentDaniel Kesselberg2019-03-201-1/+1
* Make check for empty trusted proxies more strictDaniel Kesselberg2019-03-201-1/+1
* Show a setup warning in case S3 object storage is used as primary storageMorris Jobke2019-03-081-0/+37
* Add setup check for missing UTF8MB4 on mysqlMorris Jobke2019-02-281-0/+5
* Warning if x-forwarded-host present but trusted_proxies emptyDaniel Kesselberg2019-02-171-1/+6
* Remove check for outdated cachesDaniel Kesselberg2019-01-021-20/+0
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-0/+36
* Merge pull request #12821 from nextcloud/feature/12767/add-setup-check-for-ph...Morris Jobke2018-12-051-2/+24
|\
| * Update casing of PHP inside method nameMorris Jobke2018-12-051-2/+2
| * Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke2018-12-051-0/+22
* | PHP 7.0 is end of lifeMorris Jobke2018-12-041-1/+1
|/
* Make connectivity check domains configurableSylvia van Os2018-11-221-5/+3
* Use the proper default valuesMorris Jobke2018-11-191-1/+1
* Fix the warning appearing check setup when mail_smtpmode is not configured.Marc Peña Segarra2018-11-111-1/+1
* Update logic for forwardedForHeadersWorkingDaniel Kesselberg2018-10-251-4/+3
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-2/+2
* Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwdblizzz2018-09-131-4/+4
|\
| * Add int-typehintDaniel Kesselberg2018-09-121-1/+1
| * Remove posix_getpwuid and compare only useridDaniel Kesselberg2018-09-061-4/+4
* | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling2018-09-131-12/+14
|\ \ | |/ |/|
| * Allow any Random generator that implements ISecureRandom for setupCheckTimo Förster2018-08-241-3/+3
| * Change check if secure randomness is possible.Timo Förster2018-08-241-12/+14
* | Fix path when app has wrong permissionDaniel Kesselberg2018-08-301-6/+5
|/
* Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+51
|\
| * Excludes not writable app roots from the directory permission checkMichael Weimann2018-08-091-10/+30
| * Adds a setup check for app directory permissions.Michael Weimann2018-08-091-1/+32
* | Adds a memory limit warning for console commands if the limit is below the re...Michael Weimann2018-08-201-11/+1
* | Adds a setup check for the memory limitMichael Weimann2018-08-201-2/+18
|/
* Fix detection if opcache extension is loadedMorris Jobke2018-07-111-1/+1
* Fix testsMorris Jobke2018-07-111-1/+5
* opcache module checkCthulhux2018-07-111-9/+8
* Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-0/+6
* If cronErros is empty json_decode will return NULLRoeland Jago Douma2018-06-191-1/+11
* Merge all setup checks into one controllerMorris Jobke2018-06-131-2/+96
* Merge pull request #9836 from nextcloud/feature/noid/merge-tips-and-tricks-in...Morris Jobke2018-06-131-0/+6
|\
| * Merge tips & tricks section into setup checksMorris Jobke2018-06-131-0/+6
* | Fix wrong hint about missing indexesMorris Jobke2018-06-131-5/+1
|/
* Add a hint that some indexes are not added yetMorris Jobke2018-06-061-12/+23
* Ping more privacy respecting organizationsRoeland Jago Douma2018-04-051-3/+5
* Merge pull request #8365 from nextcloud/fix-phpdocMorris Jobke2018-02-151-1/+1
|\
| * Fix typo in PHPDocMorris Jobke2018-02-151-1/+1
* | Remove unused import statementsMorris Jobke2018-02-141-1/+0
|/
* Add warning regarding freetype supportRoeland Jago Douma2017-12-131-0/+9
* Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymoreMorris Jobke2017-12-081-1/+1
* Update license headersMorris Jobke2017-11-061-0/+4
* fix urlBjoern Schiessle2017-10-171-2/+2
* Don't assume the admin didn't configure Opcache correctly...Joas Schilling2017-04-201-1/+1