Kenneth Skovhede
40dd3c6816
Updated all license mentions to MIT
2024-02-28 15:45:30 +01:00
Kenneth Hsu
18893e8e20
Fix URL to curl in CheckMonoSSL error message.
...
Starting in November 2020, curl.se is the new official home site for the
curl project. By default, curl does not follow redirects, so this fixes
the URL in the error message and includes the option to follow redirects
in case the URL changes again in the future.
2021-03-07 16:39:41 -08:00
Kenneth Hsu
1037f2dcfc
Remove unused members from Builtin.Strings.
2020-06-14 12:25:41 -07:00
Kenneth Skovhede
fc93134550
Added support for forcing the passphrase input to be read from stdin instead of attempting to use a TTY first
2019-10-31 11:48:35 +01:00
Francois Lafleur
f161ce3f1f
https://github.com/duplicati/duplicati/issues/3675
2019-04-05 12:29:03 -04:00
Kenneth Skovhede
9bc1fe636a
Updated argument description to match the docs
2018-11-02 14:58:59 +01:00
Kenneth Skovhede
494fccd931
Added support for multiple exit codes, and added a unittest to verify that the exit codes are handled correctly
2018-08-14 11:09:16 +02:00
JonMikelV and GitHub
5efe9a5857
Shift wget to curl
...
Found some Mac's that didn't have wget but DID have curl
2018-08-06 10:42:03 -05:00
JonMikelV and GitHub
6442a0a18c
Add --user parameter
...
Apparently running cert-sync for the system-wide store doesn't resolve the issue.
2018-07-17 13:03:14 -05:00
JonMikelV and GitHub
93df1f5402
Add missing wget
...
Accidentally left `wget` out of command to fetch latest certs
2018-07-17 10:53:04 -05:00
JonMikelV and GitHub
b46c936ae1
Add cert update command for MacOS
2018-07-17 10:32:56 -05:00
Kenneth Skovhede
4e5f4a12bf
Merge branch 'master' into feature/filters-for-sendmail
...
Integrated changes to support log-lines and to have a common shared module for reporters
# Conflicts:
# Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj
# Duplicati/Library/Modules/Builtin/RunScript.cs
# Duplicati/Library/Modules/Builtin/SendHttpMessage.cs
# Duplicati/Library/Modules/Builtin/SendJabberMessage.cs
# Duplicati/Library/Modules/Builtin/SendMail.cs
2018-04-12 11:16:57 +02:00
Stephen Gregory
b7bda1d1c4
Add result serializers
2018-04-11 22:40:44 -02:30
Kenneth Skovhede
731ecfc47d
Rewrote the report modules to use a shared base class with all the non-sending specific code.
...
Change the logic for how the log data is included. It is now added as log lines _after_ the normal messages.
Added support for limiting the number of log lines sent.
Added support for setting the log levels on the modules.
Added support for setting a log filter on the modules.
Added support for sending log data as JSON from the http module.
2018-04-10 12:58:06 +02:00
Tyler Gill
768cd93923
Normalize some whitespace
2017-09-13 22:30:12 -07:00
Kenneth Skovhede
19a040970f
Implemented call-context aware settings for HTTP options, temp folder settings, buffers sizes and oauth settings.
...
This makes it more smooth to run multiple operations in parellel, but it should be possible to launch an operation in a separate app-domain
2017-09-04 11:05:16 +02:00
Max
b820d970ac
updated description
2017-03-16 22:57:41 +01:00
matt
150f15269e
Added HTTP reporting module
2017-01-30 18:01:12 -05:00
agrajaghh
746b02ce7c
fix typos
2017-01-26 19:47:42 +01:00
Kenneth Skovhede
9e6eefad9f
Merge branch 'feature/add_single_result_code'
...
# Conflicts:
# Duplicati/Library/Modules/Builtin/Strings.cs
2017-01-23 23:32:30 +01:00
Kenneth Skovhede
1424be05f9
Fixed a bunch of typos.
...
This fixes #2278 .
2017-01-23 22:12:24 +01:00
Kenneth Skovhede
bc725e0edf
Updated SendMail and SendJabberMessage to use the new result codes.
...
This fixes #2257
2017-01-23 20:49:33 +01:00
Kenneth Skovhede
6bb1579aa9
Updated MailKit, fixed a bug with DnsLite, added backward compatible tls support from MailKit.
...
This fixes #1540 .
This fixes #1948 .
This fixes #2060
This fixes #2225
2017-01-09 23:21:00 +01:00
sfahrenholz and GitHub
3e9b4a9ca7
Update Strings.cs
...
correction spelling mistake
2016-12-23 11:48:29 +01:00
agrajaghh
40d2404b16
fix typos
2016-12-20 21:07:48 +01:00
agrajaghh
7b12948a6e
fix typo
2016-12-11 20:27:53 +01:00
Kenneth Skovhede
0e954b202f
Changed mozroots references to point to cert-sync instead, as mentioned in issue #2097
2016-11-12 14:04:28 +01:00
Max
a0ee607bf1
REST API for MSSQL backup and changes in Hyper-V
2016-11-02 00:02:34 +01:00
Kenneth Skovhede
3880df7e6d
Merge branch 'hyperv_ui' of https://github.com/mnaiman/duplicati into mnaiman-hyperv_ui
...
# Conflicts:
# Duplicati/Library/Main/Operation/BackupHandler.cs
2016-10-18 13:31:22 +02:00
Max
8c72cefd5b
changes in hyper-v backed
2016-10-15 23:55:50 +02:00
René Stach and GitHub
07b45bd3e8
Fix typo
...
Pls export po files. Do we have a working workflow to fix strings in source language? I am used to working with language files that are directly used by the binaries so that you can modify source and target strings as you like.
2016-10-09 21:47:39 +02:00
Kenneth Skovhede
0c68daff6c
Fixed all whitespace to be 4 spaces instead of tabs
2016-09-15 11:39:27 +02:00
Max
3ace0ee9b7
fix done
2016-06-25 22:34:53 +02:00
Kenneth Skovhede
88c280ecdc
Allowed custom SSL setup with the --allowed-ssl-versions advanced option.
...
This should fix #1529 .
This should fix #1350
This should fix #1320
2016-04-27 14:47:19 +02:00
Kenneth Skovhede
a51399145b
Updated the SSL error message as described in issue #1493
...
Added additional help message when running in Mono without SSL certificates.
2015-11-17 22:24:11 +01:00
Kenneth Skovhede
67f09fb105
Added options to use an external OAuth server.
...
This fixes #1403 .
2015-07-10 01:16:41 +02:00
Kenneth Skovhede
89e70c1f7b
Added the parsed result status as a field that can be sent in the xmpp or email templates.
...
This fixes #1371 .
2015-05-04 10:53:19 +02:00
Kenneth Skovhede
9f0e89ac4a
Moved LC.L usage into the strings class
2015-01-20 21:25:51 +01:00
Kenneth Skovhede
16c791f0b5
Removed all resx files, now using Duplicati.Library.Localization exclusively
2015-01-20 21:07:24 +01:00