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
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2015-06-22 15:41:54 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-06-22 15:41:54 +0300
commit3fc9102acc7acb445fc61def1aaf8a58406696b1 (patch)
tree88e289573d0079fd9ed05c9573681e56fd0b6b35 /thirdparty
parent74bbf0f1f8ebeaa3c2cdd292614e61c827f8267a (diff)
Implemented the Google Drive backend, and trashed the Google Docs backend for issue #1347
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/GoogleAPI/Google.Apis.Auth.PlatformServices.dllbin0 -> 25600 bytes
-rw-r--r--thirdparty/GoogleAPI/Google.Apis.Auth.dllbin0 -> 47104 bytes
-rw-r--r--thirdparty/GoogleAPI/Google.Apis.Core.dllbin0 -> 47104 bytes
-rw-r--r--thirdparty/GoogleAPI/Google.Apis.Drive.v2.dllbin0 -> 126976 bytes
-rw-r--r--thirdparty/GoogleAPI/Google.Apis.PlatformServices.dllbin0 -> 7168 bytes
-rw-r--r--thirdparty/GoogleAPI/Google.Apis.dllbin0 -> 61440 bytes
-rw-r--r--thirdparty/GoogleAPI/download.txt1
-rw-r--r--thirdparty/GoogleAPI/license.txt (renamed from thirdparty/gdata/license.txt)0
-rw-r--r--thirdparty/GoogleAPI/licensedata.json7
-rwxr-xr-xthirdparty/gdata/Google.GData.AccessControl.dllbin10240 -> 0 bytes
-rwxr-xr-xthirdparty/gdata/Google.GData.Client.dllbin208384 -> 0 bytes
-rwxr-xr-xthirdparty/gdata/Google.GData.Documents.dllbin41472 -> 0 bytes
-rwxr-xr-xthirdparty/gdata/Google.GData.Extensions.dllbin77312 -> 0 bytes
-rw-r--r--thirdparty/gdata/README_on_upgrade.txt9
-rw-r--r--thirdparty/gdata/download.txt1
-rw-r--r--thirdparty/gdata/licensedata.json7
16 files changed, 8 insertions, 17 deletions
diff --git a/thirdparty/GoogleAPI/Google.Apis.Auth.PlatformServices.dll b/thirdparty/GoogleAPI/Google.Apis.Auth.PlatformServices.dll
new file mode 100644
index 000000000..f49c7c642
--- /dev/null
+++ b/thirdparty/GoogleAPI/Google.Apis.Auth.PlatformServices.dll
Binary files differ
diff --git a/thirdparty/GoogleAPI/Google.Apis.Auth.dll b/thirdparty/GoogleAPI/Google.Apis.Auth.dll
new file mode 100644
index 000000000..498de5266
--- /dev/null
+++ b/thirdparty/GoogleAPI/Google.Apis.Auth.dll
Binary files differ
diff --git a/thirdparty/GoogleAPI/Google.Apis.Core.dll b/thirdparty/GoogleAPI/Google.Apis.Core.dll
new file mode 100644
index 000000000..e3f6cd1c0
--- /dev/null
+++ b/thirdparty/GoogleAPI/Google.Apis.Core.dll
Binary files differ
diff --git a/thirdparty/GoogleAPI/Google.Apis.Drive.v2.dll b/thirdparty/GoogleAPI/Google.Apis.Drive.v2.dll
new file mode 100644
index 000000000..205565f8b
--- /dev/null
+++ b/thirdparty/GoogleAPI/Google.Apis.Drive.v2.dll
Binary files differ
diff --git a/thirdparty/GoogleAPI/Google.Apis.PlatformServices.dll b/thirdparty/GoogleAPI/Google.Apis.PlatformServices.dll
new file mode 100644
index 000000000..d601c715d
--- /dev/null
+++ b/thirdparty/GoogleAPI/Google.Apis.PlatformServices.dll
Binary files differ
diff --git a/thirdparty/GoogleAPI/Google.Apis.dll b/thirdparty/GoogleAPI/Google.Apis.dll
new file mode 100644
index 000000000..678453b1e
--- /dev/null
+++ b/thirdparty/GoogleAPI/Google.Apis.dll
Binary files differ
diff --git a/thirdparty/GoogleAPI/download.txt b/thirdparty/GoogleAPI/download.txt
new file mode 100644
index 000000000..f86630ca8
--- /dev/null
+++ b/thirdparty/GoogleAPI/download.txt
@@ -0,0 +1 @@
+https://github.com/google/google-api-dotnet-client \ No newline at end of file
diff --git a/thirdparty/gdata/license.txt b/thirdparty/GoogleAPI/license.txt
index 9b5e4019d..9b5e4019d 100644
--- a/thirdparty/gdata/license.txt
+++ b/thirdparty/GoogleAPI/license.txt
diff --git a/thirdparty/GoogleAPI/licensedata.json b/thirdparty/GoogleAPI/licensedata.json
new file mode 100644
index 000000000..02d2197aa
--- /dev/null
+++ b/thirdparty/GoogleAPI/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "Google Drive v2 Client",
+ "description": "Google APIs Client Library for working with Drive v2",
+ "link": "https://code.google.com/p/google-api-dotnet-client/",
+ "license": "Apache 2.0",
+ "notes": ""
+} \ No newline at end of file
diff --git a/thirdparty/gdata/Google.GData.AccessControl.dll b/thirdparty/gdata/Google.GData.AccessControl.dll
deleted file mode 100755
index 073da69f4..000000000
--- a/thirdparty/gdata/Google.GData.AccessControl.dll
+++ /dev/null
Binary files differ
diff --git a/thirdparty/gdata/Google.GData.Client.dll b/thirdparty/gdata/Google.GData.Client.dll
deleted file mode 100755
index d167aa21c..000000000
--- a/thirdparty/gdata/Google.GData.Client.dll
+++ /dev/null
Binary files differ
diff --git a/thirdparty/gdata/Google.GData.Documents.dll b/thirdparty/gdata/Google.GData.Documents.dll
deleted file mode 100755
index 1283774b0..000000000
--- a/thirdparty/gdata/Google.GData.Documents.dll
+++ /dev/null
Binary files differ
diff --git a/thirdparty/gdata/Google.GData.Extensions.dll b/thirdparty/gdata/Google.GData.Extensions.dll
deleted file mode 100755
index 0042da2db..000000000
--- a/thirdparty/gdata/Google.GData.Extensions.dll
+++ /dev/null
Binary files differ
diff --git a/thirdparty/gdata/README_on_upgrade.txt b/thirdparty/gdata/README_on_upgrade.txt
deleted file mode 100644
index 5339c037a..000000000
--- a/thirdparty/gdata/README_on_upgrade.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-The gdata version found here is built from Google GData 2.2.0.0:
-https://google-gdata.googlecode.com/files/libgoogle-data-mono-2.2.0.0.tar.gz
-
-The download does not contain pre-built binaries, and it is missing the NewtonSoft.Json.dll.
-
-The build was performed with NewtonSoft.Json.dll 4.5.0.0.
-
-If you upgrade, be aware that Duplicati itself also uses NewtonSoft.Json.dll so you
-should upgrade both at the same time. \ No newline at end of file
diff --git a/thirdparty/gdata/download.txt b/thirdparty/gdata/download.txt
deleted file mode 100644
index e58eb7e89..000000000
--- a/thirdparty/gdata/download.txt
+++ /dev/null
@@ -1 +0,0 @@
-http://code.google.com/p/google-gdata/ \ No newline at end of file
diff --git a/thirdparty/gdata/licensedata.json b/thirdparty/gdata/licensedata.json
deleted file mode 100644
index b55f47aa2..000000000
--- a/thirdparty/gdata/licensedata.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "GData for .NET",
- "description": ".NET library for the Google Data API",
- "link": "http://code.google.com/p/google-gdata/",
- "license": "Apache 2.0",
- "notes": ""
-} \ No newline at end of file