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.
2021-01-23Change `python` to `python2` for tools.Kenneth Skovhede
Fixes issues #4316
2020-09-20Fixed incorrect naming derived from FTP, added license files for TLSharp, ↵Karen Martikyan
removed redundant Nuget pkgs ...
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-28add tencentyun cos licensewood
2020-05-17feat: Add license-infoTopperDEL
2020-05-10Switched to a self-compiled version of agsxmpp as it has been pulled from NuGet.Kenneth Skovhede
The source is also provided in the bundle.
2020-03-01Fix detection of block devices.Kenneth Hsu
This appears to have been a copy/paste error. The UnixSupport.dll file was compiled in Release mode.
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-09-01Merge remote-tracking branch 'upstream/master' into gpg-updateBlueBlock
2019-08-02update included sqlite dll's for the 4.6 frameworkBlueBlock
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-20Update included gpg versionBlueBlock
2019-03-04Update AlternativeFtp Backend for async PutSean Templeton
Removed System.Net.FtpClient and added the FluentFTP Nuget package which is the new name of System.Net.FtpClient.
2019-01-22Remove redundant casts.Kenneth Hsu
2018-08-14Updated the POSIX support code to ignore `ENODATA` error codes in addition ↵Kenneth Skovhede
to the `EOPNOTSUPP`. This fixes #3327
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.
2017-10-16Avoid signing assemblies.Kenneth Hsu
Using strong-named assemblies can cause difficulties with the GNU LGPL license, which allows for one to recombine or relink their application with modified versions of the code. While one solution is to share the private key so that people can sign the assemblies themselves, this would break the trust that is expected from signed assemblies. For now, the easiest fix is to simply not sign the assemblies. Note that by doing so, we prevent the code from being referenced from other signed assemblies. This also fixes an issue introduced in revision ba94d36a80 ("Added auto-update for WindowsService and Service."), where the WindowsService project (signed) referenced the AutoUpdater project (not signed). We also removed instances of <SignAssembly>false</SignAssembly> to be consistent with newly created .csproj files that do not contain the SignAssembly element. This was motivated by the discussion in issue #2814.
2017-09-23Switched hash library to use FasterHashingKenneth Skovhede
2017-06-27Updated sqlite to use 1.0.105.2 (sqlite 3.19.3) on Windows.Kenneth Skovhede
This fixes #2562
2017-06-02Added the `<Prefer32Bit>False</Prefer32Bit>` option to all executables.Kenneth Skovhede
This fixes #2519
2017-06-01Changed back to SharpCompress as it is now updated with support for zip64Kenneth Skovhede
2017-04-04Updated SharpCompress to a build from master to include the zip64 fixesKenneth Skovhede
2017-03-27Updated the TlsTest.exe tool to work better with Mono 4.8.0.Kenneth Skovhede
2017-03-01Updating the SQLite library on Windows to 1.0.104.0.Kenneth Skovhede
The Linux version use Mono.Data.SQLite if possible, and otherwise attempts to wrap the system sqlite.so. This fixes #2144
2017-02-28Updated SharpCompress to the latest versionKenneth Skovhede
2017-01-23Bundling the mozroots and tlstest tools from Mono to aid in debugging SSL issuesKenneth Skovhede
2017-01-10Updated MailKit, fixed a bug with DnsLite, added backward compatible tls ↵Kenneth Skovhede
support from MailKit. This fixes #1540. This fixes #1948. This fixes #2060 This fixes #2225
2016-11-03Re-fixed indentation and line endingsKenneth Skovhede
2016-11-03Updated unix symlinks handling to store correct metadata for symlinksKenneth Skovhede
2016-10-31Rebuild the UnixSupport.dll to activate #2056Kenneth Skovhede
2016-10-26Fix exceptions when users and groups are not defined on the local system ↵Gerco Dries
(such as when a system is bound to Active Directory or a user or group has been deleted).
2016-10-03add angular-gettext to about -> librariesagrajaghh
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
2016-06-29Updated licenses section to include BouncyCastle and MimeKitKenneth Skovhede
2016-06-28merge upstreamMax
2016-06-28Updated SSH library to latest version, marked beta but should be stable.Kenneth Skovhede
2016-06-27Updated some package versions and removed duplicate filesKenneth Skovhede
2016-06-27Merge branch 'master' into nuget_setupKenneth Skovhede
# Conflicts: # Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj # Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj # Duplicati/Library/Backend/S3/S3Wrapper.cs # thirdparty/CoCoL/CoCoL.dll # thirdparty/SSH.NET/Renci.SshNet.dll
2016-06-25fix doneMax
2016-06-23Implemented an IAM module that can check if a user is attempting to use the ↵Kenneth Skovhede
root account, and then create an IAM user with minimum privileges instead.
2016-06-22Updated AWSSDK to use the new v3 API with a separate library for S3.Kenneth Skovhede
Currently using AWSSDK.S3 v3.1.7.2. This fixes #1677
2016-05-02Updated Renci.SSH to latest (beta) build for better support with newer sshd ↵Kenneth Skovhede
versions
2016-04-25Updated UnixSupport to depend on .Net 4.5 instead of 2.0Kenneth Skovhede
2016-04-13Merge branch 'feature/fixes_to_rumps_trayicon'Kenneth Skovhede
2016-04-13Added various extra features to the rumps tray-iconKenneth Skovhede
2016-04-13Updated SharpAESCryptKenneth Skovhede
2016-04-10Re-added the license file with other capitalizationKenneth Skovhede
2016-04-10Removed the license fileKenneth Skovhede