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 (Collapse)Author
2021-04-22FIx Oracle by testing on Ubuntu 20.04 until oci8.so is available for 21.04Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-22Typoacsfer
2021-04-22Redirect users to forum for questionsacsfer
Be more specific so more users will go directly to the forum instead using Github for non-bug reports.
2021-03-17Add eslint testingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-16Add funding infotobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-07Move fixup check to actionRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-10Have psalm analysis directly on githubRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-03Revert "Pin Psalm version to an older one"Roeland Jago Douma
2021-02-02Pin Psalm version to an older oneLukas Reschke
Ref https://github.com/vimeo/psalm/issues/5144 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2020-12-30Merge pull request #24903 from nextcloud/enh/psalm-ocpRoeland Jago Douma
Add dedicated baseline for OCP
2020-12-30Add dedicated baseline for OCPRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-29Cleanup bundle files before checking the rebuildJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-29jsunit: Run jsunit with chromium/puppeteer on github actionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-21Merge pull request #24246 from LukasReschke/add-taint-flow-analysisMorris Jobke
Add Psalm Security Analysis
2020-11-21Add Psalm Taint Flow AnalysisLukas Reschke
This adds the Psalm Security Analysis, as described at https://psalm.dev/docs/security_analysis/ It also adds a plugin for adding input into AppFramework. The results can be viewed in the GitHub Security tab at https://github.com/nextcloud/server/security/code-scanning **Q&A:** Q: Why do you not use the shipped Psalm version? A: I do a lot of changes to the Psalm Taint behaviour. Using released versions is not gonna get us the results we want. Q: How do I improve false positives? A: https://psalm.dev/docs/security_analysis/avoiding_false_positives/ Q: How do I add custom sources? A: https://psalm.dev/docs/security_analysis/custom_taint_sources/ Q: We should run this on apps! A: Yes. Q: What will change in Psalm? A: Quite some of the PHP core functions are not yet marked to propagate the taint. This leads to results where the taint flow is lost. That's something that I am currently working on. Q: Why is the plugin MIT licensed? A: Because its the first of its kind (based on GitHub Code Search) and I want other people to copy it if they want to. Security is for all :) Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2020-11-20Also lint php8Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-10Fix naming of jobs and stepsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-10Add github action for oci8Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-05Fix php lint actionJohn Molakvoæ
2020-10-30Do not commit updated composer dependencies in psalm baseline updateMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29Update daily "update psalm baseline" job to composer psalmMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-13Do not fail on changes to baseline.xml Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-13Use own psalm instead of a global oneChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-08Delete dependabot.ymlJohn Molakvoæ
2020-09-08Split target-branch between stablexx branches until it supports ArraysJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-07Move to automated dependabot mergingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-20Run psalm-baseline.xml update once a dayMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Revert "This is just to trigger the GitHub scheduled actions registration"Morris Jobke
This reverts commit 2e912990ff63ca364a070243594b174e0ec9868b.
2020-08-20This is just to trigger the GitHub scheduled actions registrationMorris Jobke
It is needed for #22314 and I will revert it right away afterwards. Sorry for the trouble. See the answer in https://stackoverflow.com/questions/59560214/github-action-works-on-push-but-not-scheduled
2020-08-20Run update-psalm-baseline action every 5 minutesMorris Jobke
For debugging purposed due to a GitHub bug. See #22325 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Revert "This is just to trigger the GitHub scheduled actions registration"Morris Jobke
2020-08-20This is just to trigger the GitHub scheduled actionsMorris Jobke
It is needed for https://github.com/nextcloud/server/pull/22314 and I will revert it right away afterwards. Sorry for the trouble.
2020-08-20Generate psalm-baseline.xml PR instead of requiring this from the PR author ↵Morris Jobke
itself Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-19Better psalm CI outputMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-18Check only the baseline.xml and exclude the psalm.xml from the file checkMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-18Add a check for fixes in the psalm baselineMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-18Hello psalmDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-15Run cs:check a second time to show diffDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-13Report php-cs-fixer errors to GitHubDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-17Delete FUNDING.ymlJoas Schilling
2020-04-14Show a hint for the php-cs fix when the check failsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-14Add php-cs check actionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-24Merge pull request #19965 from nextcloud/enh/noid/how-to-use-githubRoeland Jago Douma
Add text about subscribing issues and sync introduction to feature request
2020-03-20We don't use IRC anymoreChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-15Add text about subscribing issues and sync introduction to feature requestDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-12Change Portalm to PortalDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-12Add a link to the portal directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-24Let people know that the logs not optionalDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-24Add short explanation how to use the organization search to find issues with ↵Daniel Kesselberg
all nextcloud repos. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-24Add guidelines for submitting issues to templateDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>