Nick Craig-Wood
f2608e2a64
Add NoLooseEnds to contributors
2018-05-01 09:43:18 +01:00
NoLooseEnds
a5f1811892
cmd: Fixed a typo – minimum
2018-05-01 09:42:21 +01:00
Nick Craig-Wood
50dc5fe92e
Add Rodrigo to contributors
2018-04-30 17:37:43 +01:00
Rodrigo
b7d2048032
WebDAV: Ignore Reason-Phrase in status line #2281
2018-04-30 17:36:38 +01:00
Nick Craig-Wood
3116249692
make sign_upload: only sign the v1.xx releases not the current ones
2018-04-30 17:29:50 +01:00
Nick Craig-Wood
d049e5c680
make build_dep: make sure we update the whole command for nfpm
2018-04-30 17:29:50 +01:00
Nick Craig-Wood
1c9572aba1
Add Piotr Oleszczyk to contributors
2018-04-30 17:29:50 +01:00
Piotr Oleszczyk
76f2cbeb94
sftp: Add --ssh-path-override flag #1474
...
The flag allows calculation of checksums on systems using
different paths for SSH and SFTP, like synology NAS boxes.
2018-04-30 17:05:10 +01:00
Nick Craig-Wood
0479c7dcf5
add github-release to make release_dep
2018-04-28 12:38:30 +01:00
Nick Craig-Wood
55674c0bfc
Start v1.41-DEV development
2018-04-28 12:37:55 +01:00
Nick Craig-Wood
e4c380b2a8
Version v1.41
2018-04-28 11:46:27 +01:00
Nick Craig-Wood
74cbdea0ef
Revert "copy: create (pseudo copy) empty source directories to destination"
...
Unfortunately this commit attempts to create every directory rather
than just the empty ones, so will need re-working.
Removing this feature for the 1.41 release
This reverts commit 0daced29db
.
2018-04-28 10:02:32 +01:00
Nick Craig-Wood
a3bf6b9c2c
drive, gcs: fix service account authentication - fixes #2279
...
This fixes a problem introduced in b78af517de
where it would
attempt to read a non-existent service account file.
2018-04-28 09:33:43 +01:00
ishuah
0daced29db
copy: create (pseudo copy) empty source directories to destination - fixes #1837
2018-04-27 16:15:32 +01:00
Matt Holt
b78af517de
Add service_account_credentials for Google Cloud and Drive
2018-04-27 16:07:37 +01:00
Nick Craig-Wood
d8e88f10cd
rc: take note of the --rc-addr flag too as per the docs - fixes #2184
2018-04-26 17:00:44 +01:00
Nick Craig-Wood
849db6699d
Add Richard Yang to contributors
2018-04-26 16:23:52 +01:00
Richard Yang
a81ec00a8c
dedupe: Add dedupe largest functionality - fixes #2269
2018-04-26 16:21:07 +01:00
Nick Craig-Wood
da4a5e1fb3
docs: note that copytruncate is needed for --log-file with logrotate #2259
2018-04-26 15:30:46 +01:00
Nick Craig-Wood
ae562b5a4f
ftp: more workarounds for FTP servers to fix mkParentDir - fixes #2181
2018-04-26 14:58:04 +01:00
Nick Craig-Wood
c01177bc28
ftp: work around strange response from box FTP server
...
The Box FTP server seems to send 450 instead of 550 - work around that.
See: https://forum.rclone.org/t/using-box-com-over-ftp-problems/5313
2018-04-26 14:58:04 +01:00
Nick Craig-Wood
9f04ce282e
rc: fix setting bwlimit to unlimited
2018-04-26 12:21:29 +01:00
Nick Craig-Wood
764440068e
filter: fix --min-age and --max-age together check
...
Somehow in the code reorganisation of
11da2a6c9b
the check for --min-age and
--max-age got switched around. This commit fixes that and means you
can use --min-age and --max-age together.
2018-04-26 09:17:22 +01:00
Nick Craig-Wood
a703216286
filter: take double negatives out of filter flag help
2018-04-26 09:17:13 +01:00
Nick Craig-Wood
96a62d55a2
lsd: Add -R flag and fix and update docs for all ls commands
2018-04-26 08:55:03 +01:00
Nick Craig-Wood
d0f32b62fd
Revert "build: Temporary workaround for golint being missing."
...
This reverts commit be8bd89674
.
2018-04-25 16:17:54 +01:00
Mateusz Pabian
7c5f87842c
vfs: filter files . and .. from readDir output - fixes #2135
2018-04-25 16:09:07 +01:00
Nick Craig-Wood
cc8799e0d6
Add new email address for Oliver Heyme to contributors
2018-04-25 15:52:41 +01:00
Oliver Heyme
da214973a1
[install] Add arm64/aarch64 suuport
2018-04-25 15:51:38 +01:00
Nick Craig-Wood
be8bd89674
build: Temporary workaround for golint being missing.
...
See https://github.com/golang/lint/issues/397
2018-04-24 11:22:38 +01:00
Nick Craig-Wood
9ab2521ef2
rc: autogenerate and tidy the docs and commands
...
* Rename rc/pid -> core/pid
* Sort the output of `rc list`
* Make a script to autogenerate the docs
* Tidy docs
2018-04-23 20:57:17 +01:00
Nick Craig-Wood
21a10e58c9
rc: implement core/memstats to print internal memory usage info
2018-04-23 20:49:36 +01:00
Nick Craig-Wood
d36b80f587
vendor: update bazil.org/fuse - corrects df -i - fixes #2089
2018-04-21 22:57:08 +01:00
Nick Craig-Wood
24980d7123
config: fix typo in error message #2268
2018-04-21 22:49:30 +01:00
Nick Craig-Wood
870c58f7f8
sftp: fail soft with a debug on hash failure #1474
...
If md5sum/sha1sum fails we debug what it outputed on stderr and return
an empty hash indicating we didn't have a hash, rather than
hash.ErrUnsupported indicating that we don't support this hash type.
This fixes lots of ERROR messages for sftp and synology NAS which,
while it supports md5sum the SFTP paths and the SSH paths are
different so md5sum doesn't work.
We also stop disabling md5sum/sha1sum on errors since typically Hashes
is only checked at the start of a sync run and isn't expected to
change dynamically.
2018-04-21 09:02:53 +01:00
Nick Craig-Wood
b3c6f5f4b8
sftp: Update docs with Synology quirks
2018-04-21 09:02:53 +01:00
Nick Craig-Wood
311a962011
s3: Look in S3 named profile files for credentials - fixes #2243
2018-04-21 09:00:20 +01:00
Nick Craig-Wood
da7a77ef2e
ftp: Fix no error on listing non-existent directory
2018-04-20 23:22:46 +01:00
Nick Craig-Wood
9fbc40c5b9
fstests: List missing dir must return ErrorDirNotFound for non bucket based remotes
...
List or ListR of an non existent directory must return
ErrorDirNotFound for non bucket based remotes. For bucket based
remotes it may return ErrorDirNotFound or it may return no error and
no entries.
2018-04-20 23:22:46 +01:00
Nick Craig-Wood
56ce784301
Add hensur to contributors
2018-04-20 21:44:12 +01:00
hensur
8fe3037301
webdav: support SharePoint cookie authentication
...
This enables the use of the SharePoint webdav endpoint provided by
OneDrive for Business or Office365 Education Accounts. It enables
unverified accounts to be accessed with rclone via webdav as it isn't
possible through the normal onedrive backend.
This integrates the https://github.com/hensur/onedrive-cookie-test
package to fetch the required cookies to authorize against the
SharePoint webdav endpoint.
2018-04-20 21:43:54 +01:00
hensur
ba7ae2ee8c
rest: Add RemoveHeader and SetCookie method
...
These methods extend the rest package to support the cookie header and
header deletion.
The deletion is necessary to delete an existing authorization header if
cookie auth should be used.
2018-04-20 21:43:54 +01:00
Nick Craig-Wood
dc59836021
webdav: strip leading and trailing / off root - fixes #2257
2018-04-20 21:43:54 +01:00
Nick Craig-Wood
1a3fb21a77
onedrive: add QuickXorHash support for OneDrive for business - fixes #2262
2018-04-20 21:03:03 +01:00
Nick Craig-Wood
bcdb7719c6
fs/hash: install QuickXorHash as a supported rclone hash type #2262
2018-04-20 21:02:57 +01:00
Nick Craig-Wood
c51d97c752
hashsum: make generic tool for any hash to produce md5sum like output
2018-04-20 21:02:37 +01:00
Nick Craig-Wood
57a5b72d60
onedrive: implement quickXorHash algorithm #2262
2018-04-20 21:02:37 +01:00
Nick Craig-Wood
34ba17deec
Add Chris Redekop second email to contributors
2018-04-20 20:53:15 +01:00
Nick Craig-Wood
e3a1bc9cd3
Add Michael G. Noll to contributors
2018-04-20 20:51:31 +01:00
Chris Redekop
a35e62e15c
s3: Add an option to disable checksum uploading - fixes #2213
2018-04-20 20:51:12 +01:00