-
Notifications
You must be signed in to change notification settings - Fork 827
fix(delete): fix move to trash in read-only folders #8276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should also cover this in the automated tests
a80a627
to
676cca1
Compare
Artifact containing the AppImage: nextcloud-appimage-pr-8276.zip SHA256 checksum: 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. |
Signed-off-by: Matthieu Gallien <[email protected]>
QFileInfo::exists(filename) is the fastest method alos avoid creating too many QFileInfo instances when we need it for multiple purposes Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
should improve coverage for move to trash feature to ensure this is working as expected by users Signed-off-by: Matthieu Gallien <[email protected]>
676cca1
to
91c8a12
Compare
|
No description provided.