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 (Expand)Author
2020-11-22Fix incorrect or misleading indentations.Kenneth Hsu
2020-10-18Fix check for administrator group on Synology devices.Kenneth Hsu
2020-08-24Extract removal of passwords to method.Kenneth Hsu
2020-04-11Ensure that hostname comparisons are not case sensitive.Kenneth Hsu
2020-03-31adjust logic to support both dirseps, add commentsRod Savard
2020-03-30check both path separatorsRod Savard
2020-03-29sort restore list tooRod Savard
2020-03-29simplify ordering operationRod Savard
2020-03-28sort filesRod Savard
2020-01-26Remove redundant calls to String.Format.Kenneth Hsu
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-10-21Merge pull request #3953 from warwickmm/make_fields_readonlyKenneth Skovhede
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-07-23fix stop after the current fileBlueBlock
2019-05-11Add Vacuum command to APIdrwtsn32x
2019-04-25Merge pull request #3740 from warwickmm/remove_unused_local_variablesKenneth Skovhede
2019-04-18Remove unused local variables.Kenneth Hsu
2019-04-14Write unwrapped exception message to JSON.Kenneth Hsu
2019-04-11Tweak captcha generation codeWilliam Osler
2019-03-19Merge pull request #3684 from seantempleton/paralleluploadKenneth Skovhede
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-02-25Null propagation.verhoek
2019-01-26Merge pull request #3629 from duplicati/feature/fix_commandline_log_errorsKenneth Skovhede
2019-01-25Changed the commandline log expiration to allow long-running jobs with no out...Kenneth Skovhede
2019-01-23Dispose of connection after use.Kenneth Hsu
2019-01-18Extract code that exports backup to JSON to helper method.Kenneth Hsu
2019-01-16Restrict method access.Kenneth Hsu
2019-01-16Extract code that imports backup to separate method.Kenneth Hsu
2019-01-11Add command-line program to import backup configurations.Kenneth Hsu
2019-01-11Extract loading of configuration file to helper method.Kenneth Hsu
2019-01-01Remove empty finally blocks.Kenneth Hsu
2018-12-12Use invariant culture in calls to ToLower and ToUpper.Kenneth Hsu
2018-11-21Suppress passphrase input on restore when backup set was unencrypted.verhoek
2018-11-20Functionality for backend to retrieve passphrase adhoc on restore, whichverhoek
2018-11-20Misc refactoring.verhoek
2018-11-12Merge pull request #3467 from Pectojin/export_passwordsKenneth Skovhede
2018-11-08moved all sanitization logic into backup class and moved from regex to using ...Rune Henriksen
2018-11-05url sanitization to strip tokens and passwordsRune Henriksen
2018-11-03pleasing CodacyRune Henriksen
2018-11-03added checkbox to allow exporting backup passwordsRune Henriksen
2018-11-03Renamed IsClientLinux to IsClientPosix .verhoek
2018-11-03Migrated to use the platform class.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-02Replaced DirectorySeparatorChar.ToString() calls.verhoek
2018-11-01Fixed IO calls in Filebackend.verhoek
2018-10-28Added import.verhoek
2018-10-28Replaced System.IO.Path with wrapper call to Alphaleonis.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek