Hi, I need to fix this bug in owncloud 9.1.
but I can not apply the patch.
as I can apply this fix?
Doubled folders when receiving shares through two groups
https://github.com/owncloud/core/issues/245755
oC 9.1.1 will have the fix: https://github.com/owncloud/core/pull/251138 and is also repairing the doubled folders
Hi @psapoznik
I think there’s a typo in your post and you meant this issue : Doubled folders when receiving shares through two groups · Issue #24575 · owncloud/core · GitHub
and this pr: Group shares with same source and target by rullzer · Pull Request #25113 · owncloud/core · GitHub
Not sure if you are asking how to apply this patch and not wait for the next maintenance version.
In case you want to apply this fix right now, you can go to your server’s machine into the owncloud folder and run the following command:
wget https://patch-diff.githubusercontent.com/raw/owncloud/core/pull/25113.patch
and after it a new file will appear in that folder. Then you should run:
patch -p1 < newfiledownloaded.patch
and the console will answer you with the files that have been patched
Hope this info is what are you looking for. If it isn’t, no doubt to post here again.
Cheers, Davitol