- Jan 28, 2021
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Jan 19, 2021
-
-
Roeland Jago Douma authored
Including handling in OC_Image But also a preview provider Of course only works if your php actually supports webp Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 08, 2021
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jan 07, 2021
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 30, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 16, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 15, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Dec 11, 2020
-
-
Lukas Reschke authored
Those functions set proper content-types that prevent rendering of data. Therefore it's safe to mark them as sanitizers. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Dec 07, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Dec 04, 2020
-
-
Christoph Wurst authored
Previously there was no (platform) dependency check for an app that was installed before. So Nextcloud happily upgraded an app that now requires a php version newer than the current one. Which means in the lucky case you see a failing upgrade due to the language incompatibility, or in the unlucky case you see unexpected errors later in production. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 03, 2020
-
-
Roeland Jago Douma authored
needed a setupFS call Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 27, 2020
-
-
Christoph Wurst authored
* It was documented as deprecated. * The app code checker warned about it * It's been three years Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 23, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 21, 2020
-
-
Lukas Reschke authored
Should remove some false positives. https://psalm.dev/docs/security_analysis/avoiding_false_positives/ Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Lukas Reschke authored
Should remove a bunch of false positive code scanning results. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Nov 20, 2020
-
-
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>
-
- Nov 16, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 13, 2020
-
-
Vincent Petry authored
The personal info section of the personal settings is querying the storage quota information. For this it requires the FS to be setup which is not always guaranteed. This fixes an issue where refreshing the settings page would cause it to fail after Redis caches are full. It is likely that when Redis cache is populated, some code path is initializing the FS, so it works so far. But when the cache is populated, that code path is skipped so the FS is not guaranteed to be setup... Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
- Nov 10, 2020
-
-
Christoph Wurst authored
Because often we catch the exception at some point and then the trace is misleading. What's really interesting is the trace of the *previous* exception. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 09, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 07, 2020
-
-
Roeland Jago Douma authored
The getAppPath will always return the same data for the same appId. It is actually already cached. However we do some cleanup of the appId (again). Same for the autoloading it is actually already checked. This just removes the unneeded calls. Which can add up if you have a lot of incomming shares. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2020
-
-
Roeland Jago Douma authored
Otherwise you might end up calling a lot of functions unneeded. And while the individual calls are cheap if you multiply them by 20k they still get somewhat expensive. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Oct 27, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 21, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Oct 05, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 04, 2020
-
-
Robin Appelman authored
makes it more clear to the user what the quota applies to Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Sep 17, 2020
-
-
J0WI authored
Update all links to https://www.php.net/ Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
- Sep 10, 2020
-
-
Morris Jobke authored
Ref #22288 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 25, 2020
-
-
Robin Appelman authored
instead of showing the generic 'Your storage is full' message, better explain that it's the group folder/external storage that is full Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Aug 24, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 20, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 19, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 18, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 17, 2020
-
-
Morris Jobke authored
Ref #21787 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Introduced in #22063 and was just forgotten. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 06, 2020
-
-
Morris Jobke authored
* introduces a new IRootMountProvider to register mount points inside the root storage * adds a AppdataPreviewObjectStoreStorage to handle the split between preview folders and bucket number Ref #22033 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-