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 (Collapse)Author
2016-06-27Updated packagesKenneth Skovhede
2016-06-27Merge branch 'master' into nuget_setupKenneth Skovhede
# Conflicts: # Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj # Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj # Duplicati/Library/Backend/S3/S3Wrapper.cs # thirdparty/CoCoL/CoCoL.dll # thirdparty/SSH.NET/Renci.SshNet.dll
2016-04-16Fixed the timeout issueKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage ↵Kenneth Skovhede
such that WebResponse objects are always correctly disposed.
2016-04-13Merge branch 'feature/suport_for_v2_authid'Kenneth Skovhede
2016-04-13Re-fix whitespaceKenneth Skovhede
2016-04-13Reverted changes to solution file so it again forces Windows linefeeds.Kenneth Skovhede
This also moved stuff around in some project files.
2016-04-10Added reading of oauth-v2 tokens if providedKenneth Skovhede
2016-01-29Removed unused references and updated most libraries to come from NuGet ↵Kenneth Skovhede
sources instead of being provided in the thirdparty library
2016-01-12Bugfix for showing the correct error message when the AuthID parameter is ↵Kenneth Skovhede
missing
2015-12-15Implemented fast fail, if the server reports a client error (e.g. dont wait ↵Kenneth Skovhede
10 seconds to report invalid credentials).
2015-12-07Implemented som nice helper functions for the multipart upload featureKenneth Skovhede
2015-12-07Added support for multi-part uploads in the helper classKenneth Skovhede
2015-12-05Virtualized some methods in the JSONHelper and added a method for capturing ↵Kenneth Skovhede
custom error messages
2015-12-05Moved the JSON helper methods out of the OAuthHelper and into the JSONHelper ↵Kenneth Skovhede
class. Added a new method to also POST JSON data.
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
This fixes #1413.
2015-07-10Added options to use an external OAuth server.Kenneth Skovhede
This fixes #1403.
2015-07-02Updated version stamps in new projectsKenneth Skovhede
2015-07-01The OAuthHelper was a mix of JSON web requests and OAuth calls, so now it ↵Kenneth Skovhede
has been split into two.
2015-06-29Implemented chunked-resumeable uploads for Google Drive for issue #1347.Kenneth Skovhede
Implemented a Google Cloud Storage backend, which closes #784. This also adds support for Nearline and DRA so it closes #1385.
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 ↵Kenneth Skovhede
for issue #1347