d7df065320
drive: reduce bandwidth by adding fields for partial responses
...
Fixes #1346
2017-04-23 17:01:15 +01:00
84d4d7f9d9
oauthutil: Print redirection URI if using own credentials.
2017-04-22 10:37:46 +01:00
733d6fe56c
Add Michael Ledin to contributors
2017-04-22 10:24:33 +01:00
8350544092
onedrive: swap to using http://localhost:53682/ as redirect URL.
...
The previous redirect URL http://localhost.rclone.org:53682/ can't be
used any more in new OneDrive authentication which is a problem for
users trying to make their own credentials.
2017-04-22 10:08:18 +01:00
6a63bc2788
Add Hraban Luyat to contributors
2017-04-22 09:39:46 +01:00
66e8c1600e
Print password prompts to stderr
...
This makes rclone with encrypted config better suited for use in
pipelines. E.g.:
$ rclone lsl mydrive:Some/Dir | sort -k 4
If the password prompt ("Enter configuration password") is printed to
stdout, it will be swallowed by sort. By printing it to stderr, you
still see the prompt, without sacrificing compatibility with the unix
pipeline.
2017-04-22 09:38:39 +01:00
82b8d68ffb
crypt: report the name:root as specified by the user
...
Rather then the underlying Fs root (which may be encrypted when
filename_encryption is set).
Fixes #1305
2017-04-22 09:28:05 +01:00
b86bbcd67e
Add Jon Craton to contributors
2017-04-22 09:22:51 +01:00
38b6d607aa
fixed typo
2017-04-22 09:21:44 +01:00
e1647a5a08
crypt: Fix obfuscate filename encryption method
...
Fix issue #1315 where filenames calculated with a base distance of zero
(ie the characters add up to 0(mod 256) aren't de-obfuscated on reading.
This was due to overloading of "0" to also mean "invalid UTF8; no rotation",
so we remove that double meaning
2017-04-22 09:16:00 +01:00
bc25190fc7
Fix misleading log message with --dry-run - fixes #1309
2017-04-10 16:07:22 +01:00
e3a41321cc
onedrive: changed QueryEscape to PathEscape - fixes #1296
2017-04-10 15:46:15 +01:00
2fd86c93fc
allow modTime to be changed even before all writers are closed ( fixes #1197 -- again)
2017-03-31 01:28:08 +02:00
2b8c461e04
Add Ihor Dvoretskyi to contributors
2017-03-29 18:12:13 +01:00
a54692d165
OneDrive vs One Drive
...
It's better to call this service as it's officially named.
2017-03-29 18:11:33 +01:00
4b4c59a4bb
crypt: add integration tests for obfuscate name encryption
2017-03-29 17:57:10 +01:00
81d688107e
Add Stephen Harris to contributors
2017-03-29 17:57:03 +01:00
6e003934fc
crypt: add an "obfuscate" option for filename encryption.
...
This is a simple "rotate" of the filename, with each file having a rot
distance based on the filename. We store the distance at the beginning
of the filename. So a file called "go" would become "37.KS".
This is not a strong encryption of filenames, but it should stop automated
scanning tools from picking up on filename patterns. As such it's an
intermediate between "off" and "standard". The advantage is that it
allows for longer path segment names.
We use the nameKey as an additional input to calculate the obfuscation
distance. This should mean that two different passwords will result
in two different keys
The obfuscation rotation works by splitting the ranges up and handle cases
0-9
A-Za-z
0xA0-0xFF
and anything greater in blocks of 256
2017-03-29 17:56:55 +01:00
37e1b20ec1
Updated .pkgr.yml file to use rclone as its own cli.
2017-03-29 17:48:53 +01:00
d1787b50fd
Yoni Jah to contributors
2017-03-29 17:38:14 +01:00
9dfc346998
onedrive: Retry on token expired error, reset upload body on retry
2017-03-29 17:38:07 +01:00
9ab4c19945
Add Danny Tsai to contributors
2017-03-29 17:26:03 +01:00
3bab119fa5
drive: implement --drive-shared-with-me flag to view shared with me files
2017-03-29 17:23:30 +01:00
1fdf3e2aae
Add Marvin Watson to contributors
2017-03-29 17:12:17 +01:00
4810aa65a4
Update references from HTTP to HTTPS where possible
2017-03-29 05:38:34 -07:00
f798552cf1
Update urls to https after site move
2017-03-29 10:06:22 +01:00
4dc030d081
implement ModTime via FUSE for remotes that support it ( fixes #1197 )
2017-03-24 09:23:04 +01:00
216499d78b
Add Mike Tesch to authors
2017-03-19 08:26:41 +00:00
60f636ee15
Fix spelling of Unfortunately
2017-03-18 20:22:19 -04:00
f0bf117a04
Add Jérôme Vizcaino to authors
2017-03-18 21:24:05 +00:00
788b6ce821
mount: umount dir when program ends with SIGINT (Ctrl+C) or SIGTERM
2017-03-18 21:24:05 +00:00
503cd84919
Start v1.36-DEV development
2017-03-18 11:30:59 +00:00
118e26f8e2
Version v1.36
v1.36
2017-03-18 11:16:43 +00:00
5355881332
local: fix unnormalised unicode causing problems reading directories #1212
2017-03-16 22:37:56 +00:00
b94b50a808
Prepare website for https
2017-03-16 22:36:23 +00:00
9b07d32c02
onedrive, drive, amazonclouddrive: make sure we find the root
...
This fixes copyto copying things to the wrong place - fixes #1231
2017-03-16 09:42:49 +00:00
986a2851bf
onedrive: make sure we create root for server side copy
2017-03-15 19:40:58 +00:00
6474f2c7c2
onedrive: fix uploading empty files with go1.8
2017-03-15 14:01:08 +00:00
99f7fe736a
onedrive: implement Move #197
2017-03-15 14:01:08 +00:00
e80d8db417
Fix typo in option name
2017-03-13 12:51:01 +00:00
320c53eab0
Start Cat tests from 2 as onedrive doesn't support ranging from 1
...
This has been reported here: https://github.com/OneDrive/onedrive-api-docs/issues/543
2017-03-12 14:24:33 +00:00
4d5b73df85
Fix TestListDirSorted eventual consistency listing problems
2017-03-12 14:00:22 +00:00
0faf82702b
onedrive: fix waitForJob to parse errors correctly #1224
2017-03-12 12:00:10 +00:00
194a8f56e1
rest: Implement IgnoreStatus option to not parse the error return
2017-03-12 11:44:43 +00:00
f046c00d3b
onedrive: fix overwrite detection in Copy - fixes #1224
2017-03-11 22:22:13 +00:00
488353c977
acd: Fix Move returning nil objects and nil error #1226
2017-03-09 21:32:50 +00:00
c45c604997
onedrive: fix NewObject so it doesn't return an object when given a directory
2017-03-06 20:11:54 +00:00
b2a4ea9304
fs/buffer: Fix panic on concurrent Read/Close - fixes #1213
2017-03-06 19:22:17 +00:00
8dc7bf883d
vendor: Update go-acd
2017-03-06 19:21:18 +00:00
61f186c8a3
Add missing dependency
2017-03-05 10:24:46 +00:00