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-06-13Added support for new backend IDrivee2(https://www.idrivee2.com)Muhammad Abrar
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-20Few redundant changes undoneKaren Martikyan
2020-09-20Improvements made, not working stateKaren Martikyan
2020-09-20Added Telegram Backend skeletonKaren Martikyan
2020-06-27add tencent coswood
2020-05-19fix: Move the tardigrad-library to the correct locationTopperDEL
2020-04-30feat: Add Tardigrade-Backend stubTopperDEL
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-07-30update solution to use migrated Encryption project idBlueBlock
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-11Add command-line program to import backup configurations.Kenneth Hsu
This concerns issue #2693.
2018-11-03Moving from IO to Common dir.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-25Created separate package for io wrapper.verhoek
2018-05-05Move result serialization tests to UnitTest project.Kenneth Hsu
This will make it simpler to configure AppVeyor and Travis to run these tests.
2018-04-12Add result serializersStephen Gregory
2018-01-10adds rclone UI and backend improvementswjan
2017-09-18Forced Windows line-endingsKenneth Skovhede
2017-09-01fixed release configurationUlf Hedlund
2017-08-31Added Sia as a backend providerUlf Hedlund
2017-03-29Work on commandlineKenneth Skovhede
2017-03-10Jottacloud backed: Reverted visual studio automatic changes to sln file ↵Albertony
included in previous commit
2017-03-04Initial project set up for Jottacloud backendAlbertony
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-09-26One more attempt at tabs-to-spacesKenneth Skovhede
2016-09-23Trying once again to set no-tabs in solution file ...Kenneth Skovhede
2016-09-15Force tabs-to-space in solutionKenneth Skovhede
2016-08-31Fixed some whitespace/tab issuesKenneth Skovhede
2016-07-07Style fixes to the DropBox backendKenneth Skovhede
2016-04-13Fixed signing the windows service and fixed the solution after merging with ↵Kenneth Skovhede
master
2016-04-13Merge branch 'master' into feature/windows_serviceKenneth Skovhede
# Conflicts: # Duplicati.sln # Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
2016-04-13Added a windows serviceKenneth Skovhede
2016-04-13Reverted changes to solution file so it again forces Windows linefeeds.Kenneth Skovhede
This also moved stuff around in some project files.
2016-04-09Implemented an alternative FTP backend using System.Net.FtpClientTim Mylemans
2016-03-22Revert sln and add manually (stays VS2010)FootStark
2016-03-22BaseVersion SharePoint BackendFootStark
2016-01-26Removed the Test build configurationKenneth Skovhede
2015-12-22Added usage reporter to keep track of most-wanted features and to get an ↵Kenneth Skovhede
overview of how and why Duplicati crashes
2015-12-07Added support for box.com API.Kenneth Skovhede
This closes #579
2015-12-06Added Mega.co.nz backend as requested in issue #806Kenneth Skovhede
2015-12-05Added B2 / Backblaze Cloud Storage support as requested in #1498Kenneth Skovhede
2015-12-05Added Amazon Cloud Drive backend as requested in issue #598Kenneth Skovhede
2015-08-21Added a simple restore tool for recovering data from a broken backup.Kenneth Skovhede
This fixes #1439.
2015-08-20Fixed the linefeed bug that introduced mixed line endingsKenneth Skovhede
2015-07-02Excluded UnitTest from Release buildKenneth Skovhede