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
2022-06-23Disable automatic use of v2 authid for Jottacloudalbertony
2020-03-23Add --use-http-client=false parameter to backends based on Microsoft Graph AP...Tyler Gill
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2018-10-16Remove unused members.Kenneth Hsu
2018-05-26Added multiple context setting keys to callcontextsettings, exploitingverhoek
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2017-09-04Implemented call-context aware settings for HTTP options, temp folder setting...Kenneth Skovhede
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-09-08Extended OAuthHelper to work better with the Dropbox OAuth implementationKenneth Skovhede
2016-04-13Re-fix whitespaceKenneth Skovhede
2016-04-10Added reading of oauth-v2 tokens if providedKenneth Skovhede
2015-12-15Implemented fast fail, if the server reports a client error (e.g. dont wait 1...Kenneth Skovhede
2015-12-05Moved the JSON helper methods out of the OAuthHelper and into the JSONHelper ...Kenneth Skovhede
2015-08-25Removed some unused variables and improved the use of a non-standard --oauth-urlKenneth Skovhede
2015-08-05Fixed an invalid line-ending characterKenneth Skovhede
2015-07-10Improved the OAuth helper error handling in cases where the server return 503Kenneth Skovhede
2015-07-10Added retries with exponential backoff for reading the OAuth token.Kenneth Skovhede
2015-07-10Added options to use an external OAuth server.Kenneth Skovhede
2015-07-01The OAuthHelper was a mix of JSON web requests and OAuth calls, so now it has...Kenneth Skovhede
2015-06-29Implemented chunked-resumeable uploads for Google Drive for issue #1347.Kenneth Skovhede
2015-06-27Removed the Google API, now running directly on the REST API.Kenneth Skovhede
2015-06-22Implemented the Google Drive backend, and trashed the Google Docs backend for...Kenneth Skovhede