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

Support changing the format of uploaded image file names #687

Merged
merged 12 commits into from
Jun 9, 2020

Commits on Apr 28, 2020

  1. Improved various aspects of media uploads

    - Changed a way how assets are exported which photo uploads significantly faster
    - Refactored PHAsset+Upload.swift extensions which is now way more readable.
    - Improved naming of assets
    - Changed default naming of uploaded assets to the scheme legacy app was using
    - Added an option allowing to preserve “original” asset names as used by iOS photo library
    - Prepared code for future enhancments (exporting additional assets like RAW images and live photo video clips
    Michael Neuwert committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d7ceec2 View commit details
    Browse the repository at this point in the history
  2. Localization of strings and other tiny changes

    Michael Neuwert committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    c565b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b18b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Fixed requesting image data

    Michael Neuwert committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    5e8badc View commit details
    Browse the repository at this point in the history
  2. Using PHAsset.creationDate as lastModifiedDate when uploading media a…

    …sset
    
    The timestamp is then set into corresponding property in the WebDAV request allowing to have proper file creation date when uploaded to oC server instance.
    Michael Neuwert committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d172426 View commit details
    Browse the repository at this point in the history
  3. Picking edited version of the photo when uploading by default

    Michael Neuwert committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a038c18 View commit details
    Browse the repository at this point in the history
  4. Moved files around to have a cleaner structure in Xcode

    Michael Neuwert committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4c66a5d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Using PHAssetResourceManager for export whenever possible

    Michael Neuwert committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a84d8c4 View commit details
    Browse the repository at this point in the history
  2. Fixed small issues

    Michael Neuwert committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    43eebe0 View commit details
    Browse the repository at this point in the history
  3. Corrected some comments

    Michael Neuwert committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    563c012 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    c4bc6ec View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Fixes issue (1) found in QA testing

    Fixed duplicated .MP4 extension when uploading videos
    Michael Neuwert committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    d3edf44 View commit details
    Browse the repository at this point in the history