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
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
2018-04-12Add result serializersStephen Gregory
2018-04-12Clean up serializing result to custom Duplicati formatStephen Gregory
2018-04-12Change method signature of ResultSerializerStephen Gregory
2018-04-12Extract result serialization to fileStephen Gregory
2018-04-10Rewrote the report modules to use a shared base class with all the non-sendin...Kenneth Skovhede
2018-04-02Work on adding filters to send-mailKenneth Skovhede
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-01-12Move RunScript module to be configured first so that any configuration change...Brian Lakstins
2017-11-27Merge pull request #2910 from warwickmm/refactor/remove_redundant_tostringKenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-09-27Avoid unnecessary enumeration.Kenneth Hsu
2017-09-23Updated MimeKit and MailKitKenneth Skovhede
2017-09-23Updated all Newtonsoft.Json packagesKenneth Skovhede
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-09-14Normalize some whitespaceTyler Gill
2017-09-05Merge branch 'feature/fix-external-tools'Kenneth Skovhede
2017-09-04Implemented call-context aware settings for HTTP options, temp folder setting...Kenneth Skovhede
2017-09-01Updated the run-script module to report the parsed result level.Kenneth Skovhede
2017-09-01Updated Jabber, Http and Mail modules to always set the parsedresult variable.Kenneth Skovhede
2017-08-01Fixed not reading a custom http messageKenneth Skovhede