v2.6.0#339
Draft
AlexisMora wants to merge 37 commits into
Draft
Conversation
* feat: Get Attributes operation + Electron 21 * fix: node: http
… and French locales (#301)
…plication state management (#314)
* feat: golang lint * feat: golang test pipeline * chore: go daemon testing * chore: testing for virtual drive module * fix: go lint workflow * fix: go lint workflow bump version * chore: lint issues in golang * fix: pr comments * fix: format
…r creation dependencies (#310)
* feat: Implement Open and OpenDir FUSE opeartions * fix:format * fix: linting warnings * fix: simplification of fuse status transport betweeen daemon and electron * chore:tests * fix:format * chore: skip unused fuseApp class test + fix test * Fix lint warning
… services, and tests (#320)
…t drive folder path
…or native modules (#331) * Feat: upgrade electron to version 25 and enforce source compilation for native modules * Feat: import app from electron and ensure app quits on auth window close if not logged in * Feat: enhance tray menu initialization and context menu handling * Feat: refine context menu handling for Linux tray interactions * fix: tray menu test --------- Co-authored-by: AlexisMora <alexis@internxt.com>
…#290) * Feat: download a file range of bytes * WIP: download files on demand * fix:format * fix merge issues * feat: update eslint, update props from handleReadCallback, clearhydrationState before mounting fuse * chore: change legacy fuseApp code so ts does not complain * feat: allow ranged requests * fix:format * fix: delete orphaned files * fix: tests + removed unused code
* feat: update drive destkop linux to electron 29 and node 20 * fix: add js script to import main.ts because output code is commonjs
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What is Changed / Added
Why