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-12Merge branch 'master' into jottacloud_oauthKenneth Skovhede
2022-06-12Merge pull request #4692 from dkrahmer/DK__AddIDriveBackendKenneth Skovhede
Add IDrive Backend
2022-04-24Jottacloud backend oauth authenticationalbertony
2022-04-22show progress when restoring filesFlawid DSouza
2022-04-09Issue #4608: Add additional condition to prevent empty dialog from ↵AxeOfMen
displaying in Firefox when duplicating a Duplicati tab
2022-03-18Add IDrive backend and API subsetDoug Krahmer
2022-01-29Resizable log viewidotj
2022-01-23Fix Filters texboxes widthidotj
2021-12-15Don't explicitly call reload() in BackupListGuillaume
serverstatechanged.lastDataUpdateId is already triggered, so reload() was called twice.
2021-09-27Tabs to spacessamuel-w
2021-09-27Preload both CSS filessamuel-w
2021-09-25Recompile CSSsamuel-w
2021-09-25Fix missedsamuel-w
2021-09-25Remove last references to theme-darksamuel-w
2021-09-25Fix light themesamuel-w
2021-09-25Adjust colour of textsamuel-w
2021-09-25Adjust theme inheritance and how css themes are changedsamuel-w
2021-09-14Seperate light and dark variables into correct less filessamuel-w
2021-09-13Make some more elements dark in dark modesamuel-w
2021-09-13Adjust blue contrast on darksamuel-w
2021-09-13Modify colours of header and linksamuel-w
Tried to modify so it looks good in dark mode and light mode by increasing contrast
2021-08-31Recompile CSSsamuel-w
2021-08-25Minify CSSsamuel-w
2021-08-25Modify contrast ratios for better accessibilitysamuel-w
Changed colour so that it has as close to 7 contrast ratio.
2021-08-11Merge pull request #4570 from warwickmm/ui_deprecated_optionsKenneth Skovhede
Indicate deprecated options in UI
2021-07-20fix: Remove unnecessary backend-parameter "secret-verify"TopperDEL
2021-07-16fix: IndentationTopperDEL
2021-07-15fix: Correctly loading of the backends in the UITopperDEL
2021-07-15feat: Create a copy of old Tardigrade-Backend with reuse of new Storj-BackendTopperDEL
2021-06-24Use consistent style for advanced option descriptions.Kenneth Hsu
Previously, the styles for the advanced options descriptions were different between Step 2 (Destination) and Step 5 (Options).
2021-06-24Show deprecation message before option description.Kenneth Hsu
2021-06-23Indicate deprecated options in UI.Kenneth Hsu
This fixes #4566.
2021-05-06fix: Validation for Bucket - must not be emptyTopperDEL
2021-05-06fix: IndentationTopperDEL
2021-05-03feat: Rename all parameters and UIsTopperDEL
Existing configurations will not be affected
2021-04-29feat: Bucket name verification (RegEx)TopperDEL
2021-04-29feat: Enhance input-validationTopperDEL
2021-04-29feat: Verify encryption passphraseTopperDEL
2021-04-29feat: Update satellites-listTopperDEL
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