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
e88623e3c8
Add cryptcheck and obscure to docs
2017-03-05 10:19:22 +00:00
4652db34a4
Update config docs - fixes #1174
2017-03-05 10:14:57 +00:00
05d72385b5
created .pkgr.yml file for automated apt-get
2017-03-04 12:19:23 +00:00
9bb408e1a9
Update snapcraft.yaml
2017-03-04 12:05:48 +00:00
10e532bce9
Fix --files-from with an empty file copying everything - fixes #1196
2017-03-04 10:12:54 +00:00
4ab7e05e02
Fix MimeType propagation
...
In fs.Copy, don't wrap objects if possible, and if not, then add a
MimeType method into the wrapped object.
2017-03-04 10:10:55 +00:00
1cc58e4e09
mount: fix logging for unimplemented file open modes #1195
2017-03-02 22:07:01 +00:00
fdaac6df67
local: open files in write only mode so they can write to an rclone mount
...
Fixes #1195
2017-03-02 22:03:07 +00:00
1d42a343d2
b2: fix inconsistent listings and rclone check
...
This was caused by re-using a variable for the results of a JSON
unmarshal and the unmarshaller picking up existing entries.
See https://forum.rclone.org/t/check-command-gives-unreliable-results/
2017-03-02 15:08:31 +00:00
0ce34be41d
Fix bulleted list doc formatting errors - fixes #1170
2017-03-02 15:07:25 +00:00
5fba913207
local: fix detection of directories in new object creation
...
This stops the local listing erroring on all symlinks
2017-02-27 17:03:31 +00:00
f7252645ba
Make the Makefile build rclone with the correct version number by default
2017-02-27 11:53:03 +00:00
e48d19f895
acd: make file size warning at Info level so it appears by default
2017-02-26 13:23:12 +00:00