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 (Collapse)Author
2022-06-13Added support for new backend IDrivee2(https://www.idrivee2.com)Muhammad Abrar
2022-04-17Merge pull request #4703 from albertony/ignore_invalid_accesstimewarwickmm
Ignore exception when file access time is not valid
2022-04-17Merge pull request #4704 from AxeOfMen/BypassUpdateOnDebugwarwickmm
Bypass auto-update when running in a debug environment
2022-04-07Bypass auto-update when running in a debug environmentAxeOfMen
2022-04-02Ignore exception when file access time is not validalbertony
When getting the value from FileSystemInfo.LastAccessTime, it will internally convert the FILETIME value from Windows API to a DateTime. If the value represents a date after 12/31/9999 it will throw ArgumentOutOfRangeException, because this is not supported by DateTime. Some file systems seem to set strange access timestamps on files, which may lead to this exception being thrown. Since the last accessed timestamp is not important such exceptions are now just silently ignored.
2022-04-01Delay creation of database directory until we know it is needed.albertony
This avoids creating directory %LocalAppData%\Duplicati when it would just be left empty, and it makes running portable mode (e.g. debug builds) stealthier.
2022-02-27Add semicolonstariandeath
2022-02-27Add newlineJED
2022-02-27Fix typotariandeath
2022-02-27Add Upgraded Version to binarytariandeath
2022-02-27Add indexes to improve backup query performance.tariandeath
2022-02-25Merge pull request #4684 from duplicati/feature/update-dropbox-oauthwarwickmm
Added detection of access token types to Dropbox backend.
2022-02-24Merge pull request #4660 from warwickmm/download_error_log_filenameKenneth Skovhede
Always log filename if error occurs during retrieval
2022-02-23Added detection of access token types.feature/update-dropbox-oauthKenneth Skovhede
This fixes #4667
2022-01-21Implement exponential backoff for backend errorsRiccardo Paolo Bestetti
2022-01-08Always log filename if error occurs during retrieval.Kenneth Hsu
This fixes #4658.
2021-11-12Renames relating to the extended device path prefix, \\?\Dean Ferreyra
2021-11-10Refactor \\?\ prefix tests, rename source files, plus other review issuesDean Ferreyra
2021-11-08Formalize inclusion of code from https://github.com/dotnetDean Ferreyra
Fix SystemIOWindows.PathGetFullPath per review comments. Add unit tests for SystemIOWindows.PathGetFullPath and SystemIOWindows.PrefixWithUNC. Also, fix a bug in the SystemIOWindows.PrefixWithUNC change that was exposed by these new unit tests. In BackendToolTests, remove unused [Setup] and [TearDown] methods.
2021-11-07Fix SystemIOWindows handling of relative pathsDean Ferreyra
The handling of relative paths in SystemIOWindows was broken by changes for #4256. Change SystemIOWindows.PrefixWithUNC to only prefix paths with `\\?\` when they can be prefixed; i.e., only prefix paths that are fully qualified and that don't contain relative path components like `.` or `..`. This way, relative paths passed to SystemIOWindows methods work correctly again. Also support network paths specified using forward slashes; e.g., `//example.com/share/foo.txt`. Simplify SystemIOWindows.GetFullPath since Path.GetFullPath will honor `\\?\` prefixes and can replace forward slashes with backslashes, etc. Copy and adapt source for Path.IsPathFullyQualified from https://github.com/dotnet/runtime, which is MIT licensed. Add unit test for Duplicati.CommandLine.BackendTool to validate the fix. This fixes #4632.
2021-09-19Update S3Backend.csPoli
2021-09-10Tencent COS: use english documentSoha Jin
2021-09-09Tencent COS: support setting storage classSoha Jin
2021-09-01Timeparser.cs: summay: Update URL to duplicity man pageBeppo
Domain, path and section is changed.
2021-08-11Merge pull request #4588 from warwickmm/fix_ftp_path_handlingKenneth Skovhede
Fix Alternative FTP handling of paths with escaped characters
2021-08-11Merge pull request #4557 from warwickmm/fix_putasync_implementationsKenneth Skovhede
Fix bug in PutAsync implementations
2021-08-11Merge pull request #4520 from warwickmm/remote_list_verification_exceptionKenneth Skovhede
Create custom Exception for remote list verification failures
2021-08-11Merge pull request #4512 from warwickmm/make_filters_match_newlineKenneth Skovhede
Make dot in filter regex match newline characters
2021-08-10Fix handling of FTP paths that contain escaped characters.Kenneth Hsu
This fixes #4587.
2021-07-27Fix server certificate on LinuxMax
2021-07-20Merge pull request #4492 from TopperDEL/storj-dcs-updatewarwickmm
Add Storj DCS backend and deprecated Tardigrade DCS backend. Storj renamed their "Tardigrade Decentralized Cloud Storage" product to "Storj DCS". This adds a new Storj DCS backend and deprecates the old Tardigrade one. A warning is issued to inform Tardigrade users to modify their configurations to use the new backend. This also adds a passphrase verification field to ensure that the user has provided the correct encryption passphrase.
2021-07-20fix: Remove unnecessary backend-parameter "secret-verify"TopperDEL
2021-07-19fix: New GUID in AssemblyInfo, tooTopperDEL
2021-07-19fix: Add "Deprecated" to Tardigrade-StringsTopperDEL
2021-07-19fix: Use fresh GUID for Tardigrade-Backend-ProjectTopperDEL
2021-07-16fix: More info in deprecation-warningTopperDEL
2021-07-16fix: Guid in AssemblyInfoTopperDEL
2021-07-15fix: build errorsTopperDEL
2021-07-15feat: Update MacOS-binariesTopperDEL
2021-07-15feat: Update uplink.NET to latest version + binariesTopperDEL
2021-07-15feat: Inform user about deprecated Tardigrade-Backend with a warningTopperDEL
2021-07-15fix: Correctly loading of the backends in the UITopperDEL
2021-07-15cleanup: Remove unnecessary old binariesTopperDEL
2021-07-15feat: Create a copy of old Tardigrade-Backend with reuse of new Storj-BackendTopperDEL
2021-07-05Mega Strings const reviewValentin
2021-06-26Add support for mega.nz two fa authenticationValentin
2021-06-13Fix bug in PutAsync implementations.Kenneth Hsu
Without await, the using statement can dispose the Stream before the call to PutAsync completes, resulting in an ObjectDisposedException. This fixes #4556.
2021-06-02Do not use StreamWriterSerge
2021-05-31Check contents of written test fileSerge
Before performing test write, reset stream Position to 0, otherwise test performs zero-byte write. When performing test read, verify that file was written correctly.
2021-05-30Merge pull request #4509 from sergethedev17/feature/azure-storage-sastokenwarwickmm
Add ability to provide SAS token for Azure backend