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
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
2015-07-01Added support for HubiC.Kenneth Skovhede
This closes #1351.
2015-07-01Added an OpenStack backend, tested with RackSpace.Kenneth Skovhede
This closes #626
2015-06-29Implemented chunked-resumeable uploads for Google Drive for issue #1347.Kenneth Skovhede
Implemented a Google Cloud Storage backend, which closes #784. This also adds support for Nearline and DRA so it closes #1385.
2015-06-22Implemented the Google Drive backend, and trashed the Google Docs backend ↵Kenneth Skovhede
for issue #1347
2015-04-09Implemented basic unittest structure instead of wrapping it inside the ↵Kenneth Skovhede
CommandLine project
2015-01-25Removed missing project referenceKenneth Skovhede
2015-01-20Updated copyright noticesKenneth Skovhede
2014-08-26Moved Duplicati.ServiceKenneth Skovhede
2014-08-25Removed SharpAESCrypt file, and now using the pre-built binary insteadKenneth Skovhede
2014-08-07Removed duplicate projects that causes xbuild to crashKenneth Skovhede
2014-08-03Merge branch 'master' into sandboxes/donl/azureDon Lockhart
2014-07-25Added the service component with basic polling functionsKenneth Skovhede
2014-07-17Fixed the solution fileKenneth Skovhede
2014-07-16Fixed invalid solution fileKenneth Skovhede
2014-07-16Changed startup backKenneth Skovhede
2014-07-16Updated TahoeLAFS to work with NewtonSoft JSON and removed LitJSON dependency.Kenneth Skovhede
2014-07-11Removed SkyDrive and implemented OneDrive with OAuth 2.0 logins.Kenneth Skovhede
2014-07-07Reworked the way the OSX app is loaded so it can be launched from a unified ↵Kenneth Skovhede
executable
2014-07-06Renamed project folder to AzureBlob.Don Lockhart
2014-07-06Added Azure blob storage backend.Don Lockhart
2014-06-27Initial scaffolding for supporting the auto-update using AppDomains to ↵Kenneth Skovhede
support seamless updates
2014-06-13Implemented a scaffold version of a localization service so we can plug in ↵Kenneth Skovhede
the right one once we have decided which one to use.
2014-04-07Moved SQLite related items into a separate project to avoid pulling in the ↵Kenneth Skovhede
extra content files when using the utility library for mini projects
2014-04-02Default start with trayiconKenneth Skovhede
2014-03-13Updated source to work with the cleaned up version of HttpServerKenneth Skovhede