Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/duplicati/duplicati

Store securely encrypted backups in the cloud!
https://github.com/duplicati/duplicati

Merge pull request #5110 from duplicati/feature/update-license

Update license to MIT

8761c579f3d090617007ab9716d8ee63db09568d authored 11 months ago
More fixes for stray `using` directives

d16d702975c89ab4e44208fa1c23ba61f11db297 authored 11 months ago
Fixed a using directive that was caught in the license region

1f3b00d7ff51b5d38536b8832dd2444d93ef6c21 authored 11 months ago
Updated all license mentions to MIT

40dd3c6816b54aed13073e2a4d9895150a21d6ec authored 11 months ago
Added tool to update the license

212d1f7bbeb711cd686192f4bed9bcb5c72f1cc9 authored 11 months ago
allow Github build from PR (#5103)

7f97af85d4d66d83eb6f7810070dd6c6e5a5bc8f authored 11 months ago
fix build of Duplicati CommandLine Only.sln (#5081)

e7c191389cdb3fdb9500d83ebd06e0ae99634fd1 authored about 1 year ago
Version bump to v2.0.7.100-2.0.7.100_canary_2023-12-27

You can download this build from:

Binaries: https://updates.duplicati.com/canary/duplicati-2.0....

11c6b4b5de6b70d22bedd1f9153b8160fa0cf122 authored about 1 year ago
Merge branch 'master' of github.com:duplicati/duplicati

9cce332a51e7942fe2366f5733846f15076ae37f authored about 1 year ago
Prepare for canary build

38e86964dc8e71ac40b63a98ee2b219ed9caffa1 authored about 1 year ago
fixes to build process (UpdateVersionStamp) (#5076)

c93a9ca4a4269ece6dce12bb09a96ad328b0225b authored about 1 year ago
a small fix and a few additional comments for PR 4962 (#5077)

8fe4c49ce696aebde7e71b4d2d4dfc4ac4c31cb8 authored about 1 year ago
don't report backup as failed if all tests problems are 'extra' (#5074)

these problems don't block database rebuilding so it's not
a good thing to fail the backup.
Al...

396f7dfebe2d844c546becb7417f9d88adb11090 authored about 1 year ago
do a vacuum of bug report database (#5069)

e2c77b5310293fba655ce3bd8191df8e9fc87599 authored about 1 year ago
Keep user-defined whitespace in description field. (#5067)

034595c28659663ad64bc5badae195776d29aed3 authored about 1 year ago
Remove reliance on statusText for error messages. (#5056)

HTTP/2 does not support statusText, and proxies might replace it. Use the response body instead....

6c8ecb7b8e2eeef1c56863dca8d616463cebc4ea authored about 1 year ago
report all filesets in error in VerifyConsistency (#5052)

only reporting the first one could incite to deleting
it while many filesets can be impacted by...

b08b59228c379cc3704817536516a52558fb0bc6 authored about 1 year ago
enhance Python restore tool (#5051)

add command line parameters
parameterize memory cache and use bigger cache by default
optional...

d20e692d20b1f9fffc45921a579c1f271939d02e authored about 1 year ago
set default log level to Dryrun if dryrun option is set (#5059)

79b87566dd19cea1b8153f3da7296ec8c685407f authored about 1 year ago
remove agsXmpp, replace it with Sharp.Xmpp (#5046)

also add a missing space in default body (fixes a small bug under Windows)

11d6364b4a6ddf6d0ea732526b3e335e648238c9 authored about 1 year ago
Fix restore search error in RestoreController (#4998)

* Fix restore search error in RestoreController.

TypeError: Cannot read Property 'Path' of un...

ccfa4e204e6974ef073ed3a12e97176c6c38807b authored about 1 year ago
allow full-remote-verification to target only list and index files (#5037)

The option is turned into an enum with values True, False, ListIndexes
True and False are for c...

0de4cb7968e7441707bc3ccfe49b5048e172dd88 authored about 1 year ago
change error reporting for full backup remote verification (#5004)

Before the change, it could happen that when the postbackup test
was finding problems in the ba...

af4fd5af059a22bfecaa3220a8a89e9ce7d694d7 authored about 1 year ago
Merge pull request #4962 from Jojo-1000/fix-filter-ui

Fix filter UI

3a9239ccffb72372dca34c2ddea5c862036fee68 authored about 1 year ago
Experiment/rebuildfaster (#5043)

* experimental faster db rebuild (#4955)

* try run update db query for every block file only ...

ec9d49d6849b3b37f965ac80be45e1460d21417c authored about 1 year ago
enable to perform tests without checking file list (#5054)

following the option --disable-filelist-consistency-checks

43dea88b4f648845aca1d3b559fec9c47b20013a authored about 1 year ago
restore warning/error result handling changed in PR4978 (#5040)

706c64a89954d70d6a0977228cbe150ba6f0d745 authored over 1 year ago
Update stale action to v8 (#5036)

f6440a8e706b3c30ac430205853b21d50796d6cd authored over 1 year ago
update appveyor image to vs 2019

e9611fca53e44aeadb004aab8bf8dcc556290ae4 authored over 1 year ago
Specify the name of the backup when reporting failures (#4839)

Fixes duplicati/duplicati#4828

10d24d8615a44543e4af05b9ca7678b1e097d9ce authored over 1 year ago
Add option to disable chunked encoding for AWS S3. (#4999)

Some S3 providers do not support MultiChunkedEncoding (#4994).

3a0667dc64493ae0735d507a982d9f6ea94b44ed authored over 1 year ago
Fix hidden username and password options when changing backends. (#4973)

Remove username and password from target options if the backend does not show the input fields.
...

a493b37a97587add8eac7ce17fd7cda78f2bea77 authored over 1 year ago
add console log to the Alternative FTP backend for debugging purposes (#5034)

4012e7f608d7d993a2fd9ae9f06b2d3197bf2013 authored over 1 year ago
FluentFTP version update - Fix handling of missing base folder (#4946)

* Improve errors specificity by:
a. Avoiding unnecesary wrapping in AggregateException - Using ...

f791066b7aa222250322aeed4c84ba9bcf45577d authored over 1 year ago
Update FluentFTP to latest version (46.0.2) (#4935)

* Upgrade FluentFTP to v42 in an attempt to resolve TLS session issues:
duplicati/duplicati#483...

dbd8cdb86afff7b2aeae0c7e31052ca2d55c2632 authored over 1 year ago
update restsharp to 106.10.1 (#5029)

to make Dependabot happy - have to update minio as well

b19f6f374306a14f7b6a93f0d3ec088db993dfe5 authored over 1 year ago
Fixissue5028 (#5031)

* update thirdparty info to remove obsolete codeplex references

* fix bug in negated in expre...

d1fa327ce66a856d60a75bb3df9ff40e11b55a9e authored over 1 year ago
update thirdparty info to remove obsolete codeplex references (#5030)

63c14533e076bc77e7ecc0786d7dacbcaf3abab8 authored over 1 year ago
Include exception type and message in job log. (#4976)

If an exception is provided for a log message, display the type and message (excluding stack tra...

91eace3ab2a735b29b5094608924380db38fbe58 authored over 1 year ago
Fix missing file error caused by interrupted compact.

Before the dindex files are deleted on the remote, update the state in the database to Deleting....

b894a197a9479a9ab1c031a2f9c0ea74304d112f authored over 1 year ago
add returncode 3 to help.txt (#5009)

b219bf12718b0cb9ec7339a7ebe5ced2c9d04a7c authored over 1 year ago
Improve result reporting for interrupted/failed backups (Fix #4829)

Direct import of PR#4978
Update web UI for new result reports.
For operations with fatal errors,...

71eb03130aeba946c1845c7270488d9486e11da0 authored over 1 year ago
update serbian translation thanks to Zoran Tasić (@sagitarion) (#5021)

44ce6d746f6784bac8a3d4e65b439d8b1ccd2db8 authored over 1 year ago
update microsoft.rest.clientruntime to 2.3.24 (#5020)

91f1fc6a602c83217924d9c825b7e12ffb398248 authored over 1 year ago
remove obsolete tool TlsTest (#5019)

3fd118ac44079a7c0953d32c33ebb9e35082ebd5 authored over 1 year ago
removes obsolete backend HubiC - fixes #4836 (#5018)

f985af4a5a9e810f5389307856dabb34f2188569 authored over 1 year ago
Add manual link to footer and remove dead facebook link (#4983)

* Add manual link to footer and remove dead facebook link.

* Fix vertical padding for manual ...

32d163ef93c14abe6a4b0eda1179448bcd642dd3 authored over 1 year ago
add stale issues management (#5013)

84d9918041d6d8481db1789fbfbe35daa2b06f33 authored over 1 year ago
update mail libraries (#5014)

known side effect: the mail server user password will no longer be displayed in the verbose log

729a84fdc1cdcd126f35a7bf1734b3e7f0e9ec46 authored over 1 year ago
Fix highlighting with wildcards in restore file picker.

Inputs were interpreted as regexp in the UI instead of globbing expressions which are used in th...

9e9850113e74a0e48276b0003620c68a19aba37b authored over 1 year ago
Improve filter UI type matching.

Instead of selecting the first matching in list, which does not recognize regexp without ? or *,...

e2569cca68e08c16c94804f3c1b962b3d5dd59b2 authored over 1 year ago
Fix filter options for web UI command line.

Only the last exclude or include option was sent to the backend.
Now all include and exclude opt...

b94734498e0a55dabe3a5312ac309b1b71810693 authored over 1 year ago
Fix bugs with simple edit filter UI.

No longer adds invisible dir separators to filter list.

f4c04da31a4fd3e0df5eaa355b3b74b156a85e5c authored over 1 year ago
update version number for artifacts (#4960)

d0f1498bd41b151d8512fd2acb57739f6a05587f authored over 1 year ago
update artifact versions (#4958)

d428ef6e5a1ce234a5ae50cbc4366b9cd6a81c21 authored over 1 year ago
update version number for artifact mac (and others) (#4956)

6f8037fa73b1e119719e1ae8759a19cd871c177e authored over 1 year ago
Fix UI display of filtered files with wildcards.

The previous JS code incorrectly converted glob expressions to regexp which prevented them from ...

7a3dece44a44481953ec26a091bce0f584d72e98 authored over 1 year ago
Version bump to v2.0.7.2-2.0.7.2_canary_2023-05-25

You can download this build from:

Binaries: https://updates.duplicati.com/canary/duplicati-2.0....

8fad3ed5d01a56f11fe66769e365aea9489e86ee authored over 1 year ago
Version bump to v2.0.7.1-2.0.7.1_beta_2023-05-25

You can download this build from:

Binaries: https://updates.duplicati.com/beta/duplicati-2.0.7....

13e07c6012e5f6c56e1ffa0a4e95ecf50f65b5b5 authored over 1 year ago
Version bump to v2.0.7.0-2.0.7.0_experimental_2023-05-25

You can download this build from:

Binaries: https://updates.duplicati.com/experimental/duplicat...

128773ae8053e74e7f4e391f3824fe3134af5926 authored over 1 year ago
Prepare for experimental build

436d32689d4105e51c6fdb6e33f946b8fcb5e13d authored over 1 year ago
Attempt at fixing upload of zip file later in the process.

This hopefully handles the case where Github is rejecting the binary immediately after creating t...

c9950a80c3cbe35f6a2d5f32d0677b025aa2cb57 authored over 1 year ago
Merge pull request #4943 from gpatel-fr/raiseagaintimemactests

raise again the time shift for mac tests (3s)

36c1261f4e8621ceaa7a3eadc15e39b6766b5707 authored over 1 year ago
raise again the time shift for mac tests (3s)

befaccdab6fedd734f477fcdd77d5aeb67c75538 authored over 1 year ago
Merge pull request #4933 from gpatel-fr/retrymactestdownload

try to work around problems in downloading test file by retrying

0664916e95e8cfc8d020a5d0bf8c6a0f4b2f272d authored over 1 year ago
try to work around problems in downloading test files by retrying

set maximum output for the Linux and Mac tests

7e7aadc10f10356097f7ef873c41989a374ade42 authored over 1 year ago
Merge pull request #4936 from taz-il/update-tests-workflow

Update tests workflow - fix warnings that will soon break the tests

619e95d4a67265f8a1726d5359de615682901eef authored over 1 year ago
Merge pull request #4937 from gpatel-fr/buildreleasewithversion

add version compatible with build-release script to github build

aed619c0d80c58fb7c49cc3f02cb92d453b2794d authored over 1 year ago
add version compatible with build-release script to github build

da7dca6653cd73d54c1e12e99d6caaff8bb06ef8 authored over 1 year ago
Update tests.yml

Bump actions/setup-python to v4

ef35b3d1868d50d7ffd6bfab6ba6bbad8b94dc69 authored over 1 year ago
Update tests.yml

Bump action versions:
microsoft/setup-msbuild to use latest v1
nuget/setup-nuget to use latest...

44c1eb85f31fa6223d3106a50f6d88ae00ac482c authored over 1 year ago
Merge pull request #4793 from puck/add-catalyst-cloud

Add Catalyst Cloud as an OpenStack target

22e8461d0bfe7bf5fc1a064eefda73ac10a38908 authored over 1 year ago
Add Catalyst Cloud as an OpenStack target

I successfully have backups running to Catalyst Cloud and I'm able to restore.

dc609e297dae48c1b33d5e25e13408c7f8802077 authored over 1 year ago
Merge pull request #4932 from gpatel-fr/buildrelease

add workflow for building experimental releases

96b2bd795e7f35ea70a32b12850039938cca7a21 authored over 1 year ago
add workflow for building experimental releases

8d995fb61d461dbc536a9253cc2aad44defc1097 authored over 1 year ago
Merge pull request #4931 from gpatel-fr/fixmactests2

Raise the file time shift to 2.5s for Mac unittests

427ecb62fdaa0c2a0b854bd2b4a4bd9135014056 authored over 1 year ago
Merge pull request #4930 from gpatel-fr/guitests

add chrome driver to guitest, updates it and tests.

f21c6bd9bdf06feb24432e0b739fe9616c4ee17c authored over 1 year ago
Raise the file time shift to 2.5s for Mac unittests

3c6e4fb50d90816bd4c806ccb8d0325e74332a5b authored over 1 year ago
add chrome driver to guitest, updates it and tests.

52c1222b244cd9347c8f41c42b95b4e35a6af3f0 authored over 1 year ago
Version bump to v2.0.6.106-2.0.6.106_canary_2023-05-03

You can download this build from:

Binaries: https://updates.duplicati.com/canary/duplicati-2.0....

60f0b8df92a9fd60c26219bc2eb85c02f62e1744 authored over 1 year ago
Merge pull request #4928 from gpatel-fr/updaterumpspy3

updates rumps to python3, add icon normal-warning, set rumps as default

02a2beeabc58c1d11b25a9911801ac048ca76604 authored over 1 year ago
Merge pull request #4921 from adithajay/patch-1

Update S3Backend.cs with Scaleway Endpoints

8f53308a83b0d5c463226746f8bb0a12b6a4412d authored over 1 year ago
updates rumps to python3, add icon normal-warning, set rumps as default

93ef1a1a8cc29ce00839b109c08c18a4bedd1b18 authored over 1 year ago
Update S3Backend.cs

Added endpoints for S3 compatible storage from Scaleway. I feel adding this provider is importan...

16c13f4fef4e2104367378502f59f7c9212c7b31 authored almost 2 years ago
Changed MacOS notarizing from using `altool` to the new and simpler `notarytool`

7f08f0be9eb2197e61160b24f38edad524c83b62 authored almost 2 years ago
Updated the installer build to use the new private IP assigned by VirtualBox

e82e3add628db6b7a40036ecbd07520241c5ce6e authored almost 2 years ago
Added a missing package for the Fedora build that used to be in the base image

9da2087640abca861c633883e8c553097931df1a authored almost 2 years ago
Changed minimum compile target for MacOS binaries to be MacOS 11 as the toolchain no longer supports 10.6

01d58b71f3b4082702ad72d336c3c3edf6d2b2f2 authored almost 2 years ago
Version bump to v2.0.6.105-2.0.6.105_canary_2023-04-09

You can download this build from:

Binaries: https://updates.duplicati.com/canary/duplicati-2.0....

e036acc9b3f2c82d39a4ef1a137f0ad9a7c8cb4b authored almost 2 years ago
Merge pull request #4917 from gpatel-fr/fixmactests

Raise the file time shift to 2s for Mac unittests

5d9959a89b8254651cac64896cd285de26e243cb authored almost 2 years ago
Merge pull request #4918 from gpatel-fr/dockercert

remove obsolete Letsencrypt cert messing up certificate chaine

a68be8d2b971414b9974ac18a9ff8e75ace5ce36 authored almost 2 years ago
remove obsolete Letsencrypt cert messing up certificate chaine

see: https://forum.duplicati.com/t/plans-to-update-docker-image/16019/12

8cd7c715c794cf1e2f62db595ce1ec93b87401e7 authored almost 2 years ago
Raise the file time shift to 2s for Mac unittests

because these tests are often failing.

467313e59c59fe6218db4dffd3370b21fd4eee99 authored almost 2 years ago
Merge pull request #4916 from gpatel-fr/fixreleasescript

update release build script to include Xamarin in Tray Icon

80164f5fe013235d64d9ee856235b0441cfae0d4 authored almost 2 years ago
update release build script to include Xamarin in Tray Icon

e8b2753444b38a46fd85ee81d8377cd1d5d607ab authored almost 2 years ago
Merge pull request #4913 from gpatel-fr/updatenewton1302

update Newtonsoft lib to 13.02

25381bd1abe975972b696c0e1f116a5a4dac5d0c authored almost 2 years ago
update Newtonsoft lib to 13.02

cf17f488d1931a15646c216048e329929d70a0cc authored almost 2 years ago
Merge pull request #4912 from gpatel-fr/trayiconwarning

attempt to fix warning about Xamarin lib in tray icon

be7d7be33994c0ea20263392b48c8bf72ebac4ec authored almost 2 years ago
attempt to fix warning about Xamarin lib in tray icon

b63e6caf1e52d220b8e891eead8fcb7936c79e25 authored almost 2 years ago
Merge pull request #4907 from gpatel-fr/sqlitecustom

Add custom sqlite pragmas

692fb32141642bb348ff4b2882732678ba7986a8 authored almost 2 years ago