-
-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend modal dialog for uploading from server (#894)
* extend modal dialog for uploading from server * log warning if deletion of original failed * localizations limited to English * improved media import * 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) * `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. * cancel import from server * use session storage to process asynchronous cancel request from GUI during import from server Co-authored-by: kamil4 <[email protected]> Co-authored-by: ildyria <[email protected]>
- Loading branch information
1 parent
edc4c21
commit 3274d9a
Showing
32 changed files
with
508 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.