-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* General - Added an explicit authentication method for cloud gateways. All other gateway methods still require successful authentication to the cloud service. **Note:** This breaks compatibility with the previous versions of `ICloudGateway` and `IAsyncCloudGateway`. - Fixed cross-thread marshalling of authentication tokens * Updated NuGet packages - Box.V2 to version 2.10.0 - Google.Apis.Drive.v2/v3 to version 1.15.0.567 - OneDrive SDK to official version 1.1.47 - NewtonSoft.Json to version 9.0.1 * Gateways - Updated OneDrive gateway to use official Microsoft OneDrive SDK for CSharp version 1.1.47 from https://github.com/OneDrive/onedrive-sdk-csharp - Fixed capabilities for OneDrive gateway to support empty files - Updated GDrive gateway to use Google Drive API v3 - Renamed and moved legacy gateways for OneDrive and Google Drive v2 - Fixed missing assembly signing configuration for hubiC gateway in build configuration //Signed// - Included local build of MediaFireSDK with support for MediaFire session token v2 (lifetime 2 years instead of 10 minutes)
- Loading branch information
1 parent
3a67d48
commit ec7715a
Showing
104 changed files
with
2,837 additions
and
742 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.