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
2021-03-08Extended backwards compatibility handling for S3 option parsingKenneth Skovhede
2021-03-08Replace usages of deprecated S3 options in UI.Kenneth Hsu
The old option names were deprecated in pull request #4443. However, we forgot to replace the usages in the UI code, which could result in the user encountering some unnecessary warnings. This fixes #4461.
2021-03-06Merge pull request #4420 from warwickmm/fix_resizable_scrollbar_overlapKenneth Skovhede
Always display scrollbars in file pickers
2021-03-06Merge pull request #4423 from scambra/patch-1Kenneth Skovhede
Update login.js
2021-03-06Merge pull request #4449 from warwickmm/remove_telegramKenneth Skovhede
Remove Telegram backend
2021-02-27Always display scrollbars in file pickers.Kenneth Hsu
This works around the problem where the down button from the vertical scrollbar overlaps with the resizable handle icon. Now, the resizable handle icon resides between the horizontal and vertical scrollbars. This fixes #2063.
2021-02-21Remove Telegram backend.Kenneth Hsu
The TLSharp library has some issues and the behavior of the Telegram backend is not reliable. Some alternative libraries for communicating with the Telegram API are TgSharp, TDLib and TdSharp. This fixes #4424. Revert "Merge pull request #4324 from martikyan/feature/telegram_backend" This reverts commit c7f9f8f5566b99d3189d9d32f24a888a8cdde231, reversing changes made to 85139f86f243db02671b2fd527545e43a285c8e9.
2021-02-20Update stylesheet to raise stop button above progress barJean-François Paris
Brings the Stop button above the progress bar to allow stopping tasks even when the progres bar is already covering the stop button
2021-02-19Revert "Merge pull request #4437 from jfparis/patch-1"Kenneth Hsu
This reverts commit ed9e584d5f34148e71527816264592cd3e328d00, reversing changes made to c47a356d6f2fafbcb990957bcd364df7fe16a80c. This resulted in an unexpected change to the layout in the edit backup views.
2021-02-19Revert "Merge pull request #4437 from jfparis/patch-1"Kenneth Hsu
This reverts commit ed9e584d5f34148e71527816264592cd3e328d00, reversing changes made to c47a356d6f2fafbcb990957bcd364df7fe16a80c. This resulted in an unexpected change to the layout in the edit backup views.
2021-02-16Update stylesheet to raise stop button above progress barJean-François Paris
Brings the Stop button above the progress bar to allow stopping tasks even when they are well advanced
2021-01-22Update login.jsSergio Cambra
Fix login with revese proxy with base uri I have duplicati on hostname/duplicati/, ./login.cgi requests to auth were working, sent to /duplicati/login.cgi which proxies to duplicati docker instance, however it was redirected to hostname/ instead of hostname/duplicati/. Changing / to ./ fixes it
2021-01-04add hint to backend password fieldsdrwtsn32x
2021-01-02add hint to additional password fieldsdrwtsn32x
2020-12-29add hint for password managerdrwtsn32x
2020-12-19Merge pull request #4392 from warwickmm/fix_edit_uri_backend_config_typoKenneth Skovhede
Fix bug in showing OpenStack configuration error dialog
2020-12-19Merge pull request #4384 from warwickmm/translation_source_extra_backslashesKenneth Skovhede
Remove newline characters from HTML strings to fix some translations
2020-12-19Merge pull request #4376 from warwickmm/fix_indentationKenneth Skovhede
Fix incorrect or misleading indentations
2020-12-19Merge pull request #4375 from warwickmm/remove_unreachable_codeKenneth Skovhede
Remove unreachable code
2020-12-19Merge pull request #4368 from warwickmm/improve_notification_messagesKenneth Skovhede
Improve some notification messages
2020-12-13Fix bug in showing OpenStack configuration error dialog.Kenneth Hsu
This fixes #4110.
2020-12-06Remove newline characters from HTML strings.Kenneth Hsu
These don't get interpreted as line breaks, and the resulting characters get converted to \\n in the localization_webroot.pot translation source file, which prevents translation of these strings. This concerns the following comment in issue #2209: https://github.com/duplicati/duplicati/issues/2209#issuecomment-590856779
2020-11-22Fix incorrect or misleading indentations.Kenneth Hsu
This also adds braces to clarify scope where beneficial.
2020-11-22Remove unreachable code.Kenneth Hsu
2020-11-20better description fo the Remote Volume Size descriptionArmin Preiml
2020-11-20remove executable flag from addoredit.htmlArmin Preiml
2020-11-16Improve notification title message to indicate warning or error.Kenneth Hsu
2020-11-16Improve some error and warning notification messages.Kenneth Hsu
While this is more verbose and contains some elements that aren't relevant to the user (e.g., class namespaces), it is arguably more useful than just seeing "Got 1 warning(s)".
2020-11-16Clean up indentation and formatting.Kenneth Hsu
2020-11-09Merge pull request #4324 from martikyan/feature/telegram_backendwarwickmm
Add support for Telegram channels as a backend destination.
2020-11-07Small intend fix v2Karen Martikyan
2020-11-07Small intend fixKaren Martikyan
2020-11-07Improvements made, bugfixes madeKaren Martikyan
2020-10-18Fix check for administrator group on Synology devices.Kenneth Hsu
The id command prints a newline character after printing the group ids. This needs to be removed before checking for the administrator group (101). This fixes #2610.
2020-09-30Implemented custom UIKaren Martikyan
2020-09-23Merge pull request #4304 from warwickmm/fix_hidden_ssh_fingerprint_errorKenneth Skovhede
Fix typo that resulted in hidden SSH fingerprint error
2020-09-23Merge pull request #4299 from warwickmm/fix_restore_loading_iconKenneth Skovhede
Fix appearance of loading icon in file restore tree
2020-09-23Merge pull request #4293 from warwickmm/fix_export_encodingKenneth Skovhede
Avoid decoding URL parameters when removing passwords
2020-09-20Added telegram to SystemInfo.jsKaren Martikyan
2020-09-20Reverting back some unintended changesKaren Martikyan
2020-09-20Improvements made, not working stateKaren Martikyan
2020-09-20Added Telegram Backend skeletonKaren Martikyan
2020-09-19Disable "legacy path handling" for executablesDean Ferreyra
This is a defensive measure in case legacy path handling has been enabled at the system level. Duplicati requires that legacy path handling be _disabled_ to function properly. Issue #4295 appears to be a result of legacy path handling being enabled globally.
2020-09-05Fix restore GUI for filters with wildcard charactersDean Ferreyra
In RestoreController.js, remove the branch on whether the path contains wildcard characters and instead use code that works for all cases.
2020-09-04Fix restore GUI for filters with wildcard charactersDean Ferreyra
Fix bug in line to detect literal wildcard characters.
2020-09-04Fix restore GUI for filters with wildcard charactersDean Ferreyra
Change RestoreController.js to handle the case where the selected restore paths contain literal wildcard characters. For files, prefix with `@`. For directories, convert to regular expression filters so that we can preserve the literal wildcard characters and also support the equivalent of a globbing `*` suffix.
2020-09-01Fix typo that resulted in hidden SSH fingerprint error.Kenneth Hsu
This fixes #4301.
2020-08-31Fix restore GUI handling of folders with * or ?Dean Ferreyra
Add new filter syntax, prefixing with an "at sign"; i.e., `@...`, that disables glob expansion, treating `*` and `?` wildcard characters as literal characters. In the GUI, change the restore file picker to prefix paths with `@` when expanding a node to avoid mistaking literal `*` or `?` characters for wildcards characters and triggering the following error: ``` Filter for list-folder-contents must be a path prefix with no wildcards Parameter name: filter ``` This fixes #4300.
2020-08-29Fix appearance of loading icon in file restore tree.Kenneth Hsu
This fixes #4294.
2020-08-24Extract removal of passwords to method.Kenneth Hsu
This makes it easier to create a simple test for the behavior.