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
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
2017-06-21Merge branch 'tray_readpassword' of https://github.com/mnaiman/duplicati into...Kenneth Skovhede
2017-06-20Implemented the live throttle control.Kenneth Skovhede
2017-06-17upstreamMax
2017-05-31Fixed a few issues with storing and reading UI settingsKenneth Skovhede
2017-05-21Move GetDatabaseConnection to ServerMax
2017-05-03added ability to survive password change or on/offMax
2017-05-02added posibility to read server password from databaseMax
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
2017-02-12added support for ssl under linuxMax
2017-01-24Fixed a bunch of typos.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-07-15Fix for issue: #1828 - Add autoincrement atribute to backup id4m1g0
2016-06-26adds ability to save ssl certificate to databaseMax
2016-04-06Fixed multiple cases where connections and command instances were not disposed.Kenneth Skovhede
2016-03-12Implemented settings for controlling what data is sent with the usage reporterKenneth Skovhede
2016-03-12Implemented two new build channels: beta and canary.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-12-07Fixed an issue with updating advanced settingsKenneth Skovhede
2015-08-26Fixed issues with the REST interfaceKenneth Skovhede
2015-08-05Fixed some issues with applying server settings through PATCHKenneth 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-25Fixed a crash that was introduced with 0198fb8.Kenneth Skovhede
2014-08-25Removed a compile warningKenneth Skovhede
2014-08-21Fixed issue #1097.Kenneth Skovhede
2014-08-15Implemented an options dialog for setting system wide optionsKenneth Skovhede
2014-08-15Added saving the webserver-listen-interface option.Kenneth Skovhede
2014-08-06Implemented method for downloading the bug-report after it has been created.Kenneth Skovhede