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-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-11-09Merge pull request #4324 from martikyan/feature/telegram_backendwarwickmm
Add support for Telegram channels as a backend destination.
2020-09-20Added Telegram Backend skeletonKaren Martikyan
2020-09-19Disable "legacy path handling" for executablesDean Ferreyra
This is a defensive measure in case legacy path handling has been enabled at the system level. Duplicati requires that legacy path handling be _disabled_ to function properly. Issue #4295 appears to be a result of legacy path handling being enabled globally.
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-28Removed references to `__MonoCS__` as that compiler directive is no longer ↵feature/remove_monocs_compiler_directiveKenneth Skovhede
being set
2020-05-19fix: Correct Package-ReferencesTopperDEL
2020-04-30feat: Add Tardigrade-Backend stubTopperDEL
2020-01-26Mark fields as readonly but allow for deserializer to set them.Kenneth Hsu
This will prevent accidental reassignment of these fields. Without the JsonProperty attribute, we would encounter an issue starting the server when a password was set on the web UI.
2019-12-10Merge pull request #4013 from drwtsn32x/warning-tray-iconwarwickmm
Improve tray icon to reflect warning state
2019-12-09update svg icon colordrwtsn32x
2019-12-09update icon colordrwtsn32x
2019-12-09handle additional idlewarning statedrwtsn32x
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-11-05Remove readonly keyword from fields that are set by deserializer.Kenneth Hsu
Making these readonly resulted in startup issues when the password was set for the UI. See forum discussion here: https://forum.duplicati.com/t/after-last-update-duplicati-doesnt-work-anymore/8369
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
This makes it explicit at compile-time that these fields should not be reassigned outside the constructor.
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-20Merge branch 'feature/fix-null-error-for-non-hosted-server'Kenneth Skovhede
2019-09-20Added guards to prevent a null-error when attempting to connect to a ↵Kenneth Skovhede
password protected server without a password.
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-04revert testing assembly versionBlueBlock
and update copyright
2019-09-04update nuget cocolBlueBlock
2019-09-03upgrade missing referencesBlueBlock
2019-09-02Revert "Updated `app.config` files to redirect newtonsoft versions ↵Kenneth Skovhede
`0.0.0.0-12.0.2.0` to `12.0.2.0`." This reverts commit 93ace63d4f0cec18eb9b88c5f3d4ae024e8787fc.
2019-09-02Updated `app.config` files to redirect newtonsoft versions ↵Kenneth Skovhede
`0.0.0.0-12.0.2.0` to `12.0.2.0`.
2019-08-04remove system.net nuget packagesBlueBlock
we should rely on the system.net packages on the system
2019-08-04adjust config for known bugBlueBlock
A known bug causes the incorrect config entry for system.net.http where we must be adjusted to 4.2.0.0 This bug gets fixed in .NET 4.7.2
2019-08-04remove debug stattementsBlueBlock
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-30nuget packages updated to keep currentBlueBlock
and important to keep the aws sdk current
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-05-07Revert "Remove unused StopTask method."Kenneth Hsu
This reverts commit d6688936ed3278c0e654b6a3f5424225d421442b.
2019-05-07Revert "Remove unused AbortTask method."Kenneth Hsu
This reverts commit 523b95abf9c89a3c84b22c01cf757591688fb404.
2019-05-07Revert "Remove unused RunBackup method."Kenneth Hsu
This reverts commit 3dd4132af1ed863a1529a4762a1f36925f02f509.
2019-05-07Revert "Remove unused DismissNotification method."Kenneth Hsu
This reverts commit 9ab8058354d43565818bf2dc7789cf5ced6b6c95.
2019-04-28Remove unused IMenuItem.SetEnabled method.Kenneth Hsu
2019-04-28Remove unused DismissNotification method.Kenneth Hsu