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-01-26Mark fields as readonly but allow for deserializer to set them.Kenneth Hsu
2019-11-05Remove readonly keyword from fields that are set by deserializer.Kenneth Hsu
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
2019-09-20Added guards to prevent a null-error when attempting to connect to a password...Kenneth Skovhede
2019-05-07Revert "Remove unused StopTask method."Kenneth Hsu
2019-05-07Revert "Remove unused AbortTask method."Kenneth Hsu
2019-05-07Revert "Remove unused RunBackup method."Kenneth Hsu
2019-05-07Revert "Remove unused DismissNotification method."Kenneth Hsu
2019-04-28Remove unused DismissNotification method.Kenneth Hsu
2019-04-28Remove unused RunBackup method.Kenneth Hsu
2019-04-28Remove unused AbortTask method.Kenneth Hsu
2019-04-28Remove unused StopTask method.Kenneth Hsu
2019-04-28Remove unused BackkgroundRequest constructor.Kenneth Hsu
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
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-05-15Removed calls to `Console.WriteLine` as we may run somewhere without a console.Kenneth Skovhede
2018-03-18Make fields containing lock objects readonly.Kenneth Hsu
2018-02-25fixes password change in hosted trayMax
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-06-29Minor updates to the tray-readpassword patchKenneth Skovhede
2017-06-29refactorMax
2017-06-28tray http options fixMax
2017-06-22added console support on windowsMax
2017-06-17tray icon header fixesMax
2017-06-17upstreamMax
2017-06-17implemented custom header for trayiconMax
2017-05-31Rewrote the login calls to use `POST` instead of `GET`.Kenneth Skovhede
2017-05-03added ability to survive password change or on/offMax
2017-05-02added posibility to read server password from databaseMax
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2015-07-30Converted to REST based API, with a wrapper layer for control.cgi so the curr...Kenneth Skovhede
2015-02-27Added protection against XSRF attacksKenneth Skovhede
2014-08-14Fixed the problem with logging in after a password has been appliedKenneth Skovhede
2014-08-05Implemented desktop notificationsKenneth Skovhede
2014-08-04Changed name of event in trayiconKenneth Skovhede
2014-08-04Implemented a notification system.Kenneth Skovhede
2014-07-11Reworked the ReadWriteTimeout usage to avoid premature timeouts on MonoKenneth Skovhede
2014-06-28Fixed some compile warnings about unused code.Kenneth Skovhede
2014-06-27Major refactor of the webserverKenneth Skovhede
2013-12-07Changed the default documentKenneth Skovhede
2013-11-23Rewrote the storage of backup setupsKenneth Skovhede
2013-06-26Removed a bunch of warningsKenneth Skovhede
2013-02-13Initial version of the new block-based storage format.kenneth@hexad.dk