Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
TAGS
20 tagsMerge branch 'main' of https://github.com/spacedriveapp/spacedrive
Add bidirectional remote file copy support (PULL operations) - Introduced a new task for implementing bidirectional file transfers, allowing files to be copied from remote devices to local devices. - Extended the `FileCopyJob` to handle PULL operations, addressing user experience gaps when dragging files from remote device explorers. - Implemented a new `RemoteTransferStrategy` to detect transfer direction and manage both PUSH and PULL protocols. - Added necessary protocol messages and handlers for PULL requests, including security validations and checksum verifications. - Created integration tests to ensure functionality and performance of PULL operations, including error handling and resume capabilities. - Updated UI components to facilitate drag-and-drop functionality from remote to local folders seamlessly.
Merge pull request #2937 from spacedriveapp/cursor/search-ui-integration-ephemeral-1978 feat: Integrate search UI with ephemeral and persistent indexes
[ENG-1825] Show thumb image if original is not available (#2617) * show thumb image if original is not available * remove space * formatting
More More P2P Docs (#2525) * Docs * Clarify relay upgrades * caaaaalapse * Cleanup `sd_p2p_tunnel`
Revert OpenDAL for ephemeral location (#2399) * Revert "OpenDAL - Ephemeral Locations (#2283)" This reverts commit 2848782e8e052c9f62f7782e1cb80047f84771b7. * Format * Fix some diff problems
I18n polish (zh-cn) (#2337) * i18n some polishes * reviewed 1st-100th strings of zh-cn i18n * change the indent to 2 space characters
[ENG-1699] Pin Job manager (#2264) * wip * minor cleanup * Update Popover.tsx * remove prop
Make mobile tests more resilient (#2236) * Attempt at making mobile tests more resilient * Forgot shell property * Remove debug flag from run-maestro-tests.sh * Fix kill command * Improve device emulator launch code - Remove maestro version lock (expo is not using it anymore on their repo) - Use some of the same command expo uses to ensure device emulator launched * ... * ... * Make grep timeout less strict * Increase timeouts * Downgrade macOS and Xcode Following Expo changes: https://github.com/expo/expo/commit/cb7c90dac47a46848f406e78e3903aea7fc24f5e
Alpha 0.2.6 (#2232) * bump 0.2.6 * Double Cypress timeouts when running on CI --------- Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
remove intro video (#2097) * all tags screen, visual improvements, and bug fix * More sync support for file paths + saved searches (#2067) more sync support for file paths + saved searches * windows video intro fix * remove video intro * back for mob --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>