Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Sync server fix local drive #1115

Merged
merged 34 commits into from
Mar 12, 2021
Merged

Sync server fix local drive #1115

merged 34 commits into from
Mar 12, 2021

Commits on Mar 8, 2021

  1. SyncServer - added required methods

    Implemented required methods in LocalDriveHandler
    Added progress for LocalDriveHandler
    kalisp committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    348cb05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e9c867 View commit details
    Browse the repository at this point in the history
  3. SyncServer - fixes, refactor

    kalisp committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    720ab0f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    825e715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5faf154 View commit details
    Browse the repository at this point in the history
  3. SyncServer - cleaned up unneeded configuration

    local_id is accessible by get_local_site_id, shouldnt be visible in Settings
    studio and local sites should be configured in Local Settings
    kalisp committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    02bd357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a57419 View commit details
    Browse the repository at this point in the history
  5. SyncServer - added get_active_sites, get_remote_sites methods

    refactor
    renamed get_local_site to get_active_site (part of public API)
    kalisp committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ba9b56f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. SyncServer - add 2 new methods get_active_sites_from_settings

    , get_remote_sites_from_settings
    
    Refactorr
    kalisp committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9c6544a View commit details
    Browse the repository at this point in the history
  2. SyncServer - added missed file

    kalisp committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d16434d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    838d0e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2aea6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    459a39f View commit details
    Browse the repository at this point in the history
  6. fixed typo in method names

    iLLiCiTiT committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    40e8023 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a469f2d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    e56cb5f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/sync_server_fix_local_drive' int…

    …o sync_server_fix_local_drive
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a57604f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c370d5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed32184 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1877ff2 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/sync_server_fix_local_drive' int…

    …o sync_server_fix_local_drive
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a0ad216 View commit details
    Browse the repository at this point in the history
  7. fix method name

    iLLiCiTiT committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    431d5a7 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/sync_server_fix_local_drive' int…

    …o sync_server_fix_local_drive
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f107482 View commit details
    Browse the repository at this point in the history
  9. Fix - get_remote_sites_from_settings does not validate sites

    Sites could be configured in Local setting, so validation
    doesn't have sense here
    Small refactor
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    fcfd537 View commit details
    Browse the repository at this point in the history
  10. SyncServer - modified resolving of paths for local and remote

    Fix - status for some failed was incorrectly set to Not available
    Extended AbstracProvider with new method for resolvments of paths
    Added defaults sites to configured sites
    Name refactor
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    83570d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25fcec7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf127b0 View commit details
    Browse the repository at this point in the history
  13. SyncServer - fix lagging of gui

    Resolving of path is expensive and not necessary here
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    541dd06 View commit details
    Browse the repository at this point in the history
  14. Hound

    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    fe3de0c View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/sync_server_fix_local_drive' int…

    …o sync_server_fix_local_drive
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    8bd7f03 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad27a41 View commit details
    Browse the repository at this point in the history
  17. delete look manager

    mkolar committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0662568 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    495b86d View commit details
    Browse the repository at this point in the history
  19. SyncServer - use local_site_id properly

    'local' should be replaced by local_site_id anytime in real world
    kalisp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1daa755 View commit details
    Browse the repository at this point in the history