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 modal dialog for uploading from server #894

Merged
merged 23 commits into from
Feb 16, 2021

Commits on Jan 29, 2021

  1. extend modal dialog for uploading from server

    * prepare back end for processing additional settings from modal import dialog
    * log warning if deletion of original failed
    * localizations limited to English
    evoludolab committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4ce1ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24dc7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3278c7f View commit details
    Browse the repository at this point in the history
  4. 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)
    * Create: collapse `if`s to fix smell
    evoludolab committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    1dae83e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

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

Commits on Jan 31, 2021

  1. resync_metadata improved

    * `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.
    evoludolab committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    dbe06cd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    dbbffa6 View commit details
    Browse the repository at this point in the history
  2. Fix missing use

    kamil4 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    06e513a View commit details
    Browse the repository at this point in the history
  3. Fix syncing

    kamil4 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5878aac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc5c822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3c1b37 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Revert an earlier change

    kamil4 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2c80d7a View commit details
    Browse the repository at this point in the history
  2. Fix broken merge

    kamil4 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4704cf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

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

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    cd9e030 View commit details
    Browse the repository at this point in the history
  2. cancel import from server

    * use session storage to process asynchronous cancel request from GUI during import from server
    evoludolab committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    af296fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d34668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d88104 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34ae319 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    d4cae26 View commit details
    Browse the repository at this point in the history
  2. fix code smell

    evoludolab committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    211efae View commit details
    Browse the repository at this point in the history
  3. Minor fix to directory name

    kamil4 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    f8edd15 View commit details
    Browse the repository at this point in the history
  4. sync Lychee-front

    ildyria committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4c0526a View commit details
    Browse the repository at this point in the history