-
-
Notifications
You must be signed in to change notification settings - Fork 318
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 modal dialog for uploading from server #894
Conversation
* prepare back end for processing additional settings from modal import dialog * log warning if deletion of original failed * localizations limited to English
* ImportPhoto::photo: new mandatory argument `import_via_symlink` before optional ones * sanity check for incompatible settings * Exec: eliminate `skip_duplicates` (existing `force_skip_duplicates` is enough and takes precedence) * Create: collapse `if`s to fix smell
* `resync_metadata` did not update keys with value null (but should have). in particular, this prevented updates to `takedate` if the corresponding entry in the DB was set to zero * too many false positives were caused by comparing int's to their corresponding string representation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be ready for merging.
CI fails on Docker pull?
" Error response from daemon: unauthorized: authentication required" Weird. I guess they changed something in Actions.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tested. Not working when you untick the box.
🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comment. Or this will crash (422) when the box is not ticked.
LGTM |
* use session storage to process asynchronous cancel request from GUI during import from server
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This pull request complements changes to the front end, see LycheeOrg/Lychee-front#245