Skip to content

Feature: Added support for OX Drive integration #17267

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

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

workbysaran
Copy link
Contributor

@workbysaran workbysaran commented Jul 14, 2025

This PR adds support for detecting OX Drive as a cloud provider in the Files app.

Closes #16000

Changes:

  • Introduced OXDriveCloudDetector for identifying OX Drive installations
  • Extracts sync folder path from userConfig.json using MainFolderPath
  • Loads OX Drive icon from the registry or fallback installation path (under Program Files(x86))
  • Registered OX Drive in CloudProviders enum
  • Integrated OX Drive detector into the cloud detection pipeline

Tested locally with OX Drive installed and verified detection.

@workbysaran workbysaran changed the title Add support for OX Drive integration Feature: Support for OX Drive integration Jul 14, 2025
@workbysaran workbysaran changed the title Feature: Support for OX Drive integration Feature: Add support for OX Drive integration Jul 14, 2025
@Josh65-2201
Copy link
Member

Thanks for the PR, please use the template next time

Copy link
Member

@yaira2 yaira2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM code wise

@yaira2 yaira2 added the ready to merge Pull requests that are approved and ready to merge label Jul 14, 2025
@yaira2 yaira2 merged commit 691ecdc into files-community:main Jul 14, 2025
6 checks passed
@yaira2 yaira2 changed the title Feature: Add support for OX Drive integration Feature: Added support for OX Drive integration Jul 14, 2025
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.

Feature: Add support for detecting OX Drive cloud drive
3 participants