-
Notifications
You must be signed in to change notification settings - Fork 206
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
Commits on Feb 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b2be0a9 - Browse repository at this point
Copy the full SHA b2be0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6035f5 - Browse repository at this point
Copy the full SHA a6035f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c9208 - Browse repository at this point
Copy the full SHA a2c9208View commit details -
Added two more metadata dates to fall back to, instead of file date. …
…This fixes the png-test
Configuration menu - View commit details
-
Copy full SHA for 25acd6f - Browse repository at this point
Copy the full SHA 25acd6fView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49e861d - Browse repository at this point
Copy the full SHA 49e861dView commit details
Commits on Feb 16, 2024
-
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. :)
Configuration menu - View commit details
-
Copy full SHA for 5e94220 - Browse repository at this point
Copy the full SHA 5e94220View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e70fc - Browse repository at this point
Copy the full SHA e1e70fcView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dd06a4 - Browse repository at this point
Copy the full SHA 8dd06a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6009ac6 - Browse repository at this point
Copy the full SHA 6009ac6View commit details -
* effective storage of offset * added comments to searchmanager.ts fixed linting error in utils
Configuration menu - View commit details
-
Copy full SHA for e0d9bdf - Browse repository at this point
Copy the full SHA e0d9bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 313aee8 - Browse repository at this point
Copy the full SHA 313aee8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.