- Nov 21, 2020
-
-
Lukas Reschke authored
Should remove a bunch of false positive code scanning results. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Nov 20, 2020
-
-
Morris Jobke authored
Auto-wire as much as possible in the encryption app
-
Morris Jobke authored
Add Psalm Security Analysis
-
Morris Jobke authored
Also cleans up only non-classname services in the server container Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Lukas Reschke authored
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>
-
Morris Jobke authored
Simple typo in comments
-
Morris Jobke authored
Update ScanLegacyFormat.php
-
Morris Jobke authored
Also lint php8
-
Carlos Ferreira authored
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Revert "Revert "Installation goes brrrr""
-
Roeland Jago Douma authored
Harden EncryptionLegacyCipher a bit
-
Roeland Jago Douma authored
Require libxml in composer
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
essys authored
Fixed a small typo on line 99.
-
Roeland Jago Douma authored
Bump vimeo/psalm from 4.1.1 to 4.2.0
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
dependabot-preview[bot] authored
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.1.1...4.2.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Nov 19, 2020
-
-
Morris Jobke authored
Make the expire shares cron job actually expire the shares
-
Morris Jobke authored
Use regex when searching on single file shares
-
Morris Jobke authored
Fix setting images through occ for theming
-
Morris Jobke authored
allow selecting multiple columns with SELECT DISTINCT
-
Morris Jobke authored
Only check path for being accessible when the storage is a object home
-
Morris Jobke authored
Allow lazy app registration
-
Morris Jobke authored
Only attempt to move to trash if a file is not in appdata
-
Morris Jobke authored
Fix DataResponse typehints
-
Roeland Jago Douma authored
We use this already in several places where we just pass strings or numbers. This all works because we just convert it to a json response in the end. So better to have the typehints reflect this. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Right now we just delete the shares from the DB. Which is efficient sure. But doesn't trigger any real cleanup. So no Admin audit entries or any other post processing is done. This makes sure we really trigger this. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Merge pull request #24135 from medical-cloud/fix/23357-nextcloud-logo-in-email-notifications-is-misaligned-in-version-20 Fix nextcloud logo in email notifications misalignment
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Christoph Wurst authored
missing level in ScopedPsrLogger
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Nextcloud bot authored
-
- Nov 18, 2020
-
-
medcloud authored
Signed-off-by:
medcloud <42641918+medcloud@users.noreply.github.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Roeland Jago Douma authored
Set frame-ancestors to none if none are filled
-