server icon indicating copy to clipboard operation
server copied to clipboard

handle copy of live photos

Open ArtificialOwl opened this issue 1 year ago • 1 comments
trafficstars

  • uses of handleMove() during the BeforeNodeCopiedEvent to check the doability of copying both files.
  • handleCopy() called during the NodeCopiedEvent to generate a copy of the linked file.

ArtificialOwl avatar Dec 12 '23 09:12 ArtificialOwl

/backport to stable28

ArtificialOwl avatar Feb 15 '24 15:02 ArtificialOwl

thanks @icewind1991 fixed last comment, squashed & rebased

ArtificialOwl avatar Mar 08 '24 12:03 ArtificialOwl

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b backport/42170/stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 467c84ec

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/42170/stable28

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

backportbot[bot] avatar Mar 08 '24 14:03 backportbot[bot]

@artonge based on the size of the changes and the need for this feature, do we want to backport to 28 ?

ArtificialOwl avatar Mar 08 '24 17:03 ArtificialOwl

I would say no, but not for me to decide, @sorbaugh

artonge avatar Mar 09 '24 11:03 artonge

Hi. Just updated to 29.0.3 and the error persists : AbortedEventException Cannot delete the video part of a live photo delete process aborted

squid-f avatar Jun 29 '24 18:06 squid-f