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
2016-03-20Copied icons etc to the source directories.Kenneth Skovhede
This fixes #1630
2016-03-18Merge branch 'feature/unittest_with_off_blocksizes'Kenneth Skovhede
2016-03-18Added additional tests for checking non-standard settings and borderline casesKenneth Skovhede
2016-03-18Merge branch 'feature/improved_rebuild_queries'Kenneth Skovhede
# Conflicts: # Duplicati/Library/Main/Operation/RecreateDatabaseHandler.cs # Duplicati/Library/Main/Operation/RepairHandler.cs
2016-03-18Added repair-in-progress check to avoid continuing work on a broken databaseKenneth Skovhede
2016-03-18Added check so restore also works with non-default block sizesKenneth Skovhede
2016-03-18Fixed the query to correctly compute the size of the trailing blocklisthash ↵Kenneth Skovhede
block.
2016-03-18Merge branch 'feature/additional_unittests_with_margins'Kenneth Skovhede
2016-03-18Merge branch 'feature/FootStark-RenamePipingOption' into developKenneth Skovhede
2016-03-18Added new unittest that makes sure strange files with repeated content and ↵Kenneth Skovhede
sizes around the block-size are handled correctly
2016-03-17Implemented feature that does not delete extra index files if their content ↵Kenneth Skovhede
fits the database.
2016-03-17Implemented upload of additional index volume if data is found to be missing ↵Kenneth Skovhede
during the recreation process
2016-03-17Utility fixesKenneth Skovhede
2016-03-17Improved the BlocklistEnumerable with yield statements instead of a manual ↵Kenneth Skovhede
implementation
2016-03-17Fixed an cleaned the rebuild SQL that picks missing blocklist hashesKenneth Skovhede
2016-03-17Bugfix, weird order of argumentsKenneth Skovhede
2016-03-17Renamed option for betaFootStark
Renamed option 'enable-piped-downstreams' --> 'enable-piped-streaming' to generalize for uploads
2016-03-16Merge pull request #1620 from FootStark/DeleteVolumeQuickFixKenneth Skovhede
Mitigate slow volume deletion
2016-03-16Do preparsing before command splittingFootStark
2016-03-16Fixes File accesses and issue #1623FootStark
2016-03-16Prepocessor for schema, Optimized RemoveRemoteVolumeFootStark
Added a preprocessor for schema supporting sqlite_version-dependent Statements RemoveRemoteVolume deletes volumes in batch.
2016-03-15Improved logic to deal with blocklistshashes that collide but have different ↵Kenneth Skovhede
lengths. Added safeguard to avoid importing blocklists with wrong length, that appears in index files created by older versions of Duplicati.
2016-03-15Improved DB schema (version 5) for BlockSetEntryFootStark
2016-03-14Merge branch 'kenneth_work'Kenneth Skovhede
2016-03-14Mono-spacing on update textsKenneth Skovhede
2016-03-14Improved error message after restoreKenneth Skovhede
2016-03-14Fixed the logic for selecting the backup expiration.Kenneth Skovhede
Fixed #1626
2016-03-14Fixed #1625 where the internal options were also sent to advanced optionsKenneth Skovhede
2016-03-14Pedantic style fixes to javascriptKenneth Skovhede
2016-03-14Changed the name of a resource classKenneth Skovhede
2016-03-13Merge branch 'TestIntegrateNewSharpAESCrypt' of ↵Kenneth Skovhede
https://github.com/FootStark/duplicati into FootStark-TestIntegrateNewSharpAESCrypt
2016-03-13Implemented a list delay to work around the eventually consistent issue.Kenneth Skovhede
This fixes #1546
2016-03-13Improved the detection of wrong password to only stop if the very first ↵Kenneth Skovhede
filelist fails to decrypt
2016-03-13Fixed an issue with Amazon Cloud Drive where deleted files were put in the ↵Kenneth Skovhede
root folder instead of being deleted. Actually files cannot be deleted on Amazon Cloud Drive, but now they are put into trash instead of being put into the root folder. This improves issue #1546
2016-03-13Merge remote-tracking branch 'refs/remotes/duplicati/master' into ↵FootStark
TestIntegrateNewSharpAESCrypt # Conflicts: # thirdparty/SharpAESCrypt/SharpAESCrypt.exe
2016-03-13Stop the repair process if the filelists could not be decrypted, most likely ↵Kenneth Skovhede
this is caused by a wrong password
2016-03-13Spelling fixKenneth Skovhede
2016-03-13Update state display when re-entering the home view.Kenneth Skovhede
This fixes #1613
2016-03-13Added bug report progress information.Kenneth Skovhede
This fixes #1619
2016-03-13Implemented selection of cleanup intervals in ngax.Kenneth Skovhede
This fixes #1514 and #1612
2016-03-13Show drive labels in UI on Windows.Kenneth Skovhede
This fixes #1610.
2016-03-13New icons for Windows and Linux.Kenneth Skovhede
This fixes #1609
2016-03-13Mitigate slow vol-deletion by caching slow subquery.FootStark
2016-03-13Automatically check for updates when changing the update channel.Kenneth Skovhede
This closes #1611
2016-03-13Fixed discarding older unstable updates if the user switches to a more ↵Kenneth Skovhede
stable channel
2016-03-13Fix the mapping for pre-update channel releasesKenneth Skovhede
2016-03-13Merge branch 'master' into kenneth_workKenneth Skovhede
2016-03-13Added reporting of the system default level for usage reporterKenneth Skovhede
2016-03-13Added detection of channel by parsing custom updater urlsKenneth Skovhede
2016-03-12Merge pull request #1614 from FootStark/patch-2Kenneth Skovhede
Fix restore failure log message