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 (Collapse)Author
2021-05-16Reorder parameters of previously wrongly refactored string interpolationmarodev
2021-05-15Fix ReSharper's "Use string interpolation expression" / Code Smellmarodev
2020-09-26Fix construction of paths for rclone.Kenneth Hsu
This fixes #3275.
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
This updates all projects to target .NET Framework 4.7.1. The TencentCOS and Tardigrade backends depend on .NET Standard 2.0. When a .NET Framework prior to 4.7.1 is targeted, the system cannot be sure that all the dependencies exist, so it copies all dependent assemblies to the output directory. This causes many assemblies from the System namespace to become bundled in the release. https://stackoverflow.com/a/48875007 We had previously attempted to make individual projects target 4.7.1 (see pull request #4242), but this can cause compatibility issues when 4.6.2 projects depend on 4.7.1. projects. This will require Mono 5.10.0 or greater (previously, we required 5.0.0 or greater). https://www.mono-project.com/docs/about-mono/releases/5.10.0/#class-libraries This fixes issue #4234.
2020-01-26Remove redundant calls to String.Format.Kenneth Hsu
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
- no code changes except those noted below - projects upgrade to 4.6.2 - wixinstaller project upgraded automatically by VisualStudio - wixinstaller updated to require 4.6.2 - Library.Encryption changed to Standard2.0 so accommodate update to SharpAesCrypt
2019-07-08remove unnecessary write to consolewjansenw
2019-06-12Remove unused property.Kenneth Hsu
2019-06-12Disable warning about unused class.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean 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-03Updated project files.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
Moved basic Platform functions to Library.Common.Platform. Turned IO_OS into property within Library.Common.
2018-11-01Fixed IO calls in Filebackend.verhoek
Moved FileEntry to Library.IO due to AlphaFS not implementing System.IO.FileInfo/DirectoryInfo.
2018-10-11Remove empty statements.Kenneth Hsu
2018-06-05Remove redundant calls to ToString.Kenneth Hsu
2018-06-02Fix line ending issues.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
This makes it explicit at compile-time that these fields should not be reassigned outside the constructor.
2018-05-16Removed unused var.verhoek
2018-04-05rclone backend should honor advanced options (see #3142)Bruceforce
2018-02-26Added support for returning multiple DNS names for cache invalidation.Kenneth Skovhede
Updated most backends to return the actual DNS names for cache invalidation.
2018-02-22changed from NYI to null returns. Added check to skip DNS check if no ↵Rune Henriksen
DNSName is provided
2018-02-18added DNSName getter on Backend interface and added NotImplementedException ↵Rune Henriksen
methods on each backend class
2018-01-19corrects Newtonsoft referencewjan
2018-01-18adds exception in case of other errors from rclone backendwjan
2018-01-18removes oauth helper from the referenceswjan
2018-01-18read output from rclone command async + corrects parameters in guiwjan
2018-01-11adds option to provide location of rclone-executable and provides long ↵wjan
descriptions for the options
2018-01-10adds exception handling and moves duplicate code to helper functionwjan
2018-01-10adds rclone UI and backend improvementswjan
2018-01-09Corrects the folder of Rclone contributionswjan
2018-01-09provides rclone backendwjan