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

Fix: Fixed an issue with Nutstore cloud drive detection #15445

Merged
merged 1 commit into from
May 23, 2024

Conversation

wangfu91
Copy link
Contributor

Hi, I'm a developer at the company Nutstore, I've found out that the cloud drive detection logic for Nutstore in PR #10890 is incorrect.

Searching all the sub-directories named "Nutstore" in %userprofile% can be extremely time-consuming and will likely cause the Files app the stop responding, it may also result in multiple incorrect Nutstore cloud drive entries.

Querying the registry entries in SyncRootManager is a more efficient way to detect the root dir of the Nutstore cloud drive.

@wangfu91 wangfu91 changed the title Fix Nutstore cloud drive detection. Fix: Nutstore cloud drive detection. May 22, 2024
@yaira2 yaira2 changed the title Fix: Nutstore cloud drive detection. Fix: Fixed an issue with Nutstore cloud drive detection. May 22, 2024
@yaira2 yaira2 changed the title Fix: Fixed an issue with Nutstore cloud drive detection. Fix: Fixed an issue with Nutstore cloud drive detection May 22, 2024
@yaira2
Copy link
Member

yaira2 commented May 22, 2024

Fyi @hecksmosis

@yaira2
Copy link
Member

yaira2 commented May 23, 2024

@wangfu91 thank you for the fix! While you're here, are there any other integrations that we can do with Nutestore to improve the experience (eg. context menu options etc)?

@yaira2 yaira2 added ready to merge Pull requests that are approved and ready to merge and removed needs - code review labels May 23, 2024
@yaira2 yaira2 merged commit bab19d7 into files-community:main May 23, 2024
6 checks passed
@wangfu91 wangfu91 deleted the Fix-Nutstore-drive-detection branch May 24, 2024 09:52
@wangfu91
Copy link
Contributor Author

Thanks for merging my PR @yaira2, kudos for building such a beautiful app.

While you're here, are there any other integrations that we can do with Nutestore to improve the experience (eg. context menu options etc)?

Files have already properly integrated the context menu, I haven't found anything else to improve at the moment, I will raise an issue or create a PR if I do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Pull requests that are approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants