Nick Craig-Wood
e80d8db417
Fix typo in option name
2017-03-13 12:51:01 +00:00
Nick Craig-Wood
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
Nick Craig-Wood
4d5b73df85
Fix TestListDirSorted eventual consistency listing problems
2017-03-12 14:00:22 +00:00
Nick Craig-Wood
0faf82702b
onedrive: fix waitForJob to parse errors correctly #1224
2017-03-12 12:00:10 +00:00
Nick Craig-Wood
194a8f56e1
rest: Implement IgnoreStatus option to not parse the error return
2017-03-12 11:44:43 +00:00
Nick Craig-Wood
f046c00d3b
onedrive: fix overwrite detection in Copy - fixes #1224
2017-03-11 22:22:13 +00:00
Nick Craig-Wood
488353c977
acd: Fix Move returning nil objects and nil error #1226
2017-03-09 21:32:50 +00:00
Nick Craig-Wood
c45c604997
onedrive: fix NewObject so it doesn't return an object when given a directory
2017-03-06 20:11:54 +00:00
Nick Craig-Wood
b2a4ea9304
fs/buffer: Fix panic on concurrent Read/Close - fixes #1213
2017-03-06 19:22:17 +00:00
Nick Craig-Wood
8dc7bf883d
vendor: Update go-acd
2017-03-06 19:21:18 +00:00
Nick Craig-Wood
61f186c8a3
Add missing dependency
2017-03-05 10:24:46 +00:00
Nick Craig-Wood
e88623e3c8
Add cryptcheck and obscure to docs
2017-03-05 10:19:22 +00:00
Nick Craig-Wood
4652db34a4
Update config docs - fixes #1174
2017-03-05 10:14:57 +00:00
Dedsec1
05d72385b5
created .pkgr.yml file for automated apt-get
2017-03-04 12:19:23 +00:00
Dedsec1
9bb408e1a9
Update snapcraft.yaml
2017-03-04 12:05:48 +00:00
Nick Craig-Wood
10e532bce9
Fix --files-from with an empty file copying everything - fixes #1196
2017-03-04 10:12:54 +00:00
Nick Craig-Wood
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
Nick Craig-Wood
1cc58e4e09
mount: fix logging for unimplemented file open modes #1195
2017-03-02 22:07:01 +00:00
Nick Craig-Wood
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
Nick Craig-Wood
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
Nick Craig-Wood
0ce34be41d
Fix bulleted list doc formatting errors - fixes #1170
2017-03-02 15:07:25 +00:00
Nick Craig-Wood
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
Nick Craig-Wood
f7252645ba
Make the Makefile build rclone with the correct version number by default
2017-02-27 11:53:03 +00:00
Nick Craig-Wood
e48d19f895
acd: make file size warning at Info level so it appears by default
2017-02-26 13:23:12 +00:00
Nick Craig-Wood
6bad0ad9c4
Fix installation instructions to install in /usr/bin not /usr/sbin
2017-02-26 10:09:23 +00:00
Nick Craig-Wood
dc5b7dc102
rest: don't duplicate headers on redirect now go1.8 does it
2017-02-25 21:41:03 +00:00
Nick Craig-Wood
55eafb3a9a
gcs: fix depth 1 directory listings
2017-02-25 16:03:29 +00:00
Nick Craig-Wood
5b6dd36307
dropbox, yandex: fix return of wrapped nil introduced in 79e3c67bbd
2017-02-25 15:23:27 +00:00
Nick Craig-Wood
175c39e1d0
b2: fix uploading empty files with go1.8
2017-02-25 15:22:14 +00:00
Nick Craig-Wood
84b12574de
sftp: fix detection of file vs directory
2017-02-25 14:31:27 +00:00
Nick Craig-Wood
efbb040e3f
yandex: fix single level directory listing
2017-02-25 13:41:24 +00:00
Nick Craig-Wood
79e3c67bbd
local, yandex, dropbox: fix NewObject suceeding on a directory #1079
...
Add tests to make it consistent across all remotes
2017-02-25 11:09:57 +00:00
Nick Craig-Wood
527099ae72
dropbox: normalise the case for single level directory listings #1165
...
This should fix directory at a time syncs having strange case.
2017-02-24 22:49:29 +00:00
Nick Craig-Wood
e2f0feef3c
Add debugging to print hash values on failed hash comparison
2017-02-23 11:23:19 +00:00
Nick Craig-Wood
30e97ad9ec
Fix parsing of remotes in moveto and copyto - fixes #1079
2017-02-22 22:09:33 +00:00
Nick Craig-Wood
07dc76eff0
Remove unused test file
2017-02-22 20:58:24 +00:00
Nick Craig-Wood
e59dc81658
Stop --track-renames deleting case folded source files - fixes #1094
...
What was happening is that when Move was implemented as Copy + Delete,
MoveFile was seeing the files didn't need transferring (because they
were identical) then deleted the source.
The fix uses Move instead and patches onedrive to disallow a case
folded identical copy (which errors with 500 error)
2017-02-22 19:28:22 +00:00
Nick Craig-Wood
f40443359d
Fix exit code docs - fixes #1169
2017-02-22 18:00:56 +00:00
Nick Craig-Wood
6b0f2ef4bd
Fix --delete-before deleting files on copy - fixes #1166
2017-02-22 13:17:38 +00:00
Nick Craig-Wood
12aa03f5b8
dropbox: fix depth 1 listing - fixes #1165
2017-02-22 12:48:16 +00:00
Nick Craig-Wood
73a96dc588
Improve directory listing tests to detect issue #1165
2017-02-22 11:53:40 +00:00
Nick Craig-Wood
980cd5bfd8
Put the -beta-latest files at the root of beta.rclone.org - fixes #1047
2017-02-20 18:03:02 +00:00
Nick Craig-Wood
86cc9f3dfb
Include git-log.txt into beta releases - fixes #1047
2017-02-20 17:08:07 +00:00
Nick Craig-Wood
1ae604fcf4
cross-compile: make rclone-beta-latest* for download #1047
2017-02-20 16:58:46 +00:00
Nick Craig-Wood
5e93fe96d3
cross-compile: add missing .exe suffix to windows binaries
2017-02-20 16:36:54 +00:00
Nick Craig-Wood
31745320c8
Log the rclone version at the end of the run - fixes #847
2017-02-20 16:36:25 +00:00
Nick Craig-Wood
2da6cd7f84
Introduce AtExit to fix --cpuprofile and --memprofile to write profiles at end of run
2017-02-20 16:33:45 +00:00
Nick Craig-Wood
6e0e1ad9cb
Add more description to the snapcraft files
2017-02-18 12:02:04 +00:00
Dedsec1
dd62c94d05
Create dev-snapcraft.yaml for current snapshot rclone
2017-02-18 11:53:12 +00:00
Nick Craig-Wood
ee70b99143
Add Hisham Zarka to contributors
2017-02-18 11:42:26 +00:00