Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-24Move Retry-After logic to RetryAfterHelper to make it easier for other backen...Tyler Gill
2021-03-24Add some logging to Microsoft Graph backends.Tyler Gill
2021-03-21Address some more feedbackTyler Gill
2021-03-18Remove SubStream and add functionality to ReadLimitLengthStream. Switch to us...Tyler Gill
2021-03-16Refactor the Retry-After logic. Now it tracks Retry-After headers on all requ...Tyler Gill
2021-03-16A few more improvements to the MicrosoftGraphBackends.Tyler Gill
2020-03-23Add --use-http-client=false parameter to backends based on Microsoft Graph AP...Tyler Gill
2019-12-07Fix regression with SharePoint backend.Kenneth Hsu
2019-11-14Add ConfigureAwait(false) to MSGraph backends' awaits.Tyler Gill
2019-11-13Explicitly dispose request messages, request contents, and response messagesTyler Gill
2019-05-27Provide cancellation token to async methods.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-14Fix several Codacy issuesSean Templeton
2019-03-06Update Mega, OneDrive, and Rclone backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-01Fixed IO calls in Filebackend.verhoek
2018-10-27Fix slashes in Microsoft Graph URLs.Kenneth Hsu
2018-10-09Constrain generic type to be a class to allow for null comparison.Kenneth Hsu
2018-10-09Revert "Avoid potential comparison of value type with null."Kenneth Hsu
2018-10-07Avoid potential comparison of value type with null.Kenneth Hsu
2018-10-02Merge remote-tracking branch 'upstream/master' into constructor_virtual_membersKenneth Hsu
2018-10-02Merge pull request #3399 from duplicati/remove_unused_variables_assignmentsRune Henriksen
2018-10-01Mark immutable field as readonly.Kenneth Hsu
2018-10-01Add comment to clarify use of Lazy.Kenneth Hsu
2018-10-01Rename property.Kenneth Hsu
2018-10-01Avoid referencing virtual members in constructor.Kenneth Hsu
2018-09-30Provide protocol key to MicrosoftGraphBackend constructor.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-09-29Rename local variable to avoid hiding class field.Kenneth Hsu
2018-06-03Change from swallowing delete errors to wrapping DriveItemNotFoundException i...Tyler Gill
2018-05-25(MS Graph) When the delete operation fails due to a 'file not found' error, w...Tyler Gill
2018-03-24Add new utility class, OAuthHttpClient.Tyler Gill
2018-03-24Change some fragment settings.Tyler Gill
2018-03-23Update both SharePoint and Office 365 group backends to support more human-di...Tyler Gill
2018-03-22When uploading large files, MS graph backends need to parse the response insi...Tyler Gill
2018-03-22SharePoint and Group drives appear to report quota info that is all zeros.Tyler Gill
2018-03-21Ensure custom fragment sizes fit the recommended sizes (under 60 MiB and mult...Tyler Gill
2018-03-21Explicitly request the 'replace' conflict resolution behavior when uploading ...Tyler Gill
2018-03-21Make sure DNS names reported by Microsoft Graph backends are unique.Tyler Gill
2018-03-21Add helpId parameter to UserInformationExceptions in MicrosoftGraphBackends.Tyler Gill
2018-03-21Implement DNSName method in MicrosoftGraphBackend base class.Tyler Gill
2018-03-21Add Duplicati + version as the user agent in the MS Graph backends.Tyler Gill
2018-03-20Add new backends for OneDrive+OneDrive for Business, SharePoint, and Microsof...Tyler Gill