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 (Expand)Author
2020-11-22Fix incorrect or misleading indentations.Kenneth Hsu
2020-08-24Avoid decoding URL parameters when removing passwords.Kenneth Hsu
2020-05-01Add additional references, small correctionsTopperDEL
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-09-01Move NormalizeDateTimeToEpochSeconds method to Utility class.Kenneth Hsu
2019-09-01Move NormalizeDateTime method to Utility class.Kenneth Hsu
2019-04-18Remove unused local variables.Kenneth Hsu
2019-02-25Minor refactoring.verhoek
2019-02-25Call GenerateWebserverPasswordTrayIcon from one place only.verhoek
2019-02-25renaming of instance members.verhoek
2019-02-25Minor changes in server settings class.verhoek
2019-01-22Remove redundant casts.Kenneth Hsu
2019-01-11Add command-line program to import backup configurations.Kenneth Hsu
2018-11-21Suppress passphrase input on restore when backup set was unencrypted.verhoek
2018-11-20Functionality for backend to retrieve passphrase adhoc on restore, whichverhoek
2018-11-20In between auto refactoring.verhoek
2018-11-20Misc refactoring.verhoek
2018-11-19Removed unnecessary requirement of passphrase for asymmetric GPG encryption.verhoek
2018-11-12Merge pull request #3467 from Pectojin/export_passwordsKenneth Skovhede
2018-11-10trailing comma for consistencyRune Henriksen
2018-11-08moved all sanitization logic into backup class and moved from regex to using ...Rune Henriksen
2018-11-07fixed sia and trailing ? regexRune Henriksen
2018-11-05added filter for sia passwordRune Henriksen
2018-11-05url sanitization to strip tokens and passwordsRune Henriksen
2018-11-03Migrated to use the platform class.verhoek
2018-10-23Changed the database scheme to be consistent with the upgrade, addition to #3391Kenneth Skovhede
2018-10-17Make description an optional field for backupsMikael Mello
2018-10-16Remove unused members.Kenneth Hsu
2018-10-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
2018-10-01Fix schema versionsffetlio
2018-09-20Add Description field to backupssffetlio
2018-08-07Added option to limit the number of allowed hostnames for the webserverKenneth Skovhede
2018-06-15Added option to disable automatic tray-icon login.Kenneth Skovhede
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-04-13Fix retrieval of HAS_FIXED_INVALID_BACKUPID setting.Kenneth Hsu
2018-04-09Fix retrieval of SERVER_PORT_CHANGED setting.Kenneth Hsu
2018-04-09Fix retrieval of UNACKED_ERROR and UNACKED_WARNING settings.Kenneth Hsu
2018-04-09Simplify retrieval of HAS_ASKED_FOR_PASSWORD_PROTECTION setting.Kenneth Hsu
2018-04-09Simplify retrieval of IS_FIRST_RUN setting.Kenneth Hsu
2018-03-16Merge branch 'feature/improved-logging'Kenneth Skovhede
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-03-08Use nameof operator when constructing ArgumentNullException.Kenneth Hsu
2018-02-01Altered the DeleteFromDb() method so that it can be used to delete rows defin...Pectojin
2018-02-01Added calls to clean up dependency tables when a backup is deletedPectojin
2017-11-27Merge pull request #2910 from warwickmm/refactor/remove_redundant_tostringKenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-08-24Added nag dialog for first launch asking to set a password on multi-user mach...Kenneth Skovhede
2017-08-04Autovacuum option addedDan Stahr