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
2019-09-01Move NormalizeDateTimeToEpochSeconds method to Utility class.Kenneth Hsu
2019-09-01Move NormalizeDateTime method to Utility class.Kenneth Hsu
2019-02-25Minor refactoring.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-20Misc refactoring.verhoek
2018-11-19Removed unnecessary requirement of passphrase for asymmetric GPG encryption.verhoek
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-09-20Add Description field to backupssffetlio
2018-05-25Mark fields that shouldn't be reassigned as readonly.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-04Autovacuum option addedDan Stahr
2017-06-17upstreamMax
2017-05-31Fixed a few issues with storing and reading UI settingsKenneth Skovhede
2017-05-21Move GetDatabaseConnection to ServerMax
2017-03-20Fixed unreported issue: The block size validation was not triggered, and did ...Albertony
2017-03-20Fixed issue #2387: Volume size cannot be set to 1 MBAlbertony
2017-02-27Layout fixKenneth Skovhede
2017-02-27Added checks to ensure that hyphens are not used in --prefix as that would ma...Kenneth Skovhede
2016-10-14Added serverside validation of backups on save/updateKenneth Skovhede
2016-09-24Fixed problem with UI saving global options in ApplicationSettings/ServerSett...Kenneth Skovhede
2016-04-06Fixed multiple cases where connections and command instances were not disposed.Kenneth Skovhede
2015-12-09Fixed a case where a backup save failed if a schedule was createdKenneth Skovhede
2015-12-08Added web-interface support for changing the local database for a backupKenneth Skovhede
2015-08-26Fixed issues with the REST interfaceKenneth Skovhede
2015-02-16Added automatic log cleanupKenneth Skovhede
2015-02-16Cleanup broken database.Kenneth Skovhede
2015-02-16Fixed saving with ID=-1 which is what causes #1295 and #1287Kenneth Skovhede
2015-02-16Protecting against saving with ID=-1 as mentioned in #1295Kenneth Skovhede
2015-01-24Now using the file modification timestamp and the filesize as indicators that...Kenneth Skovhede
2015-01-20Updated copyright noticesKenneth Skovhede
2014-10-14Implemented storing backup task info in the backup dataKenneth Skovhede
2014-09-02Store sqlite databases in the Datafolder to support portable installsKenneth Skovhede
2014-08-06Implemented method for downloading the bug-report after it has been created.Kenneth Skovhede
2014-08-06Implemented a miniature ORM mapping system for the server database to avoid l...Kenneth Skovhede
2014-08-04Added the action field to notificationsKenneth Skovhede
2014-08-04Implemented a notification system.Kenneth Skovhede