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

Extend image metadata handling #163

Merged
merged 70 commits into from
Mar 22, 2024
Merged

Extend image metadata handling #163

merged 70 commits into from
Mar 22, 2024

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    fdb78a7 View commit details
    Browse the repository at this point in the history
  2. Create function for loading image file's metadata

    This is going to be used to set some of Field Desktop's image metadata.
    dersmon committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    136f1f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Parse image file metadata

    - creator
    - creation date
    - copyright statement
    - height
    - width
    
    This checks exif, iptc and xmp data, in that order.
    dersmon committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6d0400a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    794e3f0 View commit details
    Browse the repository at this point in the history
  2. Remove log

    dersmon committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    86cb71f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ef2040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    562a3d9 View commit details
    Browse the repository at this point in the history
  5. Evaluate image width and height on file level

    ...instead of trying to parse metadata provided within the file.
    dersmon committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b94f026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8cb004 View commit details
    Browse the repository at this point in the history
  7. Remove deprecated function

    Replaced by `selectMetadata`.
    dersmon committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e707a29 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    18ae237 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    dersmon committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bc3a0bf View commit details
    Browse the repository at this point in the history
  3. Add some doc strings

    dersmon committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    45f7311 View commit details
    Browse the repository at this point in the history
  4. Remove log

    dersmon committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4c8d8bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a4f2cd View commit details
    Browse the repository at this point in the history
  6. Add return type declaration

    dersmon committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3134b43 View commit details
    Browse the repository at this point in the history
  7. Add image copyright metadata to db document

    ...as parsed from exif/iptc/xmp.
    dersmon committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    04158b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    5987e3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf65f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb35548 View commit details
    Browse the repository at this point in the history
  4. Update css selektor

    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    108ff57 View commit details
    Browse the repository at this point in the history
  5. Fix failing e2e test

    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f5d7b52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70091b5 View commit details
    Browse the repository at this point in the history
  7. Update messages.de.xlf

    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3f5f889 View commit details
    Browse the repository at this point in the history
  8. Update playwright dependency

    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    18ab4b1 View commit details
    Browse the repository at this point in the history
  9. Refactor image upload tests

    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9730fbe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2180994 View commit details
    Browse the repository at this point in the history
  11. Commit lockfile

    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d6a21ed View commit details
    Browse the repository at this point in the history
  12. Revert "Commit lockfile"

    This reverts commit d6a21ed.
    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    476cd33 View commit details
    Browse the repository at this point in the history
  13. Commit lockfile

    dersmon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    512c68b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6b0b63d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Ignore exif/iptc/xmp copyright for now

    The exact definition of the "imageRights" field within the Field application is not defined properly. Until we settle on a specification, we will not read metadata automatically.
    dersmon committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e2f9b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d2870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c0dd80 View commit details
    Browse the repository at this point in the history
  4. Safe image metadata preference

    ...by utilizing images-states.
    dersmon committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    26a1f04 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    e3815f6 View commit details
    Browse the repository at this point in the history
  2. Set new i18n keys

    dersmon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fd28b88 View commit details
    Browse the repository at this point in the history
  3. Generate i18n

    dersmon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    901a7d1 View commit details
    Browse the repository at this point in the history
  4. Align small-info texts

    dersmon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    55828c4 View commit details
    Browse the repository at this point in the history
  5. Add additional lines

    dersmon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    355299b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08fe3a1 View commit details
    Browse the repository at this point in the history
  7. Add code comments

    dersmon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    84ee8d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update doc string

    dersmon committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e768281 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    58e20d3 View commit details
    Browse the repository at this point in the history
  2. Adjust code style

    tkleinke committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    39e99f4 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    tkleinke committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    87e6725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    486bcbc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Edit info text

    tkleinke committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f0f5873 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Set version to 3.4.0-image-metadata & deactivate Windows code signing…

    … for testing purposes
    tkleinke committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    799175c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    054345d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97da87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b3f270 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b9c964 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40e3804 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    012c596 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a05b0f3 View commit details
    Browse the repository at this point in the history
  8. Format creation date

    tkleinke committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f955a1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35b421c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    596470d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e393e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3ecde View commit details
    Browse the repository at this point in the history
  4. Serialize images state

    tkleinke committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f9898c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    278a63f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbd6daf View commit details
    Browse the repository at this point in the history
  7. Fix subsystem helper

    tkleinke committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d23abb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    2c95071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8498802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e78ef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae6449c View commit details
    Browse the repository at this point in the history