Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

extend modal dialog for uploading from server #245

Merged
merged 25 commits into from
Feb 16, 2021

Commits on Jan 29, 2021

  1. extend modal dialog for uploading from server

    * add options to `import_via_symlinks`, `skip_duplicates` and `resync_metadata`
    * checks added to avoid conflicts between `delete_originals` and `import_via_symlinks` (the former takes precedence)
    * `resync_metadata` only available if `skip_duplicates`
    evoludolab committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    785e571 View commit details
    Browse the repository at this point in the history
  2. fix JS formatting

    evoludolab committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    8d74b94 View commit details
    Browse the repository at this point in the history
  3. reduce code smells

    evoludolab committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    1c44fc8 View commit details
    Browse the repository at this point in the history
  4. more anti-smell measures

    evoludolab committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5f395d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. upload.js fixed

    * passing `resync_metadata` setting to server was missing
    * prevent code smells by introducing selector constants
    * remove unused CSS specification
    evoludolab committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    f9bd344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2459d7f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

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

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    3a6ab7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89270f View commit details
    Browse the repository at this point in the history
  3. Make it prettier

    kamil4 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8ecd32d View commit details
    Browse the repository at this point in the history
  4. Fix smell

    kamil4 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    2eb364c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

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

Commits on Feb 13, 2021

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

    * cleanly abort import process on server
    * ESC button cancels import during process and closes modal panel after import has finished
    * more robust implementation for scrolling rows to bottom in import panel (hardcoded row height removed)
    evoludolab committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    71a8404 View commit details
    Browse the repository at this point in the history
  3. tweak

    ildyria committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    e20265a View commit details
    Browse the repository at this point in the history
  4. fix name of route

    evoludolab committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    3f768e7 View commit details
    Browse the repository at this point in the history
  5. fix code smells

    evoludolab committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    9be3c90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd9803a View commit details
    Browse the repository at this point in the history
  7. prettier code...

    evoludolab committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    5ffa817 View commit details
    Browse the repository at this point in the history
  8. saving full settings updated

    * save button at bottom of full settings page closes settings, while leaving sidebar open.
    * save using Enter key stays on settings page.
    evoludolab committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    2a36a21 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. merge error fixed

    evoludolab committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    6576db6 View commit details
    Browse the repository at this point in the history
  2. prettier...

    evoludolab committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    139f912 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Add customizable cancelation callback

    Enable cancelation for local uploads as well
    
    Add visual feedback on cancelation
    kamil4 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    641a7ca View commit details
    Browse the repository at this point in the history
  2. Nothing but prettier

    kamil4 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1e1e3fa View commit details
    Browse the repository at this point in the history
  3. Fix smell

    kamil4 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    51bbe34 View commit details
    Browse the repository at this point in the history