Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-10Clarify PHP warning in admin settingsMorris Jobke
2020-08-19Add setup check that links to the migration documentationMorris Jobke
2020-08-07Change const/let to var for PhantomJSDaniel Kesselberg
2020-07-26Add setup checks for php default charset and output buffering.Daniel Kesselberg
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
2020-03-23Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma
2020-03-10Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma
2020-02-27Don't show referrer policy warning if fallback policy set.Daniel Kesselberg
2020-02-24Update check for outdated php version.Daniel Kesselberg
2020-02-22Set content type for propfind requestDaniel Kesselberg
2019-08-23adviced should be advisedVictor Goff
2019-06-27Do not show a internet connectivity warning if internet access is disabledChristoph Wurst
2019-05-14Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst
2019-05-09Remove recommendation for opcache on CLIMorris Jobke
2019-03-11Fix unneeded doc link to unrelated resourceMorris Jobke
2019-03-08Show a setup warning in case S3 object storage is used as primary storageMorris Jobke
2019-02-28Add setup check for missing UTF8MB4 on mysqlMorris Jobke
2019-02-20Add unit tests and provide better messageMorris Jobke
2019-02-20add setup check for ocm-provider routeBjoern Schiessle
2019-01-04Merge pull request #13134 from nextcloud/bugfix/13088/404-instead-of-exceptionMorris Jobke
2019-01-02Remove check for outdated cachesDaniel Kesselberg
2018-12-19Make setup check also pass with a 501 statusJulius Härtl
2018-12-05Add setup check for pending bigint conversionMorris Jobke
2018-12-05Update casing of PHP inside method nameMorris Jobke
2018-12-05Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke
2018-11-29Add check for missing .woff2 rule in Nginx via setup checkMorris Jobke
2018-10-24Merge pull request #11396 from nextcloud/wellknown-webfingerMorris Jobke
2018-10-17Remove arrow functionDaniel Peukert
2018-10-17Check if the X-XSS-Protection header contains the required fieldsDaniel Peukert
2018-10-11Allow "same-origin" as "Referrer-Policy"Moritz Beck
2018-10-10Make possible to set the expected status of the well known URL checkDaniel Calviño Sánchez
2018-08-25Change check if secure randomness is possible.Timo Förster
2018-08-20Adds license to files. Updates the branch.Michael Weimann
2018-08-20Adds a memory limit warning for console commands if the limit is below the re...Michael Weimann
2018-08-20Adds a setup check for the memory limitMichael Weimann
2018-08-09Adds a setup check for app directory permissions.Michael Weimann
2018-07-11opcache module checkCthulhux
2018-07-04Add warning to setup checks if the default mailer is still phpRoeland Jago Douma
2018-06-13Merge all setup checks into one controllerMorris Jobke
2018-06-13Merge pull request #9836 from nextcloud/feature/noid/merge-tips-and-tricks-in...Morris Jobke
2018-06-13Merge tips & tricks section into setup checksMorris Jobke
2018-06-13Fix wrong hint about missing indexesMorris Jobke
2018-06-06Add a hint that some indexes are not added yetMorris Jobke
2018-06-04Add referrer policy setup checkRoeland Jago Douma
2018-01-14Spelling: FreeTypeAllan Nordhøy
2017-12-13Add warning regarding freetype supportRoeland Jago Douma
2017-12-08Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymoreMorris Jobke
2017-11-27No "to equal to" "We" or "Our", properlyAllan Nordhøy
2017-11-14Merge pull request #4856 from coderkun/issue-3808-xframe-denyLukas Reschke
2017-10-19Prevent XSS in links which open a new browser windowMarkus Staab