Commit Graph
8782 Commits
Author SHA1 Message Date
Kenneth SkovhedeandGitHub 81cbb05a8e Merge pull request #4726 from MuhammadAbrar1984/master
Added support for new backend IDrivee2(https://www.idrivee2.com)
2022-06-14 23:05:35 +02:00
Kenneth Skovhede b4eeb4542b Added checks to re-enable --use-move-for-put.
This fixes #4745
2022-06-14 22:44:15 +02:00
Kenneth SkovhedeandGitHub 1935e3f642 Merge pull request #4601 from warwickmm/fix_patch_with_local_blocks
Fix implementation of Options.PatchWithLocalBlocks
2022-06-14 22:12:54 +02:00
Kenneth SkovhedeandGitHub 287c813c13 Merge pull request #4744 from linitio/add-infomaniak-storage-clusters
Add infomaniak storage clusters
2022-06-14 22:12:04 +02:00
Kenneth Skovhede 1128de1cc6 Merge branch 'master' of github.com:duplicati/duplicati 2022-06-14 21:18:10 +02:00
Kenneth Skovhede 8abd6a108f Removed unused key generator 2022-06-14 21:18:00 +02:00
Kenneth SkovhedeandGitHub c14df9a05b Merge pull request #4740 from martengooz/feature/additional-compression-exclusions
Add additional compression exclusions
2022-06-14 20:40:51 +02:00
linitio 1ee2214b8d FIx missing ',' on S3Backend.cs 2022-06-14 16:34:36 +02:00
linitio 7560a65f04 Add all Infomaniak clusters Swiss Backup & Public Cloud 2022-06-14 16:20:29 +02:00
linitio 8ade3abe8c Add all Infomaniak clusters Swiss Backup & Public Cloud 2022-06-14 16:17:16 +02:00
Muhammad Abrar 86e9aed31b Some more changes 2022-06-13 12:49:47 +05:00
Muhammad Abrar 70a60978cb Syncing with upstream 2022-06-13 12:40:29 +05:00
Muhammad Abrar 713fce2acb Adding idrivee2 reference in BackendTester, BackendTool and Duplicati.GUI.TrayIcon csproj as well 2022-06-13 10:59:08 +05:00
Muhammad Abrar 3745dcaa79 Merge branch 'master' of https://github.com/MuhammadAbrar1984/duplicati 2022-06-13 10:39:55 +05:00
Muhammad Abrar f73bc2213c Added support for new backend IDrivee2(https://www.idrivee2.com) 2022-06-13 10:38:42 +05:00
Muhammad Abrar d664f42a15 reverting some unnecessary changes. 2022-06-13 10:37:31 +05:00
Kenneth Skovhede fd0a62eb4f Version bump to v2.0.6.103-2.0.6.103_canary_2022-06-12
You can download this build from:

Binaries: https://updates.duplicati.com/canary/duplicati-2.0.6.103_canary_2022-06-12.zip

Signature file: https://updates.duplicati.com/canary/duplicati-2.0.6.103_canary_2022-06-12.zip.sig

ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.6.103_canary_2022-06-12.zip.sig.asc

MD5: 1a0df7a4b727952250107b2ad7168319

SHA1: 2ce592da8bff14ef269fc1fb39a4d5a30b7e57e6

SHA256: af1d3933910cd7278aa74f3b47cdf1e85eae8081386551d416fcbd89832976dc
v2.0.6.103-2.0.6.103_canary_2022-06-12
2022-06-12 22:54:25 +02:00
Kenneth Skovhede 4ab4bc0c44 Merge branch 'master' of github.com:duplicati/duplicati 2022-06-12 22:47:33 +02:00
Kenneth SkovhedeandGitHub 3521dc68c1 Create SECURITY.md 2022-06-12 22:33:58 +02:00
Kenneth Skovhede a88be25a12 Merge branch 'master' of github.com:duplicati/duplicati 2022-06-12 22:27:13 +02:00
Kenneth SkovhedeandGitHub 179efa0472 Merge pull request #4699 from albertony/jottacloud_oauth
Jottacloud backend oauth authentication
2022-06-12 22:14:23 +02:00
Kenneth SkovhedeandGitHub 5e3a651d16 Merge branch 'master' into jottacloud_oauth 2022-06-12 22:14:15 +02:00
Kenneth SkovhedeandGitHub 6ca25d3e73 Merge pull request #4694 from mnaiman/patch-1
TLS 1.1 deprecation and TLS 1.3 support webserver and TrayIcon
2022-06-12 20:59:03 +02:00
Kenneth SkovhedeandGitHub 2fabbe6046 Merge pull request #4692 from dkrahmer/DK__AddIDriveBackend
Add IDrive Backend
2022-06-12 20:58:09 +02:00
Kenneth SkovhedeandGitHub 9100497a80 Merge pull request #4691 from dkrahmer/DK__FixFileBackendPartialFiles
FileBackend file size verification
2022-06-12 20:50:52 +02:00
Kenneth SkovhedeandGitHub b62ff1876a Merge pull request #4676 from awerghcpc/hyperv-argumentnullexception-fix
Added null check to fix exception reading vhd settings xml.
2022-06-12 20:27:59 +02:00
Kenneth Skovhede 63e7c4e693 Minor naming fix 2022-06-12 20:25:22 +02:00
Kenneth SkovhedeandGitHub 8f2c1153f9 Merge pull request #4672 from PAPAMICA/master
Add Infomaniak Swiss Backup to backend
2022-06-12 20:24:16 +02:00
martengooz 7f9daa6041 Add additional compression exclusions 2022-06-12 17:16:35 +02:00
Kenneth SkovhedeandGitHub 2977828521 Merge pull request #4730 from mr-flibble/patch-2
Added statistics to DuplicatiVerify.py
2022-06-12 09:11:58 +02:00
Muhammad Abrar 766bd1b1c7 Adding some logs to print warning in backend test results. 2022-06-09 17:00:16 +05:00
mr-flibbleandGitHub b0764c8826 Added statistics to DuplicatiVerify.py
New statistics feature
2022-06-01 15:48:08 +02:00
Muhammad Abrar 068eba8538 Added support for new backend IDrivee2(https://www.idrivee2.com) 2022-05-27 15:50:55 +05:00
warwickmmandGitHub 93a4e2cb6e Merge pull request #4713 from flawiddsouza/show-progress-when-restoring-files
Show progress when restoring files.
2022-05-15 13:56:28 -07:00
Thomas Suckow 961b443f1f 20G Swap for freebsd
YOLO
2022-05-13 08:15:43 -07:00
Thomas Suckow cfa41434ad Add process memory usage and print more often 2022-05-13 07:54:24 -07:00
Thomas Suckow 817b1d5bc2 Try to debug time discrepency 2022-05-06 21:52:19 -07:00
Thomas Suckow 3172ec3a4b More logging in tests 2022-05-06 21:46:17 -07:00
Thomas Suckow 5956b771f0 Cleanup inconsistent overrides of test SetUp and TearDown.
Also add some memory usage diagnostics
2022-05-05 22:30:15 -07:00
Thomas SuckowandGitHub c38e654db9 Upgrade fedora to latest
.net6 is only on 34+ so jump to the latest fedora
2022-05-05 20:16:54 -07:00
Thomas SuckowandGitHub dc5750e6ab Pin ubuntu to previous LTS
Ubuntu 22 is not yet supported by .net6 due to openSSL changes.
2022-05-05 20:05:40 -07:00
Thomas Suckow e66fc1ddc8 Test name logging. 2022-05-01 22:55:03 -07:00
Thomas Suckow 9dfec79a64 Missed a spot 2022-05-01 22:17:50 -07:00
Thomas Suckow 6d617f32fc .net6.0.3 for freebsd 2022-05-01 22:15:44 -07:00
Thomas Suckow b3826237d5 Update unittest libs 2022-05-01 22:14:39 -07:00
albertony 36a27ab5b4 Jottacloud backend oauth authentication 2022-04-24 14:59:02 +02:00
Flawid DSouza dc5064184b show progress when restoring files 2022-04-22 13:50:07 +05:30
warwickmmandGitHub de13cbcbd0 Merge pull request #4703 from albertony/ignore_invalid_accesstime
Ignore exception when file access time is not valid
2022-04-16 19:44:24 -07:00
warwickmmandGitHub 737cbcde2a Merge pull request #4707 from mr-flibble/patch-1
Fix handling of deleted state in DuplicatiVerify.py
2022-04-16 19:36:19 -07:00
warwickmmandGitHub 1d9a63eaf0 Merge pull request #4705 from AxeOfMen/Issue4608.EmptyPopup
Fix empty popup dialog in Firefox
2022-04-16 19:35:19 -07:00