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

consolidate exif parsing libraries - rework of timestamps #829

Merged
merged 11 commits into from
Mar 2, 2024

Commits on Feb 11, 2024

  1. consolidate exif parsing libraries - rework of timestamps (#4)

    * exifr is used for most tags now
    
    * New timestamp handling, removed exif-parser, date supported for png
    
    * Removed offset from testhelper. It's optional
    
    * explanations
    
    * Feature/timestamps (#3)
    
    * preparing for further timestamp test
    
    * Added more test and fixed offset calculation bug
    
    * Revered old dimension test, added new timestamp tests, some bug fixes
    
    * Renamed png-test because faces overrule keywords
    grasdk authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b2be0a9 View commit details
    Browse the repository at this point in the history
  2. fixed style errors

    grasdk committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a6035f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2c9208 View commit details
    Browse the repository at this point in the history
  4. Added two more metadata dates to fall back to, instead of file date. …

    …This fixes the png-test
    grasdk committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    25acd6f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. package-lock auto updated

    grasdk committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    49e861d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Use of offset value in the UI (#5)

    Added recognition of the offset value in the UI. It will be displayed if available.
    
    Caveat: Search will not take offset into account. A new year's picture taken in Sydney the 1st of January 2019 00:15:00 GMT+11, is technically taken in 31st of December 2018 in UTC. Therefore this picture won't show of in seaches where the after: parameter is set to 1st of january 2019.
    
    This is both correct and wrong at the same time.
    
    UTC-wise it is correct, local time it is not correct. I guess most people would find local time most untuitive, so there is room for improvement of the search. :)
    grasdk authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5e94220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e70fc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    8dd06a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6009ac6 View commit details
    Browse the repository at this point in the history
  3. Feature/timestamp use2 (#7)

    * effective storage of offset
    
    * added comments to searchmanager.ts fixed linting error in utils
    grasdk authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e0d9bdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313aee8 View commit details
    Browse the repository at this point in the history