Uh oh!
There was an error while loading. Please reload this page.
Make sure to never trigger files hooks on a null path - #36893
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
|
tram98
commented
Mar 4, 2023
Thank you so much for the fix. I am really needing this fix because of issues with syncing bigger files. |
come-nc
commented
Apr 5, 2023
/rebase |
8843759 to
1021d03Comparecome-nc
commented
May 2, 2023
/rebase |
Uh oh!
There was an error while loading. Please reload this page.
1021d03 to
52902efComparecome-nc
commented
May 4, 2023
/rebase |
dinosmm
commented
May 4, 2023
Apologies for my lack of experience with GitHub and NC development, but will this only be pushed into Nextcloud 27 and not in a 26.0.x patch? |
susnux
commented
May 4, 2023
Yes this will first be pushed into Nextcloud 27 and might then be backported to 26.0.x. |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
52902ef to
6034cc6Comparesolracsf
commented
May 9, 2023
@come-nc OK to be backported? |
come-nc
commented
May 11, 2023
Hum yeah psalm will complain about the backports I think because typing was hell, but let’s try it. |
come-nc
commented
May 11, 2023
/backport to stable26 |
come-nc
commented
May 11, 2023
/backport to stable25 |
strpos()and/orpathinfo(): Passing null to parameter #1 ($haystack) of type string is deprecated #34932Summary
File pre/post operation events should only be triggered for files inside the default view.
For other files a bogus event with a null path was fired, this avoids that.
Checklist