This website requires JavaScript.
Explore
Help
Register
Sign In
haeaeae
/
duplicati
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
acea2fe10fdff125dc84f4cfd37bd0fa1b265ff2
duplicati
/
Duplicati
/
Library
/
Backend
/
OneDrive
T
History
Max
b008aed1f3
migrate to net5 + runnable
2020-06-03 00:00:38 +02:00
..
app.config
update csproj toolverion and nuget packages
2019-07-31 13:20:03 -04:00
Duplicati.Library.Backend.OneDrive.csproj
migrate to net5 + runnable
2020-06-03 00:00:38 +02:00
Exceptions.cs
Add --use-http-client=false parameter to backends based on Microsoft Graph APIs (OneDrive v2, SharePoint v2, etc.) to make them use the OAuthHelper and HttpWebRequest infra used by most / all other backends for HTTP requests. This lives in parallel to the original implementation that uses the OAuthHttpClient class, but is intended to see if this prevents the memory leaks and problems seen in some versions of Mono when using the OneDrive v2 backend.
2020-03-23 14:10:40 -06:00
MicrosoftGraphBackend.cs
Add --use-http-client=false parameter to backends based on Microsoft Graph APIs (OneDrive v2, SharePoint v2, etc.) to make them use the OAuthHelper and HttpWebRequest infra used by most / all other backends for HTTP requests. This lives in parallel to the original implementation that uses the OAuthHttpClient class, but is intended to see if this prevents the memory leaks and problems seen in some versions of Mono when using the OneDrive v2 backend.
2020-03-23 14:10:40 -06:00
MicrosoftGraphTypes.cs
Move comments and remove invalid XML tags.
2018-10-13 20:52:30 -07:00
MicrosoftGroup.cs
update csproj toolverion and nuget packages
2019-07-31 13:20:03 -04:00
OneDriveV2.cs
Provide protocol key to MicrosoftGraphBackend constructor.
2018-09-30 10:59:26 -07:00
SharePointV2.cs
Provide protocol key to MicrosoftGraphBackend constructor.
2018-09-30 10:59:26 -07:00
Strings.cs
Add --use-http-client=false parameter to backends based on Microsoft Graph APIs (OneDrive v2, SharePoint v2, etc.) to make them use the OAuthHelper and HttpWebRequest infra used by most / all other backends for HTTP requests. This lives in parallel to the original implementation that uses the OAuthHttpClient class, but is intended to see if this prevents the memory leaks and problems seen in some versions of Mono when using the OneDrive v2 backend.
2020-03-23 14:10:40 -06:00