klauspost
ef06371c93
Create separate interface for object information.
...
Take out read-only information about a Fs in a separate struct to limit access.
See discussion at #282 .
2016-02-19 13:31:09 +00:00
Nick Craig-Wood
ccba859812
Test all available hashes for each remote
2016-01-23 09:10:36 +00:00
Nick Craig-Wood
a63dd6020c
onedrive: fix incorrectly decoded SHA-1
2016-01-17 10:46:36 +00:00
klauspost
78c3a5ccfa
Add support for multiple hash types.
...
Add support for multiple hash types with negotiation of common hash types for comparison.
Manually rebased version of #277 (see discussion there)
2016-01-11 13:39:33 +01:00
Nick Craig-Wood
5189231a34
Tweaks to rclone authorize
...
* Document the headless / remote setup procedure
* Move Config constants into fs
* Parse arguments in main for Authorize
2016-01-07 20:31:23 +00:00
klauspost
bcbd30bb8a
Add easier headless configuration.
...
This will allow setting up a remote with copy&paste of values to a headless machine. It will allow copy+pasting a token into the configuration.
This requires rclone to be on a machine with a proper browser. Custom client id and secrets are supported.
To test token generation, use `rclone auth "fs type"`.
2016-01-07 20:31:23 +00:00
Nick Craig-Wood
33b3eea6ec
Implement Backblaze B2 - fixes #224
2015-12-30 10:05:07 +00:00
Nick Craig-Wood
05dc7183cb
onedrive: Don't mask HTTP error codes with JSON decode error
2015-12-28 15:15:12 +00:00
Nick Craig-Wood
7a24532224
Factor REST library out of onedrive
2015-12-17 13:30:58 +00:00
Nick Craig-Wood
3c1069c815
onedrive: re-enable server side copy
2015-11-22 11:04:16 +00:00
Nick Craig-Wood
29ecc2d8bb
onedrive: disable server side copy as it seems to be broken
2015-11-14 12:11:38 +00:00
Nick Craig-Wood
2c66bdd6bb
Remove Go 1.5-ism to make compilable by go 1.3 & 1.4 - fixes #201
2015-11-08 10:42:50 +00:00
Nick Craig-Wood
8f2999b6af
onedrive: implement Copy
2015-11-07 10:27:47 +00:00
Nick Craig-Wood
2fcb8f5db7
Add support for Microsoft One Drive - fixes #10
...
* Still to do
* Copy
* Move
* MoveDir
2015-11-07 10:19:10 +00:00