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
2022-03-18Add IDrive backend and API subsetDoug Krahmer
2021-07-19fix: Use fresh GUID for Tardigrade-Backend-ProjectTopperDEL
2021-07-15feat: Create a copy of old Tardigrade-Backend with reuse of new Storj-BackendTopperDEL
2021-05-03feat: Rename C# and Project-files to StorjTopperDEL
2021-02-21Remove Telegram backend.Kenneth Hsu
The TLSharp library has some issues and the behavior of the Telegram backend is not reliable. Some alternative libraries for communicating with the Telegram API are TgSharp, TDLib and TdSharp. This fixes #4424. Revert "Merge pull request #4324 from martikyan/feature/telegram_backend" This reverts commit c7f9f8f5566b99d3189d9d32f24a888a8cdde231, reversing changes made to 85139f86f243db02671b2fd527545e43a285c8e9.
2020-09-20Added Telegram Backend skeletonKaren Martikyan
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-06-27add tencent coswood
2020-05-19fix: Correct Package-ReferencesTopperDEL
2020-04-30feat: Add Tardigrade-Backend stubTopperDEL
2019-12-10Merge pull request #4013 from drwtsn32x/warning-tray-iconwarwickmm
Improve tray icon to reflect warning state
2019-12-09update icon and runners for other platformsdrwtsn32x
2019-12-01Remove support for Amazon Cloud Drive.Kenneth Hsu
Amazon discontinued access to the Cloud Drive API. See https://forum.duplicati.com/t/amazon-cloud-drive-discontinued/7391.
2019-10-19Merge pull request #3943 from drwtsn32x/add-trayicon-warning-stateKenneth Skovhede
Add TrayIcon warning state
2019-10-08tweaksdrwtsn32x
2019-10-08add trayicon warning statedrwtsn32x
2019-09-20Updated CoCoL to version 1.7.1 to fix a busy CPU issueKenneth Skovhede
2019-09-14Merge pull request #3899 from BlueBlock/nuget-updateswarwickmm
Update nuget packges for aws, azur, fluentftp, mailkit, and cocol.
2019-09-14nuget updatesBlueBlock
aws,azure,fluentftp,mailkit,cocol
2019-09-12comment removedBlueBlock
the linux side does not like it
2019-09-12use postbuildevent to target only windows and debugBlueBlock
2019-09-12change logic to not use parensBlueBlock
2019-09-11Merge remote-tracking branch 'upstream/master' into ↵BlueBlock
copy-alphavss-dlls-for-debug-build
2019-09-05copy alphavss dlls for debug buildBlueBlock
2019-09-04update nuget cocolBlueBlock
2019-08-04remove system.net nuget packagesBlueBlock
we should rely on the system.net packages on the system
2019-08-04add sqlite nuget packagesBlueBlock
2019-08-04change exe projects to true for AutoGenerateBindingRedirectsBlueBlock
resolves build warning for mismatching assemblies
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-04-14Move ConfigurationImporter project files to reflect namespace.Kenneth Hsu
This places the files in a location that is more consistent with the other command line tools.
2019-01-11Added `ConfigurationImporter` as a dependency to the trayicon, so it is ↵Kenneth Skovhede
picked up by the build automatically
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-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-17Target Windows 8.1 and 10 in order to display correct version in UIMikael Mello
2018-02-22Added specific versions to the included 3rd party GTK library to satisfy ↵Kenneth Skovhede
some Linux systems that pick up a more recent version.
2018-01-10adds rclone UI and backend improvementswjan
2017-12-16Removed AutoGenerateBindingRedirects compile warnings.vnau
2017-09-23Updated CoCoL in the TrayIconKenneth Skovhede
2017-09-23Updated all Newtonsoft.Json packagesKenneth Skovhede
2017-08-31Added Sia as a backend providerUlf Hedlund
2017-06-17upstreamMax
2017-06-10Make Jottacloud available to public.Dan Stahr
2017-05-17Updated NewtonSoft.JsonKenneth Skovhede
2017-05-02added posibility to read server password from databaseMax
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-10-27Updated the way icons are loaded on Linux with Gtk and AppIndicator trayicons.Kenneth Skovhede
The icons are now loaded from SVG to give the best possible resolution. This fixes #1710 This fixes #2034
2016-10-04Fixed paths/refs to imagesKenneth Skovhede
2016-09-28Added a new tools project to pull in tools/scripts.Kenneth Skovhede
Also updated the bundled GPG version to 2.3.3 This fixes #1921 This fixes #1931