fix: folder delete/new conflict will be "delete"#8671
Conversation
a641b68 to
19cd363
Compare
13eed08 to
63e76b6
Compare
|
so |
990edcc to
a992edd
Compare
f64ad7b to
b58a862
Compare
b58a862 to
39ab518
Compare
nilsding
left a comment
There was a problem hiding this comment.
code seems fine to me now (still needs a rebase), but for some reason Linux CI isn't happy about the tests :/
really strange since the tests run fine on my dev machine (/tmp is a tmpfs on my end -- I wonder if that matters here)
| @@ -43,11 +43,11 @@ private slots: | |||
|
|
|||
| // A/a1 must be gone because the directory was removed on the server, but hello.txt must be there | |||
There was a problem hiding this comment.
this comment now doesn't match what the test is verifying
maybe Qt fails to make use of the freedesktop trash standard in a container? |
just debugged locally using the same container used in CI |
39ab518 to
0649018
Compare
|
working on the broken CI for Windows |
65ed70e to
c5dfa75
Compare
see https://github.com/KDE/clazy/blob/master/docs/checks/README-range-loop-detach.md Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
should enable someone to delete a folder even if there is a new/delete conflict happening for some other users Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
will enable to perform optional special actions while execution a propagation action will enable to move to trash bin or disable server trash bin when appropriate Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
try to use local device trash bin when deleting local items during automated handling of a new/delete conflict we still always choose the delete but will do our best to keep a copy of the deleted files in local device trash bin Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
try to use local device trash bin when deleting local items during automated handling of a new/delete conflict we still always choose the delete but will do our best to keep a copy of the deleted files in local device trash bin Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
c5dfa75 to
f02f6c9
Compare
|
Windows CI is now good again |
|
Artifact containing the AppImage: nextcloud-appimage-pr-8671.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
|
/backport to stable-4.0 |




should enable someone to delete a folder even if there is a new/delete conflict happening for some other users