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
2021-03-08Fix URL to curl in CheckMonoSSL error message.Kenneth Hsu
2021-03-06Merge pull request #4417 from warwickmm/handle_unsupported_run_script_exit_codesKenneth Skovhede
2021-01-15Make DUPLICATI__PARSED_RESULT consistent with OperationAbortReason.Kenneth Hsu
2021-01-10Abort with error if script exits with unsupported code.Kenneth Hsu
2020-11-02Fix issue where remote URL defined using run-script-before was ignored.Kenneth Hsu
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
2020-06-14Remove unused members from Builtin.Strings.Kenneth Hsu
2020-05-28Suppres SSL certificate warnings on sufficiently recent Mono versions, as the...feature/fix_incorrect_sslcert_warningKenneth Skovhede
2020-05-28Fixed the defunct `__MonoCS__` code chunkKenneth Skovhede
2020-05-10Switched to a self-compiled version of agsxmpp as it has been pulled from NuGet.Kenneth Skovhede
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-10-31Added support for forcing the passphrase input to be read from stdin instead ...Kenneth Skovhede
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-09-14nuget updatesBlueBlock
2019-08-31update nuget packagesBlueBlock
2019-08-17Merge remote-tracking branch 'upstream/master' into update-framework-to-462BlueBlock
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-07-23run-script-example.*: correction of change of environment variableDaniel Gloger
2019-07-22run-script-example.*: change environment variable DUPLICATI__volsizeDaniel Gloger
2019-07-19Modules/Builtin/run-script-example.*: change option --volsize to --dblock-sizeDaniel Gloger
2019-05-06added boolean check to make the json output use the subject template instead ...Rune Henriksen
2019-04-18Remove unused local variables.Kenneth Hsu
2019-04-05https://github.com/duplicati/duplicati/issues/3675Francois Lafleur
2019-01-01Remove unused local variables.Kenneth Hsu
2018-11-27Merge branch 'master' of github.com:duplicati/duplicati into improve-backup-l...Mikael Mello
2018-11-23Remove redundant interface implementation.Kenneth Hsu
2018-11-14Serialize backup results in JSON formatMikael Mello
2018-11-08Merge pull request #3456 from verhoek/issue/3311Kenneth Skovhede
2018-11-03Updated project files.verhoek
2018-11-03Migrated to use the platform class.verhoek
2018-11-02Updated argument description to match the docsKenneth Skovhede
2018-10-14Remove extra XML documentation tag.Kenneth Hsu
2018-10-11Add comments to explain empty methods.Kenneth Hsu
2018-10-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-08-14Added support for multiple exit codes, and added a unittest to verify that th...Kenneth Skovhede
2018-08-08Removed `Task` types and the `TaskReader` property from serialized results, a...Kenneth Skovhede
2018-08-06Shift wget to curlJonMikelV
2018-07-17Add --user parameterJonMikelV
2018-07-17Add missing wgetJonMikelV
2018-07-17Add cert update command for MacOSJonMikelV
2018-06-20Workaround to support output redirect on Windows, and also allow passphrase i...Kenneth Skovhede
2018-06-12Simplified plus made defaults explicit.verhoek
2018-05-15Merge branch 'feature/remove-console-writeline'Kenneth Skovhede
2018-05-15Removed calls to `Console.WriteLine` as we may run somewhere without a console.Kenneth Skovhede
2018-05-05Move result serialization tests to UnitTest project.Kenneth Hsu
2018-04-15Removed the messages/warnings/errors data from the output, so it only shows u...Kenneth Skovhede
2018-04-12Rewrote the logic for reporting JSON to avoid reporting JSON inside a text bl...Kenneth Skovhede
2018-04-12Merge branch 'master' into feature/filters-for-sendmailKenneth Skovhede