Skip to content
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

fix: Handle copy of folders containing live photos #49293

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. fix: Correctly create NonExistingFolder during copy

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    333ab66 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix: Handle copy of folders containing live photos

    We need to recursively look for live photos in the folder,
    and then handle them as usual.
    
    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8206e02 View commit details
    Browse the repository at this point in the history
  2. test: Copying a folder containing live photos

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    37aa2f7 View commit details
    Browse the repository at this point in the history
  3. fix: Prevent conflict when copying a live photo inside a folder with …

    …a mov file with the same name
    
    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5b01166 View commit details
    Browse the repository at this point in the history